だから私は吐き出されていたいくつかのエラーを修正しました.今私が得ているのはHTTP 400だけです.誰が何が悪いのか分かりますか? または、より多くの情報を取得する方法についてのアイデアはありますか? 私は経験豊富な Windows 管理者でも、ASP.net StoreFront の経験もありません。
< POST http://192.168.122.3/ASPDNSF0/ipx.asmx
User-Agent: libwww-perl/6.05
Content-Type: application/soap+xml; charset="utf-8"
SOAPAction: "http://www.aspdotnetstorefront.com/DoItUsernamePwd"
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap12:Body>
<DoItUsernamePwd xmlns="http://www.aspdotnetstorefront.com/">
<AuthenticationEMail>admin@aspdotnetstorefront.com</AuthenticationEMail>
<AuthenticationPassword>Admin$11</AuthenticationPassword>
<XmlInputRequestString>
<ASPDotNetStorefrontImport Version="9.2">
<Product action="Add">
<Name>my product name</Name>
<SKU>1234</SKU>
<Description><![CDATA[please
add some <b>data</b>]]></Description>
</Product>
</ASPDotNetStorefrontImport>
</XmlInputRequestString>
</DoItUsernamePwd>
</soap12:Body>
</soap12:Envelope>
> HTTP/1.1 400 Bad Request
Cache-Control: private
Date: Tue, 17 Sep 2013 23:06:04 GMT
Server: Microsoft-IIS/7.0
Content-Type: text/html
Client-Date: Tue, 17 Sep 2013 21:06:04 GMT
Client-Peer: 192.168.122.3:80
Client-Response-Num: 1
Client-Transfer-Encoding: chunked
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Bad Request