请大家帮忙?用asp怎样调用webservices。

drh84820 2005-05-10 10:09:39
这个webservices是axis发布的,用的是java类。
WSDL代码如下:请问用asp怎么调用他噢。。。谢谢大家
- <wsdl:types>
- <schema targetNamespace="http://aaa.153.com" xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
- <complexType name="UserRequest">
- <sequence>
<element name="intID" type="xsd:long" />
<element name="beginTime" nillable="true" type="xsd:string" />
<element name="contentCode" nillable="true" type="xsd:string" />
<element name="detailParams" nillable="true" type="xsd:string" />
<element name="dation" type="xsd:long" />
<element name="endTime" nillable="true" type="xsd:string" />
</sequence>
</complexType>
- <complexType name="UserResponse">
- <sequence>
<element name="detailParams" nillable="true" type="xsd:string" />
<element name="fee" type="xsd:long" />
<element name="message" nillable="true" type="xsd:string" />
<element name="returnCode" type="xsd:int" />
</sequence>
</complexType>
</schema>
</wsdl:types>
- <wsdl:message name="getUserResponseRequest">
<wsdl:part name="in0" type="tns1:UserRequest" />
</wsdl:message>
- <wsdl:message name="getUserResponseResponse">
<wsdl:part name="getUserResponseReturn" type="tns1:UserResponse" />
</wsdl:message>
- <wsdl:portType name="User">
- <wsdl:operation name="getUserResponse" parameterOrder="in0">
<wsdl:input message="impl:getUserResponseRequest" name="getUserResponseRequest" />
<wsdl:output message="impl:getUserResponseResponse" name="getUserResponseResponse" />
</wsdl:operation>
</wsdl:portType>
- <wsdl:binding name="UserSoapBinding" type="impl:User">
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="getUserResponse">
<wsdlsoap:operation soapAction="" />
- <wsdl:input name="getUserResponseRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://aaa.153.com" use="encoded" />
</wsdl:input>
- <wsdl:output name="getUserResponseResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://aaa.153.com" use="encoded" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
- <wsdl:service name="UserService">
- <wsdl:port binding="impl:UserSoapBinding" name="User">
<wsdlsoap:address location="http://aaa.153.com:8080/services/User" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
...全文
112 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
drh84820 2005-05-11
  • 打赏
  • 举报
回复
具体怎么实现能否在细一点噢。谢谢
孟子E章 2005-05-10
  • 打赏
  • 举报
回复
SOAP Toolkit 3.0

http://www.microsoft.com/downloads/details.aspx?FamilyId=C943C0DD-CEEC-4088-9753-86F052EC8450&displaylang=en

28,406

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧