<?xml version="1.0" encoding="UTF-8"?>
<definitions targetNamespace="http://demo.myorderbox.com/services/com.logicboxes.foundation.sfnb.order.OrderSetup" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://demo.myorderbox.com/services/com.logicboxes.foundation.sfnb.order.OrderSetup" xmlns:intf="http://demo.myorderbox.com/services/com.logicboxes.foundation.sfnb.order.OrderSetup" 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://demo.myorderbox.com/services/com.logicboxes.foundation.sfnb.order.OrderSetup"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="mapItem">
    <sequence>
     <element name="key" nillable="true" type="xsd:anyType"/>
     <element name="value" nillable="true" type="xsd:anyType"/>
    </sequence>
   </complexType>
   <complexType name="Map">
    <sequence>
     <element maxOccurs="unbounded" minOccurs="0" name="item" type="apachesoap:mapItem"/>
    </sequence>
   </complexType>
  </schema>
  <schema targetNamespace="http://error.logicboxes.com" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://demo.myorderbox.com/services/com.logicboxes.foundation.sfnb.order.OrderSetup"/>
   <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>
  <schema targetNamespace="http://demo.myorderbox.com/services/com.logicboxes.foundation.sfnb.order.OrderSetup" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://error.logicboxes.com"/>
   <import namespace="http://xml.apache.org/xml-soap"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="ArrayOf_xsd_string">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
     </restriction>
    </complexContent>
   </complexType>
  </schema>
 </wsdl:types>

   <message name="getCustomerSlabPriceRequest">

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

   </message>

   <message name="getCustomerSlabPriceResponse2">

      <part name="getCustomerSlabPriceReturn" type="apachesoap:Map"/>

   </message>

   <message name="getResellerSlabPriceRequest">

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

   </message>

   <message name="getCustomerSlabPriceResponse1">

      <part name="getCustomerSlabPriceReturn" type="apachesoap:Map"/>

   </message>

   <message name="LogicBoxesException">

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

   </message>

   <message name="getCustomerSlabPriceRequest2">

      <part name="productKeyArr" type="impl:ArrayOf_xsd_string"/>

   </message>

   <message name="getCustomerSlabPriceRequest1">

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

      <part name="getRoundedParamIfApplicable" type="xsd:boolean"/>

   </message>

   <message name="getResellerSlabPriceResponse">

      <part name="getResellerSlabPriceReturn" type="apachesoap:Map"/>

   </message>

   <message name="getCustomerSlabPriceResponse">

      <part name="getCustomerSlabPriceReturn" type="apachesoap:Map"/>

   </message>

   <portType name="OrderSetup">

      <operation name="getResellerSlabPrice" parameterOrder="productKey">

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

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

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

      </operation>

      <operation name="getCustomerSlabPrice" parameterOrder="productkey">

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

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

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

      </operation>

      <operation name="getCustomerSlabPrice" parameterOrder="productkey getRoundedParamIfApplicable">

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

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

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

      </operation>

      <operation name="getCustomerSlabPrice" parameterOrder="productKeyArr">

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

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

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

      </operation>

   </portType>

   <binding name="com.logicboxes.foundation.sfnb.order.OrderSetupSoapBinding" type="impl:OrderSetup">

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

      <operation name="getResellerSlabPrice">

         <wsdlsoap:operation soapAction=""/>

         <input name="getResellerSlabPriceRequest">

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

         </input>

         <output name="getResellerSlabPriceResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://demo.myorderbox.com/services/com.logicboxes.foundation.sfnb.order.OrderSetup" use="encoded"/>

         </output>

         <fault name="LogicBoxesException">

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

         </fault>

      </operation>

      <operation name="getCustomerSlabPrice">

         <wsdlsoap:operation soapAction=""/>

         <input name="getCustomerSlabPriceRequest">

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

         </input>

         <output name="getCustomerSlabPriceResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://demo.myorderbox.com/services/com.logicboxes.foundation.sfnb.order.OrderSetup" use="encoded"/>

         </output>

         <fault name="LogicBoxesException">

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

         </fault>

      </operation>

      <operation name="getCustomerSlabPrice">

         <wsdlsoap:operation soapAction=""/>

         <input name="getCustomerSlabPriceRequest1">

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

         </input>

         <output name="getCustomerSlabPriceResponse1">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://demo.myorderbox.com/services/com.logicboxes.foundation.sfnb.order.OrderSetup" use="encoded"/>

         </output>

         <fault name="LogicBoxesException">

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

         </fault>

      </operation>

      <operation name="getCustomerSlabPrice">

         <wsdlsoap:operation soapAction=""/>

         <input name="getCustomerSlabPriceRequest2">

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

         </input>

         <output name="getCustomerSlabPriceResponse2">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://demo.myorderbox.com/services/com.logicboxes.foundation.sfnb.order.OrderSetup" use="encoded"/>

         </output>

         <fault name="LogicBoxesException">

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

         </fault>

      </operation>

   </binding>

   <service name="OrderSetupService">

      <port binding="impl:com.logicboxes.foundation.sfnb.order.OrderSetupSoapBinding" name="com.logicboxes.foundation.sfnb.order.OrderSetup">

         <wsdlsoap:address location="http://demo.myorderbox.com/services/com.logicboxes.foundation.sfnb.order.OrderSetup"/>

      </port>

   </service>

</definitions>
