my wsdl

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns1="http://www.chen.com/HelloService/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="HelloService"
targetNamespace="http://www.chen.com/HelloService/">
<wsdl:types>
<xsd:schema targetNamespace="http://www.chen.com/HelloService/">
<complexType name="spInfoType">
<sequence>
<xsd:element name="spID" type="xsd:string" />
<xsd:element name="spName" type="xsd:string" />
</sequence>
</complexType>
<complexType name="querySpInfoQuest">
<element name="resultCode" type="xsd:string" />
<element name="spInfo" type="tns1:spInfoType" />
</complexType>

<complexType name="syncInfo">
<sequence>
<xsd:element name="syncID" type="xsd:string" />
<xsd:element name="syncName" type="xsd:string" />
</sequence>
</complexType>

<complexType name="ArrayOF_tns1_syncInfoType">
<complexContent>
<restriction>
<attribute ref="soapenl:arrayType" wsdl:arrayType="tns1:syncInfo[]" />
</restriction>
</complexContent>
</complexType>

<complexType name="querySyncInfos">
<sequence>
<element name="Sync" type="xsd:string" />
<element name="SyncInfos" type="impl:ArrayOF_tns1_syncInfoType" />
</sequence>
</complexType>

<xsd:element name="NewOperation">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="in" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="NewOperationResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="out" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
</wsdl:types>
<wsdl:message name="NewOperationRequest">
<wsdl:part element="tns1:NewOperation" name="parameters" />
</wsdl:message>
<wsdl:message name="NewOperationResponse">
<wsdl:part element="tns1:NewOperationResponse" name="parameters" />
</wsdl:message>
<wsdl:portType name="HelloService">
<wsdl:operation name="NewOperation">
<wsdl:input message="tns1:NewOperationRequest" />
<wsdl:output message="tns1:NewOperationResponse" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="HelloServiceSOAP" type="tns1:HelloService">
<soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="NewOperation">
<soap:operation soapAction="http://www.chen.com/HelloService/NewOperation" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="HelloService">
<wsdl:port binding="tns1:HelloServiceSOAP" name="HelloServiceSOAP">
<soap:address location="http://www.example.org/" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值