On Sat, Oct 5, 2013 at 2:37 AM, giuseppe giorgio <[email protected]> wrote:
> I've paste in previous message the arduino code take a look. > I did look at the code. I don't see anything particularly wrong with it, but I haven't tested it on an Arduino myself. On Sat, Oct 5, 2013 at 2:37 AM, giuseppe giorgio <[email protected]> wrote: > > What i think is that code it's unable to connect to webservice for some > dns problem > Try using a HTTP client library and use SOAP over that. This library works, despite the fact that it hasn't been updated recently: https://github.com/amcewen/HttpClient On Sat, Oct 5, 2013 at 2:37 AM, giuseppe giorgio <[email protected]> wrote: > in fact also if i try to ping webservice address ( > arduino-data-server.appspot.com ) the ip showed it's referred to anothe > address ( appspot.l.google.com ) > > That's normal, the same configuration exists for other appspot applications as well. ----------------- -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.
