| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- <?xml version="1.0"?>
- <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://framework.zend.com/my_script.php" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" name="Zend_Soap_Server_TestClass" targetNamespace="http://framework.zend.com/my_script.php" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <wsdl:documentation>Definitions</wsdl:documentation>
- <portType name="Zend_Soap_Server_TestClassPort">
- <wsdl:documentation>Ports</wsdl:documentation>
- <operation name="testFunc1">
- <input message="tns:testFunc1Request"/>
- <output message="tns:testFunc1Response"/>
- </operation>
- <operation name="testFunc2">
- <input message="tns:testFunc2Request"/>
- <output message="tns:testFunc2Response"/>
- </operation>
- <operation name="testFunc3">
- <input message="tns:testFunc3Request"/>
- <output message="tns:testFunc3Response"/>
- </operation>
- <operation name="testFunc4">
- <input message="tns:testFunc4Request"/>
- <output message="tns:testFunc4Response"/>
- </operation>
- </portType>
- <binding name="Zend_Soap_Server_TestClassBinding" type="tns:Zend_Soap_Server_TestClassPort">
- <wsdl:documentation>Bindings</wsdl:documentation>
- <soap:operation soapAction="http://framework.zend.com/my_script.php#testFunc4"/>
- <soap:operation soapAction="http://framework.zend.com/my_script.php#testFunc3"/>
- <soap:operation soapAction="http://framework.zend.com/my_script.php#testFunc2"/>
- <soap:operation soapAction="http://framework.zend.com/my_script.php#testFunc1"/>
- <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
- <operation name="testFunc1">
- <wsdl:documentation>Operation1</wsdl:documentation>
- <input>
- <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
- </input>
- <output>
- <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
- </output>
- </operation>
- <operation name="testFunc2">
- <wsdl:documentation>Operation2</wsdl:documentation>
- <input>
- <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
- </input>
- <output>
- <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
- </output>
- </operation>
- <operation name="testFunc3">
- <wsdl:documentation>Operation3</wsdl:documentation>
- <input>
- <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
- </input>
- <output>
- <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
- </output>
- </operation>
- <operation name="testFunc4">
- <wsdl:documentation>Operation4</wsdl:documentation>
- <input>
- <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
- </input>
- <output>
- <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
- </output>
- </operation>
- </binding>
- <service name="Zend_Soap_Server_TestClassService">
- <wsdl:documentation>Services</wsdl:documentation>
- <port name="Zend_Soap_Server_TestClassPort" binding="tns:Zend_Soap_Server_TestClassBinding">
- <soap:address location="http://framework.zend.com/my_script.php"/>
- </port>
- </service>
- <message name="testFunc1Request"/>
- <message name="testFunc1Response">
- <wsdl:documentation>Message</wsdl:documentation>
- <part name="testFunc1Return" type="xsd:string"/>
- </message>
- <message name="testFunc2Request">
- <wsdl:documentation>Message</wsdl:documentation>
- <part name="who" type="xsd:string"/>
- </message>
- <message name="testFunc2Response">
- <wsdl:documentation>Message</wsdl:documentation>
- <part name="testFunc2Return" type="xsd:string"/>
- </message>
- <message name="testFunc3Request">
- <wsdl:documentation>Message</wsdl:documentation>
- <part name="who" type="xsd:string"/>
- <part name="when" type="xsd:int"/>
- </message>
- <message name="testFunc3Response">
- <wsdl:documentation>Message</wsdl:documentation>
- <part name="testFunc3Return" type="xsd:string"/>
- </message>
- <message name="testFunc4Request"/>
- <message name="testFunc4Response">
- <wsdl:documentation>Message</wsdl:documentation>
- <part name="testFunc4Return" type="xsd:string"/>
- </message>
- </definitions>
|