1

我正在尝试使用kSOAP2将 android 设备连接到 Web 服务。如果有人感兴趣,它是 SAP ABAP Web 服务。

我收到以下错误:

10-30 15:21:42.395: I/System.out(18148): Error org.xmlpull.v1.XmlPullParserException:
expected: START_TAG {http://www.w3.org/2003/05/soap-envelope}Envelope (position:START_TAG <html>@1:7 in java.io.InputStreamReader@4138e570) 

我与网址的连接详细信息是:-

String NAMESPACE = "urn:sap-com:document:sap:rfc:functions";
String METHOD_NAME = "ZmobileGetTableDefinition";
String SOAP_ACTION = "urn:sap-com:document:sap:rfc:functions/ZmobileGetTableDefinition";
String URL = "http://localhost.com/sap/bc/srt/wsdl/sdef_ZMOBILE_REPORTING/wsdl11/ws_policy/document?sap-client=800?WSDL";

START_TAG暗示的错误是什么。

谢谢

马丁

4

2 回答 2

0

It was the webservice endpoint I need to specify rather than the WSDL.

于 2012-10-31T14:46:45.230 回答
0

您可以尝试显示从 Web 服务返回的字符串吗?听起来像是解析错误

于 2012-10-30T14:27:29.170 回答