On Thu, Oct 3, 2013 at 7:08 AM, giuseppe giorgio <[email protected]> wrote:
> i need to write a full http request for invoke a soap webservice hosted on > app engine, but i'm not able to send request. I'm programming an arduino > borad, and there's no library for invoke webservice (so i need to built it). > what code should do it's to open an http connection with webservice, then > send http request with xml for call service, but if i open connection by > using webservice address, nothing works. > Is the connection itself working? Try taking the code from http://arduino.cc/en/Tutorial/WiFiWebClientRepeating and checking to make sure you can pull a simple text file or HTML page from your application. If the client is working, then you should see logs in the Admin Console. Do those logs say anything? ----------------- -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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
