Annotation of embedaddon/php/ext/soap/tests/interop/Round3/GroupD/imported/import1B.wsdl, revision 1.1

1.1     ! misho       1: <?xml version="1.0"?>
        !             2: <definitions name="SoapInterop" targetNamespace="http://soapinterop.org/definitions/        !             3:                xmlns:wsdlns="http://soapinterop.org/definitions/        !             4:                xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/        !             5:                xmlns:xsd="http://www.w3.org/2001/XMLSchema        !             6:                xmlns="http://schemas.xmlsoap.org/wsdl/">
        !             7:        <types/>
        !             8:        <message name="echoStringRequest">
        !             9:                <part name="x" type="xsd:string"/>
        !            10:        </message>
        !            11:        <message name="echoStringResponse">
        !            12:                <part name="Result" type="xsd:string"/>
        !            13:        </message>
        !            14:        <portType name="SoapInteropImport1PortType">
        !            15:                <operation name="echoString" parameterOrder="x">
        !            16:                        <input message="wsdlns:echoStringRequest"/>
        !            17:                        <output message="wsdlns:echoStringResponse"/>
        !            18:                </operation>
        !            19:        </portType>     
        !            20: </definitions>

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