web service(3)
日期:2011-11-02
点击:71
来源: 未知
分享至:
xmlns:schema="http://www.ispring.com/ws/hello"
xmlns:tns="http://www.ispring.com/ws/hello/definitions"
targetNamespace="http://www.ispring.com/ws/hello/definitions">
<wsdl:types>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.ispring.com/ws/hello">
<element name="dRequest" type="string" />
<element name="dResponse" type="string" />
</schema>
</wsdl:types>
<wsdl:message name="bRequest">
<wsdl:part element="schema:dRequest" name="cRequest" />
</wsdl:message>
<wsdl:message name="bResponse">
<wsdl:part element="schema:dResponse" name="cResponse" />
</wsdl:message>
<wsdl:portType name="HelloPortType">
<wsdl:operation name="sayHello">
<wsdl:input message="tns:bRequest" name="aRequest" />
<wsdl:output message="tns:bResponse" name="aResponse" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="HelloBinding" type="tns:HelloPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="sayHello">
<soap:operation soapAction="" />
<wsdl:input name="aRequest">
<soap:body use="literal" />
</wsdl:input>
<wsdl:output name=