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.