On Fri, Feb 28, 2014 at 5:53 PM, <cr...@portical.com.au> wrote:

> I am simply trying to setup and use a soap client and am having the issues
> posted https://code.google.com/p/googleappengine/issues/detail?id=9858
> If we have socket support now, any ideas as to why this does not work?
> As far as I am aware no one has been able to successfully use soap with
> GAE.
>



Sockets and SOAP are two entirely different concepts. You need to isolate
whether the issue is with sockets or the soap client you're using. First of
all, check to see if sockets are working properly by using the example
sockets implementation:
https://github.com/GoogleCloudPlatform/appengine-sockets-python-java-go

If that works, then sockets are working correctly on your app ID. From
there you can debug the SOAP client and see why it's not working.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to