<definitions name="MyWebService1" targetNamespace="http://jmsservices/MyWebService1.wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://jmsservices/MyWebService1.wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns0="http://jmsservices/MyWebService1.wsdl/types/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" > <types> <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://jmsservices/MyWebService1.wsdl/types/" elementFormDefault="qualified" xmlns:tns="http://jmsservices/MyWebService1.wsdl/types/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/"> <element name="receiveElement"> <complexType> <sequence/> </complexType> </element> <element name="receiveResponseElement"> <complexType> <sequence> <element name="result" nillable="true"> <complexType> <sequence> <any/> </sequence> </complexType> </element> </sequence> </complexType> </element> <element name="sendElement"> <complexType> <sequence> <element name="input" nillable="true"> <complexType> <sequence> <any/> </sequence> </complexType> </element> </sequence> </complexType> </element> <element name="sendResponseElement"> <complexType> <sequence/> </complexType> </element> </schema> </types> <message name="JmsDestination_receive"> <part name="parameters" element="tns0:receiveElement"/> </message> <message name="JmsDestination_receiveResponse"> <part name="parameters" element="tns0:receiveResponseElement"/> </message> <message name="JmsDestination_send"> <part name="parameters" element="tns0:sendElement"/> </message> <message name="JmsDestination_sendResponse"> <part name="parameters" element="tns0:sendResponseElement"/> </message> <portType name="JmsDestination"> <operation name="receive"> <input message="tns:JmsDestination_receive"/> <output message="tns:JmsDestination_receiveResponse"/> </operation> <operation name="send"> <input message="tns:JmsDestination_send"/> <output message="tns:JmsDestination_sendResponse"/> </operation> </portType> <binding name="MyWebService1SoapHttp" type="tns:JmsDestination"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <operation name="receive"> <soap:operation soapAction="http://jmsservices/MyWebService1.wsdl/receive"/> <input> <soap:body use="literal"/> </input> <output> <soap:body use="literal"/> </output> </operation> <operation name="send"> <soap:operation soapAction="http://jmsservices/MyWebService1.wsdl/send"/> <input> <soap:body use="literal"/> </input> <output> <soap:body use="literal"/> </output> </operation> </binding> <service name="MyWebService1"> <port name="MyWebService1SoapHttpPort" binding="tns:MyWebService1SoapHttp"> <soap:address location="http://MyServer/WSInterop-JMSServices-context-root/MyWebService1SoapHttpPort"/> </port> </service> </definitions> |