XmlPullParserException when using SAP WSDL WebService
问题 I'm desperatly searching for the cause of this XmlPullParserException in KSOAP2-Android. Here is the code: String NAMESPACE = "urn:sap-com:document:sap:soap:functions:mc-style"; String METHOD_NAME = "ZFanTestWs"; String SOAP_ACTION = NAMESPACE + "/" + METHOD_NAME; String URL = "http://xxxx.xxx.xx:8000/sap/bc/srt/wsdl/bndg_xxx/wsdl11/allinone/standard/rpc?sap-client=xxx"; SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME); PropertyInfo pi = new PropertyInfo(); pi.setName("arg0"); pi