Annotation of embedaddon/php/ext/soap/tests/bugs/bug29844.wsdl, revision 1.1

1.1     ! misho       1: <?xml version="1.0" ?>
        !             2: <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://davey.synapticmedia.net/php-mag/shafikdavey_automaticwebservices/src/Listing%201.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="Crtx_SOAP_AutoDiscover_Example" targetNamespace="http://davey.synapticmedia.net/php-mag/shafikdavey_automaticwebservices/src/Listing%201.php">
        !             3:   <portType name="Crtx_SOAP_AutoDiscover_ExamplePort">
        !             4:     <operation name="hello">
        !             5:       <input message="tns:helloRequest" />
        !             6:       <output message="tns:helloResponse" />
        !             7:       <documentation>Say Hello to Somebody</documentation>
        !             8:     </operation>
        !             9:     <operation name="goodBye">
        !            10:       <input message="tns:goodByeRequest" />
        !            11:       <output message="tns:goodByeResponse" />
        !            12:       <documentation>Say Goodbye to Somebody</documentation>
        !            13:     </operation>
        !            14:   </portType>
        !            15:   <binding name="Crtx_SOAP_AutoDiscover_ExampleBinding"
        !            16:   type="tns:Crtx_SOAP_AutoDiscover_ExamplePort">
        !            17:     <soap:binding style="document"
        !            18:     transport="http://schemas.xmlsoap.org/soap/http" />
        !            19:     <operation name="hello">
        !            20:       <input>
        !            21:         <soap:body use="encoded"
        !            22:         encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
        !            23:       </input>
        !            24:       <output>
        !            25:         <soap:body use="encoded"
        !            26:         encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
        !            27:       </output>
        !            28:       <soap:operation soapAction="http://davey.synapticmedia.net/php-mag/shafikdavey_automaticwebservices/src/Listing%201.php#hello" />
        !            29:     </operation>
        !            30:     <soap:binding style="document"
        !            31:     transport="http://schemas.xmlsoap.org/soap/http" />
        !            32:     <operation name="goodBye">
        !            33:       <input>
        !            34:         <soap:body use="encoded"
        !            35:         encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
        !            36:       </input>
        !            37:       <output>
        !            38:         <soap:body use="encoded"
        !            39:         encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
        !            40:       </output>
        !            41:       <soap:operation soapAction="http://davey.synapticmedia.net/php-mag/shafikdavey_automaticwebservices/src/Listing%201.php#goodBye" />
        !            42:     </operation>
        !            43:   </binding>
        !            44:   <service name="Crtx_SOAP_AutoDiscover_ExampleService">
        !            45:     <port name="tns:Crtx_SOAP_AutoDiscover_ExamplePort"
        !            46:     binding="tns:Crtx_SOAP_AutoDiscover_ExampleBinding">
        !            47:       <soap:address location="http://davey.synapticmedia.net/php-mag/shafikdavey_automaticwebservices/src/Listing%201.php" />
        !            48:     </port>
        !            49:   </service>
        !            50:   <message name="helloRequest">
        !            51:     <part name="to" type="xsd:string" />
        !            52:     <documentation>Say Hello to Somebody</documentation>
        !            53:   </message>
        !            54:   <message name="helloResponse">
        !            55:     <part name="helloReturn" type="xsd:string" />
        !            56:     <documentation>The greeting</documentation>
        !            57:   </message>
        !            58:   <message name="goodByeRequest">
        !            59:     <part name="to" type="xsd:string" />
        !            60:     <documentation>Say Goodbye to Somebody</documentation>
        !            61:   </message>
        !            62:   <message name="goodByeResponse">
        !            63:     <part name="goodByeReturn" type="xsd:string" />
        !            64:     <documentation>The goodbye</documentation>
        !            65:   </message>
        !            66: </definitions>

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