Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version='1.0' encoding='UTF-8' ?>
- <definitions name='tmp'
- xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
- xmlns:xsd='http://www.w3.org/2001/XMLSchema'
- xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/'
- xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
- xmlns='http://schemas.xmlsoap.org/wsdl/'>
- <message name='infoRequest'>
- </message>
- <message name='infoResponse'>
- <part name='Result' type='xsd:string'/>
- </message>
- <portType name='tmpPortType'>
- <operation name='info'>
- <input message='infoRequest'/>
- <output message='infoResponse'/>
- </operation>
- </portType>
- <binding name='tmpBinding' type='tmpPortType'>
- <soap:binding style='rpc'
- transport='http://schemas.xmlsoap.org/soap/http'/>
- <operation name='info'>
- <soap:operation soapAction='xmethods-delayed-quotes#info'/>
- <input>
- <soap:body use='encoded' namespace='xmethods-delayed-quotes'
- encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
- </input>
- <output>
- <soap:body use='encoded' namespace='xmethods-delayed-quotes'
- encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
- </output>
- </operation>
- </binding>
- <service name='tmpService'>
- <port name='tmpPort' binding='tmpBinding'>
- <soap:address location='http://SERVER/soapserver.php'/>
- </port>
- </service>
- </definitions>
Advertisement
Add Comment
Please, Sign In to add comment