这是对我发布的Android 访问肥皂服务问题的跟进。经过大量调试和使用wireshark后,我意识到这就是发送的内容。
POST /GetGoldPrice.asmx HTTP/1.1
user-agent: kSOAP/2.0
soapaction: http://freewebservicesx.com/GetCurrentGoldPrice
content-type: text/xml
connection: close
content-length: 475
Host: www.freewebservicesx.com
<v:Envelope xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:d="http://www.w3.org/2001/XMLSchema" xmlns:c="http://schemas.xmlsoap.org/soap/encoding/" xmlns:v="http://schemas.xmlsoap.org/soap/envelope/"><v:Header /><v:Body>
<GetCurrentGoldPrice xmlns="http://www.freewebservicesx.com/" id="o0" c:root="1">
<UserName i:type="d:string">username</UserName>
<Password i:type="d:string">111</Password></GetCurrentGoldPrice></v:Body></v:Envelope>
HTTP/1.1 500 Internal Server Error
Connection: close
Date: Mon, 09 Apr 2012 04:38:50 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Content-Length: 753
错误响应
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body><soap:Fault><faultcode>soap:Server</faultcode>
<faultstring>System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.ArgumentNullException: Value cannot be null.
Parameter name: password
at System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(String password, String passwordFormat)
at GetGoldPrice.GetCurrentGoldPrice(String UserName, String Password)
--- End of inner exception stack trace ---</faultstring><detail /></soap:Fault></soap:Body></soap:Envelope>
网站期望的详细信息。
http://www.freewebservicesx.com/GetGoldPrice.asmx?op=GetCurrentGoldPrice