I have a GWT-Appengine app that call different external SOAP web services. I use the httpconnection class. I have build my own SOAP message in GAE and call the SOAP services from GAE with the HttpConnection class. These services is not local on my computer but is published services on external servers. This works fine when I test it on my local GAE development server. The request gets a XML-SOAP message in response. But not when I deploy it to Appengine, then the response is null.
Is there something that I should be aware of before doing things like this? BR Tor -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
