I am trying to consume a web service from android by the method SOAP.
This is the exact web service which i am trying to consume “http://54.251.60.177/TMSOrdersService/TMSDetails.asmx” .
the input values for this web service are
FromDate : 01/01/2012
ToDate : 07/07/2012
But the problem is,
After giving the proper values to that web service, i am getting this
“XML pull parser exception”
How to over come this issue?
thanks in advance!..
You need to make sure that you are sending the request as a
Stringinstead of passing aDateobject.Note :
dd/MM/yyyyis the correct format that you should be using.