<?xml version="1.0" encoding="UTF-8"?>
<definitions targetNamespace="http://www.foundationapi.com/services/com.logicboxes.foundation.sfnb.Website" 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.Website" xmlns:intf="http://www.foundationapi.com/services/com.logicboxes.foundation.sfnb.Website" 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="moveWebsiteRequest2">

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

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

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

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

   </message>

   <message name="moveWebsiteResponse1">

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

   </message>

   <message name="moveWebsiteResponse2">

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

   </message>

   <message name="moveWebsiteRequest1">

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

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

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

   </message>

   <message name="LogicBoxesException">

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

   </message>

   <message name="moveWebsiteRequest4">

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

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

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

   </message>

   <message name="moveWebsiteRequest3">

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

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

   </message>

   <message name="moveWebsiteResponse">

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

   </message>

   <message name="moveWebsiteResponse3">

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

   </message>

   <message name="moveWebsiteResponse4">

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

   </message>

   <message name="moveWebsiteRequest">

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

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

   </message>

   <portType name="Website">

      <operation name="moveWebsite" parameterOrder="websiteName newCustomerId">

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

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

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

      </operation>

      <operation name="moveWebsite" parameterOrder="websiteName newCustomerId defaultcontact">

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

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

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

      </operation>

      <operation name="moveWebsite" parameterOrder="websiteName oldCustomerId newCustomerId defaultcontact">

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

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

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

      </operation>

      <operation name="moveWebsite" parameterOrder="websiteId newCustomerId">

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

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

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

      </operation>

      <operation name="moveWebsite" parameterOrder="websiteID newCustomerID defaultContact">

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

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

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

      </operation>

   </portType>

   <binding name="com.logicboxes.foundation.sfnb.WebsiteSoapBinding" type="impl:Website">

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

      <operation name="moveWebsite">

         <wsdlsoap:operation soapAction=""/>

         <input name="moveWebsiteRequest">

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

         </input>

         <output name="moveWebsiteResponse">

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

         </fault>

      </operation>

      <operation name="moveWebsite">

         <wsdlsoap:operation soapAction=""/>

         <input name="moveWebsiteRequest1">

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

         </input>

         <output name="moveWebsiteResponse1">

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

         </fault>

      </operation>

      <operation name="moveWebsite">

         <wsdlsoap:operation soapAction=""/>

         <input name="moveWebsiteRequest2">

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

         </input>

         <output name="moveWebsiteResponse2">

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

         </fault>

      </operation>

      <operation name="moveWebsite">

         <wsdlsoap:operation soapAction=""/>

         <input name="moveWebsiteRequest3">

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

         </input>

         <output name="moveWebsiteResponse3">

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

         </fault>

      </operation>

      <operation name="moveWebsite">

         <wsdlsoap:operation soapAction=""/>

         <input name="moveWebsiteRequest4">

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

         </input>

         <output name="moveWebsiteResponse4">

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

         </fault>

      </operation>

   </binding>

   <service name="WebsiteService">

      <port binding="impl:com.logicboxes.foundation.sfnb.WebsiteSoapBinding" name="com.logicboxes.foundation.sfnb.Website">

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

      </port>

   </service>

</definitions>
