Annotation of embedaddon/php/ext/soap/tests/interop/Round3/GroupD/round3_groupD_import2.wsdl, revision 1.1.1.1

1.1       misho       1: <?xml version="1.0" encoding="UTF-8"?>
                      2: <definitions name="SoapInterop" targetNamespace="http://soapinterop.org/main/" 
                      3:                xmlns:wsdlns1="http://soapinterop.org/definitions/"  
                      4:                xmlns:wsdlns="http://soapinterop.org/main/"  
                      5:                xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"              
                      6:                xmlns="http://schemas.xmlsoap.org/wsdl/">
                      7:        <import location="imported/import2B.wsdl" namespace="http://soapinterop.org/definitions/" /> 
                      8: 
                      9:        <binding name="SoapInteropImport2Binding" type="wsdlns1:SoapInteropImport2PortType">
                     10:                <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
                     11:                <operation name="echoStruct">
                     12:                        <soap:operation soapAction="http://soapinterop.org/"/>
                     13:                        <input>
                     14:                                <soap:body use="encoded" namespace="http://soapinterop/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
                     15:                        </input>
                     16:                        <output>
                     17:                                <soap:body use="encoded" namespace="http://soapinterop/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
                     18:                        </output>
                     19:                </operation>
                     20:        </binding>
                     21:        <service name="Import2">
                     22:                <port name="SoapInteropImport2Port" binding="wsdlns:SoapInteropImport2Binding">
                     23:                        <soap:address location="round3_groupD_import2.inc"/>
                     24:                </port>
                     25:        </service>
                     26: </definitions>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>