<?xml version="1.0" encoding="UTF-8"?>
<definitions targetNamespace="http://www.foundationapi.com/services/com.logicboxes.foundation.sfnb.management.LegalAgreement" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://www.foundationapi.com/services/com.logicboxes.foundation.sfnb.management.LegalAgreement" xmlns:intf="http://www.foundationapi.com/services/com.logicboxes.foundation.sfnb.management.LegalAgreement" 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>
   <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="getProductCategoryRequest">

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

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

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

   </message>

   <message name="getProductCategoryResponse">

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

   </message>

   <message name="getAgreementRequest3">

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

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

   </message>

   <message name="getProductCategoryResponse1">

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

   </message>

   <message name="getAgreementResponse">

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

   </message>

   <message name="LogicBoxesException">

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

   </message>

   <message name="getAgreementResponse3">

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

   </message>

   <message name="getAgreementResponse2">

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

   </message>

   <message name="getAgreementResponse1">

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

   </message>

   <message name="getAgreementRequest">

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

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

   </message>

   <message name="getAgreementRequest2">

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

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

   </message>

   <message name="getProductCategoryRequest1">

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

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

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

   </message>

   <message name="getAgreementRequest1">

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

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

   </message>

   <portType name="LegalAgreement">

      <operation name="getProductCategory" parameterOrder="productKey signupAction resellerId">

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

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

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

      </operation>

      <operation name="getProductCategory" parameterOrder="productKey signupAction resellerId">

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

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

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

      </operation>

      <operation name="getAgreement" parameterOrder="callByParent agreementType">

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

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

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

      </operation>

      <operation name="getAgreement" parameterOrder="callByParent agreementType">

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

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

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

      </operation>

      <operation name="getAgreement" parameterOrder="resellerId agreementType">

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

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

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

      </operation>

      <operation name="getAgreement" parameterOrder="resellerId agreementType">

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

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

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

      </operation>

   </portType>

   <binding name="com.logicboxes.foundation.sfnb.management.LegalAgreementSoapBinding" type="impl:LegalAgreement">

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

      <operation name="getProductCategory">

         <wsdlsoap:operation soapAction=""/>

         <input name="getProductCategoryRequest">

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

         </input>

         <output name="getProductCategoryResponse">

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

         </output>

         <fault name="LogicBoxesException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="LogicBoxesException" namespace="http://www.foundationapi.com/services/com.logicboxes.foundation.sfnb.management.LegalAgreement" use="encoded"/>

         </fault>

      </operation>

      <operation name="getProductCategory">

         <wsdlsoap:operation soapAction=""/>

         <input name="getProductCategoryRequest1">

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

         </input>

         <output name="getProductCategoryResponse1">

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

         </output>

         <fault name="LogicBoxesException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="LogicBoxesException" namespace="http://www.foundationapi.com/services/com.logicboxes.foundation.sfnb.management.LegalAgreement" use="encoded"/>

         </fault>

      </operation>

      <operation name="getAgreement">

         <wsdlsoap:operation soapAction=""/>

         <input name="getAgreementRequest">

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

         </input>

         <output name="getAgreementResponse">

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

         </output>

         <fault name="LogicBoxesException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="LogicBoxesException" namespace="http://www.foundationapi.com/services/com.logicboxes.foundation.sfnb.management.LegalAgreement" use="encoded"/>

         </fault>

      </operation>

      <operation name="getAgreement">

         <wsdlsoap:operation soapAction=""/>

         <input name="getAgreementRequest1">

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

         </input>

         <output name="getAgreementResponse1">

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

         </output>

         <fault name="LogicBoxesException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="LogicBoxesException" namespace="http://www.foundationapi.com/services/com.logicboxes.foundation.sfnb.management.LegalAgreement" use="encoded"/>

         </fault>

      </operation>

      <operation name="getAgreement">

         <wsdlsoap:operation soapAction=""/>

         <input name="getAgreementRequest2">

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

         </input>

         <output name="getAgreementResponse2">

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

         </output>

         <fault name="LogicBoxesException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="LogicBoxesException" namespace="http://www.foundationapi.com/services/com.logicboxes.foundation.sfnb.management.LegalAgreement" use="encoded"/>

         </fault>

      </operation>

      <operation name="getAgreement">

         <wsdlsoap:operation soapAction=""/>

         <input name="getAgreementRequest3">

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

         </input>

         <output name="getAgreementResponse3">

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

         </output>

         <fault name="LogicBoxesException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="LogicBoxesException" namespace="http://www.foundationapi.com/services/com.logicboxes.foundation.sfnb.management.LegalAgreement" use="encoded"/>

         </fault>

      </operation>

   </binding>

   <service name="LegalAgreementService">

      <port binding="impl:com.logicboxes.foundation.sfnb.management.LegalAgreementSoapBinding" name="com.logicboxes.foundation.sfnb.management.LegalAgreement">

         <wsdlsoap:address location="http://www.foundationapi.com/services/com.logicboxes.foundation.sfnb.management.LegalAgreement"/>

      </port>

   </service>

</definitions>
