XmlpullparserException: Expected a quoted String(position:DOCDECL @1:62 in java.io.Inputstreamreader)

后端 未结 4 1758
面向向阳花
面向向阳花 2021-01-29 07:32

Code:

            SoapObject request = new SoapObject(NAMESPACE, SOAP_METHOD_GETDATATBL);

            request.addProperty(\"TName\", ttnm);
            request.         


        
4条回答
  •  醉梦人生
    2021-01-29 08:10

    In my case that error arose because of a change in URL from http to https. Hence, you may want to ensure you are getting a response code 200 before processing the response.

提交回复
热议问题