<?xml version="1.0" encoding="UTF-8"?>
<definitions targetNamespace="http://demo.myorderbox.com/services/com.logicboxes.foundation.sfnb.Product" 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.Product" xmlns:intf="http://demo.myorderbox.com/services/com.logicboxes.foundation.sfnb.Product" 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="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://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="getResellerActiveProductCategoryResponse">

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

   </message>

   <message name="LogicBoxesException">

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

   </message>

   <message name="getResellerActiveProductCategoryRequest">

   </message>

   <message name="getResellerActiveProductCategoryResponse1">

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

   </message>

   <message name="getResellerActiveProductCategoryRequest1">

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

   </message>

   <message name="getResellerActiveProductCategoryResponse3">

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

   </message>

   <message name="getResellerActiveProductCategoryRequest3">

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

   </message>

   <message name="getResellerActiveProductCategoryResponse2">

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

   </message>

   <message name="getResellerActiveProductCategoryRequest2">

      <part name="resellerID" type="xsd:int"/>

   </message>

   <message name="getResellerActiveProductCategoryResponse4">

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

   </message>

   <message name="getResellerActiveProductCategoryRequest4">

      <part name="resellerid" type="xsd:int"/>

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

   </message>

   <portType name="Product">

      <operation name="getResellerActiveProductCategory">

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

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

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

      </operation>

      <operation name="getResellerActiveProductCategory" parameterOrder="includeAddDeniedProducts">

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

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

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

      </operation>

      <operation name="getResellerActiveProductCategory" parameterOrder="resellerID">

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

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

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

      </operation>

      <operation name="getResellerActiveProductCategory" parameterOrder="categoryType">

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

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

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

      </operation>

      <operation name="getResellerActiveProductCategory" parameterOrder="resellerid includeAddDeniedProducts">

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

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

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

      </operation>

   </portType>

   <binding name="com.logicboxes.foundation.sfnb.ProductSoapBinding" type="impl:Product">

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

      <operation name="getResellerActiveProductCategory">

         <wsdlsoap:operation soapAction=""/>

         <input name="getResellerActiveProductCategoryRequest">

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

         </input>

         <output name="getResellerActiveProductCategoryResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://demo.myorderbox.com/services/com.logicboxes.foundation.sfnb.Product" 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.Product" use="encoded"/>

         </fault>

      </operation>

      <operation name="getResellerActiveProductCategory">

         <wsdlsoap:operation soapAction=""/>

         <input name="getResellerActiveProductCategoryRequest1">

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

         </input>

         <output name="getResellerActiveProductCategoryResponse1">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://demo.myorderbox.com/services/com.logicboxes.foundation.sfnb.Product" 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.Product" use="encoded"/>

         </fault>

      </operation>

      <operation name="getResellerActiveProductCategory">

         <wsdlsoap:operation soapAction=""/>

         <input name="getResellerActiveProductCategoryRequest2">

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

         </input>

         <output name="getResellerActiveProductCategoryResponse2">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://demo.myorderbox.com/services/com.logicboxes.foundation.sfnb.Product" 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.Product" use="encoded"/>

         </fault>

      </operation>

      <operation name="getResellerActiveProductCategory">

         <wsdlsoap:operation soapAction=""/>

         <input name="getResellerActiveProductCategoryRequest3">

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

         </input>

         <output name="getResellerActiveProductCategoryResponse3">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://demo.myorderbox.com/services/com.logicboxes.foundation.sfnb.Product" 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.Product" use="encoded"/>

         </fault>

      </operation>

      <operation name="getResellerActiveProductCategory">

         <wsdlsoap:operation soapAction=""/>

         <input name="getResellerActiveProductCategoryRequest4">

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

         </input>

         <output name="getResellerActiveProductCategoryResponse4">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://demo.myorderbox.com/services/com.logicboxes.foundation.sfnb.Product" 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.Product" use="encoded"/>

         </fault>

      </operation>

   </binding>

   <service name="ProductService">

      <port binding="impl:com.logicboxes.foundation.sfnb.ProductSoapBinding" name="com.logicboxes.foundation.sfnb.Product">

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

      </port>

   </service>

</definitions>
