<?xml version="1.0" encoding="UTF-8"?>
<definitions targetNamespace="http://www.myorderbox.com/services/com.logicboxes.foundation.sfnb.order.DomOrder" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://www.myorderbox.com/services/com.logicboxes.foundation.sfnb.order.DomOrder" xmlns:intf="http://www.myorderbox.com/services/com.logicboxes.foundation.sfnb.order.DomOrder" 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://www.myorderbox.com/services/com.logicboxes.foundation.sfnb.order.DomOrder"/>
   <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://www.myorderbox.com/services/com.logicboxes.foundation.sfnb.order.DomOrder"/>
   <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://www.myorderbox.com/services/com.logicboxes.foundation.sfnb.order.DomOrder" 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_anyType">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:anyType[]"/>
     </restriction>
    </complexContent>
   </complexType>
  </schema>
 </wsdl:types>

   <message name="getDetailsRequest1">

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

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

   </message>

   <message name="getDetailsRequest2">

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

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

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

   </message>

   <message name="modifyNameServerRequest1">

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

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

   </message>

   <message name="LogicBoxesException">

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

   </message>

   <message name="modifyNameServerResponse1">

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

   </message>

   <message name="modifyNameServerResponse">

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

   </message>

   <message name="getDetailsResponse2">

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

   </message>

   <message name="modifyNameServerRequest">

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

      <part name="nameServers" type="impl:ArrayOf_xsd_anyType"/>

   </message>

   <message name="getDetailsResponse1">

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

   </message>

   <message name="getDetailsResponse">

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

   </message>

   <message name="getDetailsRequest">

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

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

   </message>

   <portType name="DomOrder">

      <operation name="getDetails" parameterOrder="domainName option">

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

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

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

      </operation>

      <operation name="getDetails" parameterOrder="orderId option">

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

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

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

      </operation>

      <operation name="getDetails" parameterOrder="entityId option isLoadCnsEnabled">

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

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

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

      </operation>

      <operation name="modifyNameServer" parameterOrder="orderId nameServers">

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

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

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

      </operation>

      <operation name="modifyNameServer" parameterOrder="orderId nsHash">

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

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

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

      </operation>

   </portType>

   <binding name="com.logicboxes.foundation.sfnb.order.DomOrderSoapBinding" type="impl:DomOrder">

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

      <operation name="getDetails">

         <wsdlsoap:operation soapAction=""/>

         <input name="getDetailsRequest">

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

         </input>

         <output name="getDetailsResponse">

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

         </output>

         <fault name="LogicBoxesException">

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

         </fault>

      </operation>

      <operation name="getDetails">

         <wsdlsoap:operation soapAction=""/>

         <input name="getDetailsRequest1">

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

         </input>

         <output name="getDetailsResponse1">

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

         </output>

         <fault name="LogicBoxesException">

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

         </fault>

      </operation>

      <operation name="getDetails">

         <wsdlsoap:operation soapAction=""/>

         <input name="getDetailsRequest2">

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

         </input>

         <output name="getDetailsResponse2">

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

         </output>

         <fault name="LogicBoxesException">

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

         </fault>

      </operation>

      <operation name="modifyNameServer">

         <wsdlsoap:operation soapAction=""/>

         <input name="modifyNameServerRequest">

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

         </input>

         <output name="modifyNameServerResponse">

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

         </output>

         <fault name="LogicBoxesException">

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

         </fault>

      </operation>

      <operation name="modifyNameServer">

         <wsdlsoap:operation soapAction=""/>

         <input name="modifyNameServerRequest1">

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

         </input>

         <output name="modifyNameServerResponse1">

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

         </output>

         <fault name="LogicBoxesException">

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

         </fault>

      </operation>

   </binding>

   <service name="DomOrderService">

      <port binding="impl:com.logicboxes.foundation.sfnb.order.DomOrderSoapBinding" name="com.logicboxes.foundation.sfnb.order.DomOrder">

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

      </port>

   </service>

</definitions>
