I'm using Ksoap2 to connect to a webservice (no authorization required) but keep getting the same error when I use HttpTransport.call method.
The debug error message is:
org.xmlpull.v1.XmlPullParserException: unexpected type (position:TEXT Not authorized t...@1:39 in java.io.InputStreamReader@a8d23635)
And the error message on the MDS console is:
Quote:
|
05-26 08:41:50.437 EDT>:[1266]:<MDS-CS_MDS>:<DEBUG>:<LAYER = IPPP, 210000a Not authorized to access localhost:9081>
|
Has anyone come across this error before and found a solution? please an thanks for any help!!
The source is attached..