Hi all,
I'm trying to consume a web service using HttpUtils2
My code is
I use this to store calls details to a remote database.
When JobDone routine is fired it gives me back an error of
As I test my c# webservice from browser it correctly responds with
Any suggestion please?
Kind regards
Riccardo
I'm trying to consume a web service using HttpUtils2
My code is
B4X:
Job.PostString(PostUrl,"nome=prova&datachiamata=25/09/2013 17:45&durata=17:00&numero=3396859511&tipochiamata=1&idchiamata="& chk.Tag &"".Replace(" ","%20"))
Job.GetRequest.Timeout = 60000
When JobDone routine is fired it gives me back an error of
Error: libcore.io.ErrnoException: recvfrom failed: ECONNRESET (Connection reset by peer)
As I test my c# webservice from browser it correctly responds with
<stringxmlns="http://tempuri.org/">555</string>
Any suggestion please?
Kind regards
Riccardo