| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 413 人关注过本帖
标题:我想问下别人提供给了我一个接口我该如何去调用
只看楼主 加入收藏
夜龙魂
Rank: 2
等 级:论坛游民
帖 子:130
专家分:65
注 册:2009-9-24
结帖率:57.14%
收藏
已结贴  问题点数:5 回复次数:1 
我想问下别人提供给了我一个接口我该如何去调用
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>
搜索更多相关主题的帖子: 计算机 占位符 
2011-05-13 16:22
yms123
Rank: 20Rank: 20Rank: 20Rank: 20Rank: 20
等 级:版主
威 望:209
帖 子:12488
专家分:19042
注 册:2004-7-17
收藏
得分:5 
这是一个WebService的SOAP协议
你可以在端调用WebService
MSDN参考文档:http://msdn.
2011-05-16 14:34
快速回复:我想问下别人提供给了我一个接口我该如何去调用
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.011535 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved