Initial Commit of AgileBill Open Source
This commit is contained in:
406
plugins/registrar/_directi/wsdl/customer.wsdl
Normal file
406
plugins/registrar/_directi/wsdl/customer.wsdl
Normal file
@@ -0,0 +1,406 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<wsdl:definitions targetNamespace="com.logicboxes.foundation.sfnb.user.Customer" xmlns:impl="com.logicboxes.foundation.sfnb.user.Customer" xmlns:intf="com.logicboxes.foundation.sfnb.user.Customer" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
||||
<wsdl:types>
|
||||
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xml.apache.org/xml-soap">
|
||||
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
||||
<complexType name="Vector">
|
||||
<sequence>
|
||||
<element name="item" minOccurs="0" maxOccurs="unbounded" type="xsd:anyType"/>
|
||||
</sequence>
|
||||
</complexType>
|
||||
<element name="Vector" nillable="true" type="apachesoap:Vector"/>
|
||||
<complexType name="Map">
|
||||
<sequence>
|
||||
<element name="item" minOccurs="0" maxOccurs="unbounded">
|
||||
<complexType>
|
||||
<all>
|
||||
<element name="key" type="xsd:anyType"/>
|
||||
<element name="value" type="xsd:anyType"/>
|
||||
</all>
|
||||
</complexType>
|
||||
</element>
|
||||
</sequence>
|
||||
</complexType>
|
||||
<element name="Map" nillable="true" type="apachesoap:Map"/>
|
||||
</schema>
|
||||
</wsdl:types>
|
||||
|
||||
<wsdl:message name="authenticateCustomerResponse">
|
||||
|
||||
<wsdl:part name="authenticateCustomerReturn" type="xsd:int"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="authenticateCustomerRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="username" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="passwd" type="xsd:string"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="getCustomerIdRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="customerUsername" type="xsd:string"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="getDetailsRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="customerId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="option" type="apachesoap:Vector"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="modDetailsResponse">
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="getDetailsResponse">
|
||||
|
||||
<wsdl:part name="getDetailsReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="changePasswordRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="customerId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="newPasswd" type="xsd:string"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="getCustomerIdResponse">
|
||||
|
||||
<wsdl:part name="getCustomerIdReturn" type="xsd:int"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="addCustomerResponse">
|
||||
|
||||
<wsdl:part name="addCustomerReturn" type="xsd:int"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="modDetailsRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="customerId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="customerUserName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="name" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="company" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langPref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="address1" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="address2" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="address3" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="city" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="state" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="country" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="zip" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="telNoCc" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="telNo" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="altTelNoCc" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="altTelNo" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="faxNoCc" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="faxNo" type="xsd:string"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="changePasswordResponse">
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="addCustomerRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="customerUserName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="customerPassword" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="name" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="company" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="address1" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="address2" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="address3" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="city" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="state" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="country" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="zip" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="telNoCc" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="telNo" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="altTelNoCc" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="altTelNo" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="faxNoCc" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="faxNo" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="customerLangPref" type="xsd:string"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:portType name="Customer">
|
||||
|
||||
<wsdl:operation name="addCustomer" parameterOrder="userName password role langpref parentid customerUserName customerPassword name company address1 address2 address3 city state country zip telNoCc telNo altTelNoCc altTelNo faxNoCc faxNo customerLangPref">
|
||||
|
||||
<wsdl:input name="addCustomerRequest" message="impl:addCustomerRequest"/>
|
||||
|
||||
<wsdl:output name="addCustomerResponse" message="impl:addCustomerResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="modDetails" parameterOrder="userName password role langpref parentid customerId customerUserName name company langPref address1 address2 address3 city state country zip telNoCc telNo altTelNoCc altTelNo faxNoCc faxNo">
|
||||
|
||||
<wsdl:input name="modDetailsRequest" message="impl:modDetailsRequest"/>
|
||||
|
||||
<wsdl:output name="modDetailsResponse" message="impl:modDetailsResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="changePassword" parameterOrder="userName password role langpref parentid customerId newPasswd">
|
||||
|
||||
<wsdl:input name="changePasswordRequest" message="impl:changePasswordRequest"/>
|
||||
|
||||
<wsdl:output name="changePasswordResponse" message="impl:changePasswordResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="getDetails" parameterOrder="userName password role langpref parentid customerId option">
|
||||
|
||||
<wsdl:input name="getDetailsRequest" message="impl:getDetailsRequest"/>
|
||||
|
||||
<wsdl:output name="getDetailsResponse" message="impl:getDetailsResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="getCustomerId" parameterOrder="userName password role langpref parentid customerUsername">
|
||||
|
||||
<wsdl:input name="getCustomerIdRequest" message="impl:getCustomerIdRequest"/>
|
||||
|
||||
<wsdl:output name="getCustomerIdResponse" message="impl:getCustomerIdResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="authenticateCustomer" parameterOrder="userName password role langpref parentid username passwd">
|
||||
|
||||
<wsdl:input name="authenticateCustomerRequest" message="impl:authenticateCustomerRequest"/>
|
||||
|
||||
<wsdl:output name="authenticateCustomerResponse" message="impl:authenticateCustomerResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
</wsdl:portType>
|
||||
|
||||
<wsdl:binding name="CustomerServiceSoapBinding" type="impl:Customer">
|
||||
|
||||
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
||||
|
||||
<wsdl:operation name="addCustomer">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="addCustomerRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.user.Customer"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="addCustomerResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.user.Customer"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="modDetails">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="modDetailsRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.user.Customer"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="modDetailsResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.user.Customer"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="changePassword">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="changePasswordRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.user.Customer"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="changePasswordResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.user.Customer"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="getDetails">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="getDetailsRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.user.Customer"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="getDetailsResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.user.Customer"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="getCustomerId">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="getCustomerIdRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.user.Customer"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="getCustomerIdResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.user.Customer"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="authenticateCustomer">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="authenticateCustomerRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.user.Customer"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="authenticateCustomerResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.user.Customer"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
</wsdl:binding>
|
||||
|
||||
<wsdl:service name="CustomerService">
|
||||
|
||||
<wsdl:port name="CustomerService" binding="impl:CustomerServiceSoapBinding">
|
||||
|
||||
<wsdlsoap:address location="http://prog.internal.directi.com:9090/anacreon/servlet/rpcrouter"/>
|
||||
|
||||
</wsdl:port>
|
||||
|
||||
</wsdl:service>
|
||||
|
||||
</wsdl:definitions>
|
971
plugins/registrar/_directi/wsdl/domain.wsdl
Normal file
971
plugins/registrar/_directi/wsdl/domain.wsdl
Normal file
@@ -0,0 +1,971 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<wsdl:definitions targetNamespace="com.logicboxes.foundation.sfnb.order.DomOrder" xmlns:impl="com.logicboxes.foundation.sfnb.order.DomOrder" xmlns:intf="com.logicboxes.foundation.sfnb.order.DomOrder" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
||||
<wsdl:types>
|
||||
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="com.logicboxes.foundation.sfnb.order.DomOrder">
|
||||
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
||||
<complexType name="ArrayOf_xsd_int">
|
||||
<complexContent>
|
||||
<restriction base="soapenc:Array">
|
||||
<attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:int[]"/>
|
||||
</restriction>
|
||||
</complexContent>
|
||||
</complexType>
|
||||
<element name="ArrayOf_xsd_int" nillable="true" type="impl:ArrayOf_xsd_int"/>
|
||||
<complexType name="ArrayOf_xsd_string">
|
||||
<complexContent>
|
||||
<restriction base="soapenc:Array">
|
||||
<attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
|
||||
</restriction>
|
||||
</complexContent>
|
||||
</complexType>
|
||||
<element name="ArrayOf_xsd_string" nillable="true" type="impl:ArrayOf_xsd_string"/>
|
||||
</schema>
|
||||
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xml.apache.org/xml-soap">
|
||||
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
||||
<complexType name="Map">
|
||||
<sequence>
|
||||
<element name="item" minOccurs="0" maxOccurs="unbounded">
|
||||
<complexType>
|
||||
<all>
|
||||
<element name="key" type="xsd:anyType"/>
|
||||
<element name="value" type="xsd:anyType"/>
|
||||
</all>
|
||||
</complexType>
|
||||
</element>
|
||||
</sequence>
|
||||
</complexType>
|
||||
<element name="Map" nillable="true" type="apachesoap:Map"/>
|
||||
<complexType name="Vector">
|
||||
<sequence>
|
||||
<element name="item" minOccurs="0" maxOccurs="unbounded" type="xsd:anyType"/>
|
||||
</sequence>
|
||||
</complexType>
|
||||
<element name="Vector" nillable="true" type="apachesoap:Vector"/>
|
||||
</schema>
|
||||
</wsdl:types>
|
||||
|
||||
<wsdl:message name="deleteDomainRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="orderId" type="xsd:int"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="setCustomerLockRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="orderId" type="xsd:int"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="checkAvailabilityRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="domainName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="suggestAlternative" type="xsd:boolean"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="getDetailsResponse">
|
||||
|
||||
<wsdl:part name="getDetailsReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="getLockListRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="orderId" type="xsd:int"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="modifyChildNameServerNameResponse">
|
||||
|
||||
<wsdl:part name="modifyChildNameServerNameReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="removeCustomerLockRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="orderId" type="xsd:int"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="checkAvailabilityResponse">
|
||||
|
||||
<wsdl:part name="checkAvailabilityReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="modifyDomainSecretResponse">
|
||||
|
||||
<wsdl:part name="modifyDomainSecretReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="renewDomainRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="domainHash" type="apachesoap:Map"/>
|
||||
|
||||
<wsdl:part name="invoiceOption" type="xsd:string"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="deleteChildNameServerIpResponse">
|
||||
|
||||
<wsdl:part name="deleteChildNameServerIpReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="transferDomainRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="domainHash" type="apachesoap:Map"/>
|
||||
|
||||
<wsdl:part name="registrantContactId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="adminContactId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="techContactId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="billingContactId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="customerId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="invoiceOption" type="xsd:string"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="listResponse">
|
||||
|
||||
<wsdl:part name="listReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="deleteChildNameServerIpRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="orderId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="cns" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="ipAddress" type="apachesoap:Vector"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="modifyDomainSecretRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="orderId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="newSecret" type="xsd:string"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="getDetailsRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="orderId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="option" type="apachesoap:Vector"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="setCustomerLockResponse">
|
||||
|
||||
<wsdl:part name="setCustomerLockReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="addChildNameServerResponse">
|
||||
|
||||
<wsdl:part name="addChildNameServerReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="transferDomainResponse">
|
||||
|
||||
<wsdl:part name="transferDomainReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="getLockListResponse">
|
||||
|
||||
<wsdl:part name="getLockListReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="modifyNameServerRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="orderId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="nsHash" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="registerDomainResponse">
|
||||
|
||||
<wsdl:part name="registerDomainReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="listRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="orderId" type="impl:ArrayOf_xsd_int"/>
|
||||
|
||||
<wsdl:part name="resellerId" type="impl:ArrayOf_xsd_int"/>
|
||||
|
||||
<wsdl:part name="customerId" type="impl:ArrayOf_xsd_int"/>
|
||||
|
||||
<wsdl:part name="showChildOrders" type="xsd:boolean"/>
|
||||
|
||||
<wsdl:part name="domainType" type="impl:ArrayOf_xsd_string"/>
|
||||
|
||||
<wsdl:part name="currentStatus" type="impl:ArrayOf_xsd_string"/>
|
||||
|
||||
<wsdl:part name="description" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="creationDTRangStart" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="creationDTRangEnd" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="endTimeRangStart" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="endTimeRangEnd" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="numOfRecordPerPage" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="pageNum" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="orderBy" type="impl:ArrayOf_xsd_string"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="removeCustomerLockResponse">
|
||||
|
||||
<wsdl:part name="removeCustomerLockReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="modifyChildNameServerNameRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="orderId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="oldCns" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="newCns" type="xsd:string"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="registerDomainRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="domainHash" type="apachesoap:Map"/>
|
||||
|
||||
<wsdl:part name="ns" type="apachesoap:Vector"/>
|
||||
|
||||
<wsdl:part name="registrantContactId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="adminContactId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="techContactId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="billingContactId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="customerId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="invoiceOption" type="xsd:string"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="modifyChildNameServerIpRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="orderId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="cns" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="oldIp" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="newIp" type="xsd:string"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="modifyContactResponse">
|
||||
|
||||
<wsdl:part name="modifyContactReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="deleteDomainResponse">
|
||||
|
||||
<wsdl:part name="deleteDomainReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="renewDomainResponse">
|
||||
|
||||
<wsdl:part name="renewDomainReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="modifyContactRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="orderId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="registrantContactId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="adminContactId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="techContactId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="billingContactId" type="xsd:int"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="addChildNameServerRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="orderId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="cns" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="ipAddress" type="apachesoap:Vector"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="modifyNameServerResponse">
|
||||
|
||||
<wsdl:part name="modifyNameServerReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="modifyChildNameServerIpResponse">
|
||||
|
||||
<wsdl:part name="modifyChildNameServerIpReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:portType name="Domain">
|
||||
|
||||
<wsdl:operation name="list" parameterOrder="userName password role langpref parentid orderId resellerId customerId showChildOrders domainType currentStatus description creationDTRangStart creationDTRangEnd endTimeRangStart endTimeRangEnd numOfRecordPerPage pageNum orderBy">
|
||||
|
||||
<wsdl:input name="listRequest" message="impl:listRequest"/>
|
||||
|
||||
<wsdl:output name="listResponse" message="impl:listResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="getDetails" parameterOrder="userName password role langpref parentid orderId option">
|
||||
|
||||
<wsdl:input name="getDetailsRequest" message="impl:getDetailsRequest"/>
|
||||
|
||||
<wsdl:output name="getDetailsResponse" message="impl:getDetailsResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="checkAvailability" parameterOrder="userName password role langpref parentid domainName suggestAlternative">
|
||||
|
||||
<wsdl:input name="checkAvailabilityRequest" message="impl:checkAvailabilityRequest"/>
|
||||
|
||||
<wsdl:output name="checkAvailabilityResponse" message="impl:checkAvailabilityResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="registerDomain" parameterOrder="userName password role langpref parentid domainHash ns registrantContactId adminContactId techContactId billingContactId customerId invoiceOption">
|
||||
|
||||
<wsdl:input name="registerDomainRequest" message="impl:registerDomainRequest"/>
|
||||
|
||||
<wsdl:output name="registerDomainResponse" message="impl:registerDomainResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="transferDomain" parameterOrder="userName password role langpref parentid domainHash registrantContactId adminContactId techContactId billingContactId customerId invoiceOption">
|
||||
|
||||
<wsdl:input name="transferDomainRequest" message="impl:transferDomainRequest"/>
|
||||
|
||||
<wsdl:output name="transferDomainResponse" message="impl:transferDomainResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="renewDomain" parameterOrder="userName password role langpref parentid domainHash invoiceOption">
|
||||
|
||||
<wsdl:input name="renewDomainRequest" message="impl:renewDomainRequest"/>
|
||||
|
||||
<wsdl:output name="renewDomainResponse" message="impl:renewDomainResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="modifyNameServer" parameterOrder="userName password role langpref parentid orderId nsHash">
|
||||
|
||||
<wsdl:input name="modifyNameServerRequest" message="impl:modifyNameServerRequest"/>
|
||||
|
||||
<wsdl:output name="modifyNameServerResponse" message="impl:modifyNameServerResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="addChildNameServer" parameterOrder="userName password role langpref parentid orderId cns ipAddress">
|
||||
|
||||
<wsdl:input name="addChildNameServerRequest" message="impl:addChildNameServerRequest"/>
|
||||
|
||||
<wsdl:output name="addChildNameServerResponse" message="impl:addChildNameServerResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="modifyChildNameServerName" parameterOrder="userName password role langpref parentid orderId oldCns newCns">
|
||||
|
||||
<wsdl:input name="modifyChildNameServerNameRequest" message="impl:modifyChildNameServerNameRequest"/>
|
||||
|
||||
<wsdl:output name="modifyChildNameServerNameResponse" message="impl:modifyChildNameServerNameResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="modifyChildNameServerIp" parameterOrder="userName password role langpref parentid orderId cns oldIp newIp">
|
||||
|
||||
<wsdl:input name="modifyChildNameServerIpRequest" message="impl:modifyChildNameServerIpRequest"/>
|
||||
|
||||
<wsdl:output name="modifyChildNameServerIpResponse" message="impl:modifyChildNameServerIpResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="deleteChildNameServerIp" parameterOrder="userName password role langpref parentid orderId cns ipAddress">
|
||||
|
||||
<wsdl:input name="deleteChildNameServerIpRequest" message="impl:deleteChildNameServerIpRequest"/>
|
||||
|
||||
<wsdl:output name="deleteChildNameServerIpResponse" message="impl:deleteChildNameServerIpResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="modifyContact" parameterOrder="userName password role langpref parentid orderId registrantContactId adminContactId techContactId billingContactId">
|
||||
|
||||
<wsdl:input name="modifyContactRequest" message="impl:modifyContactRequest"/>
|
||||
|
||||
<wsdl:output name="modifyContactResponse" message="impl:modifyContactResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="deleteDomain" parameterOrder="userName password role langpref parentid orderId">
|
||||
|
||||
<wsdl:input name="deleteDomainRequest" message="impl:deleteDomainRequest"/>
|
||||
|
||||
<wsdl:output name="deleteDomainResponse" message="impl:deleteDomainResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="modifyDomainSecret" parameterOrder="userName password role langpref parentid orderId newSecret">
|
||||
|
||||
<wsdl:input name="modifyDomainSecretRequest" message="impl:modifyDomainSecretRequest"/>
|
||||
|
||||
<wsdl:output name="modifyDomainSecretResponse" message="impl:modifyDomainSecretResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="setCustomerLock" parameterOrder="userName password role langpref parentid orderId">
|
||||
|
||||
<wsdl:input name="setCustomerLockRequest" message="impl:setCustomerLockRequest"/>
|
||||
|
||||
<wsdl:output name="setCustomerLockResponse" message="impl:setCustomerLockResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="removeCustomerLock" parameterOrder="userName password role langpref parentid orderId">
|
||||
|
||||
<wsdl:input name="removeCustomerLockRequest" message="impl:removeCustomerLockRequest"/>
|
||||
|
||||
<wsdl:output name="removeCustomerLockResponse" message="impl:removeCustomerLockResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="getLockList" parameterOrder="userName password role langpref parentid orderId">
|
||||
|
||||
<wsdl:input name="getLockListRequest" message="impl:getLockListRequest"/>
|
||||
|
||||
<wsdl:output name="getLockListResponse" message="impl:getLockListResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
</wsdl:portType>
|
||||
|
||||
<wsdl:binding name="DomainServiceSoapBinding" type="impl:Domain">
|
||||
|
||||
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
||||
|
||||
<wsdl:operation name="list">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="listRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="listResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="getDetails">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="getDetailsRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="getDetailsResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="checkAvailability">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="checkAvailabilityRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="checkAvailabilityResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="registerDomain">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="registerDomainRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="registerDomainResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="transferDomain">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="transferDomainRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="transferDomainResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="renewDomain">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="renewDomainRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="renewDomainResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="modifyNameServer">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="modifyNameServerRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="modifyNameServerResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="addChildNameServer">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="addChildNameServerRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="addChildNameServerResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="modifyChildNameServerName">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="modifyChildNameServerNameRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="modifyChildNameServerNameResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="modifyChildNameServerIp">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="modifyChildNameServerIpRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="modifyChildNameServerIpResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="deleteChildNameServerIp">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="deleteChildNameServerIpRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="deleteChildNameServerIpResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="modifyContact">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="modifyContactRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="modifyContactResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="deleteDomain">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="deleteDomainRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="deleteDomainResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="modifyDomainSecret">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="modifyDomainSecretRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="modifyDomainSecretResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="setCustomerLock">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="setCustomerLockRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="setCustomerLockResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="removeCustomerLock">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="removeCustomerLockRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="removeCustomerLockResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="getLockList">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="getLockListRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="getLockListResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomOrder"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
</wsdl:binding>
|
||||
|
||||
<wsdl:service name="DomainService">
|
||||
|
||||
<wsdl:port name="DomainService" binding="impl:DomainServiceSoapBinding">
|
||||
|
||||
<wsdlsoap:address location="http://www.myorderbox.com:9090/anacreon/servlet/rpcrouter"/>
|
||||
|
||||
</wsdl:port>
|
||||
|
||||
</wsdl:service>
|
||||
|
||||
</wsdl:definitions>
|
433
plugins/registrar/_directi/wsdl/domaincontact.wsdl
Normal file
433
plugins/registrar/_directi/wsdl/domaincontact.wsdl
Normal file
@@ -0,0 +1,433 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<wsdl:definitions targetNamespace="com.logicboxes.foundation.sfnb.order.DomContact" xmlns:impl="com.logicboxes.foundation.sfnb.order.DomContact" xmlns:intf="com.logicboxes.foundation.sfnb.order.DomContact" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
||||
<wsdl:types>
|
||||
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="com.logicboxes.foundation.sfnb.order.DomContact">
|
||||
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
||||
<complexType name="ArrayOf_xsd_int">
|
||||
<complexContent>
|
||||
<restriction base="soapenc:Array">
|
||||
<attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:int[]"/>
|
||||
</restriction>
|
||||
</complexContent>
|
||||
</complexType>
|
||||
<element name="ArrayOf_xsd_int" nillable="true" type="impl:ArrayOf_xsd_int"/>
|
||||
<complexType name="ArrayOf_xsd_string">
|
||||
<complexContent>
|
||||
<restriction base="soapenc:Array">
|
||||
<attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
|
||||
</restriction>
|
||||
</complexContent>
|
||||
</complexType>
|
||||
<element name="ArrayOf_xsd_string" nillable="true" type="impl:ArrayOf_xsd_string"/>
|
||||
</schema>
|
||||
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xml.apache.org/xml-soap">
|
||||
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
||||
<complexType name="Map">
|
||||
<sequence>
|
||||
<element name="item" minOccurs="0" maxOccurs="unbounded">
|
||||
<complexType>
|
||||
<all>
|
||||
<element name="key" type="xsd:anyType"/>
|
||||
<element name="value" type="xsd:anyType"/>
|
||||
</all>
|
||||
</complexType>
|
||||
</element>
|
||||
</sequence>
|
||||
</complexType>
|
||||
<element name="Map" nillable="true" type="apachesoap:Map"/>
|
||||
<complexType name="Vector">
|
||||
<sequence>
|
||||
<element name="item" minOccurs="0" maxOccurs="unbounded" type="xsd:anyType"/>
|
||||
</sequence>
|
||||
</complexType>
|
||||
<element name="Vector" nillable="true" type="apachesoap:Vector"/>
|
||||
</schema>
|
||||
</wsdl:types>
|
||||
|
||||
<wsdl:message name="listNamesRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="customerId" type="xsd:int"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="addDefaultContactRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="customerId" type="xsd:int"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="addDefaultContactResponse">
|
||||
|
||||
<wsdl:part name="addDefaultContactReturn" type="xsd:int"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="listRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="customerId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="contactId" type="impl:ArrayOf_xsd_int"/>
|
||||
|
||||
<wsdl:part name="currentStatus" type="impl:ArrayOf_xsd_string"/>
|
||||
|
||||
<wsdl:part name="creationDTRangStart" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="creationDTRangEnd" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="contactName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="companyName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="emailAddr" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="numOfRecordPerPage" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="pageNum" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="orderBy" type="impl:ArrayOf_xsd_string"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="getDetailsResponse">
|
||||
|
||||
<wsdl:part name="getDetailsReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="addResponse">
|
||||
|
||||
<wsdl:part name="addReturn" type="xsd:int"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="modRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="contactId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="name" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="company" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="emailAddr" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="address1" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="address2" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="address3" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="city" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="state" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="country" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="zip" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="telNoCc" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="telNo" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="faxNoCc" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="faxNo" type="xsd:string"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="addRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="name" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="company" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="emailAddr" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="address1" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="address2" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="address3" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="city" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="state" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="country" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="zip" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="telNoCc" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="telNo" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="faxNoCc" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="faxNo" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="customerId" type="xsd:int"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="modResponse">
|
||||
|
||||
<wsdl:part name="modReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="listNamesResponse">
|
||||
|
||||
<wsdl:part name="listNamesReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="listResponse">
|
||||
|
||||
<wsdl:part name="listReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="getDetailsRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="contactId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="option" type="apachesoap:Vector"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:portType name="DomainContact">
|
||||
|
||||
<wsdl:operation name="add" parameterOrder="userName password role langpref parentid name company emailAddr address1 address2 address3 city state country zip telNoCc telNo faxNoCc faxNo customerId">
|
||||
|
||||
<wsdl:input name="addRequest" message="impl:addRequest"/>
|
||||
|
||||
<wsdl:output name="addResponse" message="impl:addResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="list" parameterOrder="userName password role langpref parentid customerId contactId currentStatus creationDTRangStart creationDTRangEnd contactName companyName emailAddr numOfRecordPerPage pageNum orderBy">
|
||||
|
||||
<wsdl:input name="listRequest" message="impl:listRequest"/>
|
||||
|
||||
<wsdl:output name="listResponse" message="impl:listResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="mod" parameterOrder="userName password role langpref parentid contactId name company emailAddr address1 address2 address3 city state country zip telNoCc telNo faxNoCc faxNo">
|
||||
|
||||
<wsdl:input name="modRequest" message="impl:modRequest"/>
|
||||
|
||||
<wsdl:output name="modResponse" message="impl:modResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="getDetails" parameterOrder="userName password role langpref parentid contactId option">
|
||||
|
||||
<wsdl:input name="getDetailsRequest" message="impl:getDetailsRequest"/>
|
||||
|
||||
<wsdl:output name="getDetailsResponse" message="impl:getDetailsResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="addDefaultContact" parameterOrder="userName password role langpref parentid customerId">
|
||||
|
||||
<wsdl:input name="addDefaultContactRequest" message="impl:addDefaultContactRequest"/>
|
||||
|
||||
<wsdl:output name="addDefaultContactResponse" message="impl:addDefaultContactResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="listNames" parameterOrder="userName password role langpref parentid customerId">
|
||||
|
||||
<wsdl:input name="listNamesRequest" message="impl:listNamesRequest"/>
|
||||
|
||||
<wsdl:output name="listNamesResponse" message="impl:listNamesResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
</wsdl:portType>
|
||||
|
||||
<wsdl:binding name="DomainContactServiceSoapBinding" type="impl:DomainContact">
|
||||
|
||||
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
||||
|
||||
<wsdl:operation name="add">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="addRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomContact"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="addResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomContact"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="list">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="listRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomContact"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="listResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomContact"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="mod">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="modRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomContact"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="modResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomContact"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="getDetails">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="getDetailsRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomContact"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="getDetailsResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomContact"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="addDefaultContact">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="addDefaultContactRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomContact"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="addDefaultContactResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomContact"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="listNames">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="listNamesRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomContact"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="listNamesResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.DomContact"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
</wsdl:binding>
|
||||
|
||||
<wsdl:service name="DomainContactService">
|
||||
|
||||
<wsdl:port name="DomainContactService" binding="impl:DomainContactServiceSoapBinding">
|
||||
|
||||
<wsdlsoap:address location="http://www.foundationapi.com:9090/anacreon/servlet/rpcrouter"/>
|
||||
|
||||
</wsdl:port>
|
||||
|
||||
</wsdl:service>
|
||||
|
||||
</wsdl:definitions>
|
75
plugins/registrar/_directi/wsdl/domainuscontact.wsdl
Normal file
75
plugins/registrar/_directi/wsdl/domainuscontact.wsdl
Normal file
@@ -0,0 +1,75 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<wsdl:definitions targetNamespace="com.logicboxes.foundation.sfnb.order.domus.DomUsContact" xmlns:impl="com.logicboxes.foundation.sfnb.order.domus.DomUsContact" xmlns:intf="com.logicboxes.foundation.sfnb.order.domus.DomUsContact" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
||||
<wsdl:types/>
|
||||
|
||||
<wsdl:message name="setContactDetailsRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="contactId" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="applicationPurpose" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="nexusCategory" type="xsd:string"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="setContactDetailsResponse">
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:portType name="UsDomainContact">
|
||||
|
||||
<wsdl:operation name="setContactDetails" parameterOrder="userName password role langpref parentid contactId applicationPurpose nexusCategory">
|
||||
|
||||
<wsdl:input name="setContactDetailsRequest" message="impl:setContactDetailsRequest"/>
|
||||
|
||||
<wsdl:output name="setContactDetailsResponse" message="impl:setContactDetailsResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
</wsdl:portType>
|
||||
|
||||
<wsdl:binding name="UsDomainContactServiceSoapBinding" type="impl:UsDomainContact">
|
||||
|
||||
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
||||
|
||||
<wsdl:operation name="setContactDetails">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="setContactDetailsRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.domus.DomUsContact"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="setContactDetailsResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.order.domus.DomUsContact"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
</wsdl:binding>
|
||||
|
||||
<wsdl:service name="UsDomainContactService">
|
||||
|
||||
<wsdl:port name="UsDomainContactService" binding="impl:UsDomainContactServiceSoapBinding">
|
||||
|
||||
<wsdlsoap:address location="http://www.foundationapi.com:9090/anacreon/servlet/rpcrouter"/>
|
||||
|
||||
</wsdl:port>
|
||||
|
||||
</wsdl:service>
|
||||
|
||||
</wsdl:definitions>
|
151
plugins/registrar/_directi/wsdl/fund.wsdl
Normal file
151
plugins/registrar/_directi/wsdl/fund.wsdl
Normal file
@@ -0,0 +1,151 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<wsdl:definitions targetNamespace="com.logicboxes.foundation.sfnb.management.Fund" xmlns:impl="com.logicboxes.foundation.sfnb.management.Fund" xmlns:intf="com.logicboxes.foundation.sfnb.management.Fund" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
||||
<wsdl:types>
|
||||
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="com.logicboxes.foundation.sfnb.management.Fund">
|
||||
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
||||
<complexType name="ArrayOf_xsd_int">
|
||||
<complexContent>
|
||||
<restriction base="soapenc:Array">
|
||||
<attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:int[]"/>
|
||||
</restriction>
|
||||
</complexContent>
|
||||
</complexType>
|
||||
<element name="ArrayOf_xsd_int" nillable="true" type="impl:ArrayOf_xsd_int"/>
|
||||
</schema>
|
||||
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xml.apache.org/xml-soap">
|
||||
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
||||
<complexType name="Map">
|
||||
<sequence>
|
||||
<element name="item" minOccurs="0" maxOccurs="unbounded">
|
||||
<complexType>
|
||||
<all>
|
||||
<element name="key" type="xsd:anyType"/>
|
||||
<element name="value" type="xsd:anyType"/>
|
||||
</all>
|
||||
</complexType>
|
||||
</element>
|
||||
</sequence>
|
||||
</complexType>
|
||||
<element name="Map" nillable="true" type="apachesoap:Map"/>
|
||||
</schema>
|
||||
</wsdl:types>
|
||||
|
||||
<wsdl:message name="payCustomerTransactionRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="invoiceTransIdArr" type="impl:ArrayOf_xsd_int"/>
|
||||
|
||||
<wsdl:part name="debitNoteIdArr" type="impl:ArrayOf_xsd_int"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="getCustomerAvailableBalanceRequest">
|
||||
|
||||
<wsdl:part name="userName" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="password" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="role" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="langpref" type="xsd:string"/>
|
||||
|
||||
<wsdl:part name="parentid" type="xsd:int"/>
|
||||
|
||||
<wsdl:part name="customerId" type="xsd:int"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="getCustomerAvailableBalanceResponse">
|
||||
|
||||
<wsdl:part name="getCustomerAvailableBalanceReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:message name="payCustomerTransactionResponse">
|
||||
|
||||
<wsdl:part name="payCustomerTransactionReturn" type="apachesoap:Map"/>
|
||||
|
||||
</wsdl:message>
|
||||
|
||||
<wsdl:portType name="Fund">
|
||||
|
||||
<wsdl:operation name="payCustomerTransaction" parameterOrder="userName password role langpref parentid invoiceTransIdArr debitNoteIdArr">
|
||||
|
||||
<wsdl:input name="payCustomerTransactionRequest" message="impl:payCustomerTransactionRequest"/>
|
||||
|
||||
<wsdl:output name="payCustomerTransactionResponse" message="impl:payCustomerTransactionResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="getCustomerAvailableBalance" parameterOrder="userName password role langpref parentid customerId">
|
||||
|
||||
<wsdl:input name="getCustomerAvailableBalanceRequest" message="impl:getCustomerAvailableBalanceRequest"/>
|
||||
|
||||
<wsdl:output name="getCustomerAvailableBalanceResponse" message="impl:getCustomerAvailableBalanceResponse"/>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
</wsdl:portType>
|
||||
|
||||
<wsdl:binding name="FundServiceSoapBinding" type="impl:Fund">
|
||||
|
||||
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
||||
|
||||
<wsdl:operation name="payCustomerTransaction">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="payCustomerTransactionRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.management.Fund"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="payCustomerTransactionResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.management.Fund"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
<wsdl:operation name="getCustomerAvailableBalance">
|
||||
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
|
||||
<wsdl:input name="getCustomerAvailableBalanceRequest">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.management.Fund"/>
|
||||
|
||||
</wsdl:input>
|
||||
|
||||
<wsdl:output name="getCustomerAvailableBalanceResponse">
|
||||
|
||||
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="com.logicboxes.foundation.sfnb.management.Fund"/>
|
||||
|
||||
</wsdl:output>
|
||||
|
||||
</wsdl:operation>
|
||||
|
||||
</wsdl:binding>
|
||||
|
||||
<wsdl:service name="FundService">
|
||||
|
||||
<wsdl:port name="FundService" binding="impl:FundServiceSoapBinding">
|
||||
|
||||
<wsdlsoap:address location="http://www.foundationapi.com:9090/anacreon/servlet/rpcrouter"/>
|
||||
|
||||
</wsdl:port>
|
||||
|
||||
</wsdl:service>
|
||||
|
||||
</wsdl:definitions>
|
Reference in New Issue
Block a user