Thursday 3 December 2015

Message Broker(IIB) SOAP over JMS: WSDL File 4/4

<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="SOAPJMS" targetNamespace="http://www.example.org/SOAPJMS/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.example.org/SOAPJMS/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <wsdl:documentation>
    <wsdl:appinfo source="WMQI_APPINFO">
      <MRWSDLAppInfo imported="true">
        <generatedXSD location="SOAPJMS_InlineSchema1.xsd"/>
        <binding hasEncoding="false" imported="true" name="SOAPJMSSOAPJMS" originalBindingStyle="document"/>
      </MRWSDLAppInfo>
    </wsdl:appinfo>
  </wsdl:documentation>
  <wsdl:types>
   
          <xsd:schema targetNamespace="http://www.example.org/SOAPJMS/" xmlns:ibmSchExtn="http://www.ibm.com/schema/extensions">
<xsd:include schemaLocation="SOAPJMS_InlineSchema1.xsd"/>
    </xsd:schema>
    </wsdl:types>
  <wsdl:message name="SOAPJMSAdditionRequest">
    <wsdl:part element="tns:SOAPJMSAddition" name="parameters"/>
  </wsdl:message>
  <wsdl:message name="SOAPJMSAdditionResponse">
    <wsdl:part element="tns:SOAPJMSAdditionResponse" name="parameters"/>
  </wsdl:message>
  <wsdl:portType name="SOAPJMS">
    <wsdl:operation name="SOAPJMSAddition">
      <wsdl:input message="tns:SOAPJMSAdditionRequest"/>
      <wsdl:output message="tns:SOAPJMSAdditionResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="SOAPJMSSOAPJMS" type="tns:SOAPJMS">
    <soap:binding style="document" transport="http://www.w3.org/2010/soapjms/"/>
    <wsdl:operation name="SOAPJMSAddition">
      <soap:operation soapAction="http://www.example.org/SOAPJMS/SOAPJMSAddition"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="SOAPJMS">
    <wsdl:port binding="tns:SOAPJMSSOAPJMS" name="SOAPJMSSOAPJMS">
      <soap:address location="jms:jndi:JMSREQUESTQ?jndiConnectionFactoryName=JMSQCF&amp;jndiInitialContextFactory=com.sun.jndi.fscontext.RefFSContextFactory&amp;jndiURL=file%3A%2FC%3A%2FSOAPJNDIBindings&amp;replyToName=JMSREPLYQ&amp;targetService=SOAPNodesSample_JMS_Service/"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>

No comments:

Post a Comment