0

I have a project to connect with Banks in Chile and they communicate only with secured SOAP services (exchanging SSL keys). I need to implement both client (from my app to banks servers) and server (the bank will make SOAP request to my GAE app) requests.

What are the libraries required in Python/PHP in case this is possible? Any experience to share?

All my app is designed in GAE standard so I'm avoiding to use GCE o GAE flexible, and I have no experience in Java, so I kindly appreciate answers only for GAE standard Python/PHP.

Rene Marty
  • 531
  • 4
  • 14

1 Answers1

0

I suggest you to first have a look on the conceptual PHP documentation for GAE standard and the GAE standard quickstart for PHP.

Once you understand the basic concepts, you could try this SOAP server guide in PHP. I don't have experience on SOAP servers but the guide looks good, at first sight.

Good luck!

Rubén C.
  • 1,098
  • 6
  • 16