我想问下别人提供给了我一个接口我该如何去调用
GetShopInfo测试
测试窗体只能用于来自本地计算机的请求。
SOAP 1.1
以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。
POST /WDServiceByPhone.asmx HTTP/1.1
Host: www.
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www. xmlns:xsd="http://www. xmlns:soap="http://schemas.
<soap:Body>
<GetShopInfo xmlns="http://
<id>int</id>
</GetShopInfo>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www. xmlns:xsd="http://www. xmlns:soap="http://schemas.
<soap:Body>
<GetShopInfoResponse xmlns="http://
<GetShopInfoResult>
<ID>int</ID>
<OrderNumber>int</OrderNumber>
<PicID>string</PicID>
<Tid>string</Tid>
<KeyWords>string</KeyWords>
<Title>string</Title>
<PhotoUrl>string</PhotoUrl>
<PicUrls>string</PicUrls>
<PictureContent>string</PictureContent>
<UserName>string</UserName>
<Author>string</Author>
<LastHitsTime>dateTime</LastHitsTime>
<Hits>int</Hits>
<HitsByDay>int</HitsByDay>
<HitsByWeek>int</HitsByWeek>
<HitsByMonth>int</HitsByMonth>
<AddDate>dateTime</AddDate>
<PictureInput>string</PictureInput>
<Verific>int</Verific>
<Comment>int</Comment>
<Recommend>int</Recommend>
<IsTop>int</IsTop>
<KS_qyjd>string</KS_qyjd>
<Rank>string</Rank>
<Address>string</Address>
<KS_yhtit>string</KS_yhtit>
<KS_yhco>string</KS_yhco>
<Tel>string</Tel>
<KS_gswz>string</KS_gswz>
<KS_lxQQ>string</KS_lxQQ>
<KS_pai>string</KS_pai>
<KS_video>string</KS_video>
<KS_zhisu>int</KS_zhisu>
<KS_advertisement>string</KS_advertisement>
<EditorDescription>string</EditorDescription>
<KS_seconddomain>string</KS_seconddomain>
<KS_youhui>string</KS_youhui>
<JSID>string</JSID>
<Origin>string</Origin>
<COMMENTCNT>int</COMMENTCNT>
<AvgservicePoint>int</AvgservicePoint>
<AvgenvironmentPoint>int</AvgenvironmentPoint>
<Avgservicepricepoint>int</Avgservicepricepoint>
<AvgGOODCOMMENTPOINT>int</AvgGOODCOMMENTPOINT>
<Avgoscore>int</Avgoscore>
</GetShopInfoResult>
</GetShopInfoResponse>
</soap:Body>
</soap:Envelope>