<?xml version="1.0" encoding="UTF-8"?>
<definitions targetNamespace="http://demo.myorderbox.com/services/rpcrouter" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://demo.myorderbox.com/services/rpcrouter" xmlns:intf="http://demo.myorderbox.com/services/rpcrouter" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://error.logicboxes.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: #axisVersion#
Built on #today#-->
 <wsdl:types>
  <schema targetNamespace="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://error.logicboxes.com"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="Vector">
    <sequence>
     <element maxOccurs="unbounded" minOccurs="0" name="item" type="xsd:anyType"/>
    </sequence>
   </complexType>
  </schema>
  <schema targetNamespace="http://error.logicboxes.com" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://xml.apache.org/xml-soap"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="LogicBoxesException">
    <sequence>
     <element name="className" nillable="true" type="xsd:string"/>
     <element name="exceptionClassType" nillable="true" type="xsd:string"/>
     <element name="logLevel" nillable="true" type="xsd:string"/>
     <element name="message" nillable="true" type="xsd:string"/>
     <element name="errorClassType" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
  </schema>
 </wsdl:types>

   <message name="invokeRequest">

      <part name="className" type="xsd:string"/>

      <part name="methodName" type="xsd:string"/>

      <part name="params" type="apachesoap:Vector"/>

   </message>

   <message name="invokeResponse">

      <part name="invokeReturn" type="xsd:anyType"/>

   </message>

   <message name="LogicBoxesException">

      <part name="fault" type="tns1:LogicBoxesException"/>

   </message>

   <portType name="MessengerServer">

      <operation name="invoke" parameterOrder="className methodName params">

         <input message="impl:invokeRequest" name="invokeRequest"/>

         <output message="impl:invokeResponse" name="invokeResponse"/>

         <fault message="impl:LogicBoxesException" name="LogicBoxesException"/>

      </operation>

   </portType>

   <binding name="rpcrouterSoapBinding" type="impl:MessengerServer">

      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>

      <operation name="invoke">

         <wsdlsoap:operation soapAction=""/>

         <input name="invokeRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://messenger.logicboxes.com" use="encoded"/>

         </input>

         <output name="invokeResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://demo.myorderbox.com/services/rpcrouter" use="encoded"/>

         </output>

         <fault name="LogicBoxesException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="LogicBoxesException" namespace="http://demo.myorderbox.com/services/rpcrouter" use="encoded"/>

         </fault>

      </operation>

   </binding>

   <service name="MessengerServerService">

      <port binding="impl:rpcrouterSoapBinding" name="rpcrouter">

         <wsdlsoap:address location="http://demo.myorderbox.com/services/rpcrouter"/>

      </port>

   </service>

</definitions>
