27818 lines
1.8 MiB
Executable File
27818 lines
1.8 MiB
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<con:soapui-project name="Dolibarr" soapui-version="3.6.1" abortOnError="false" runType="SEQUENTIAL" resourceRoot="" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="WebServicesDolibarrOtherBinding" type="wsdl" bindingName="{http://www.dolibarr.org/ns/}WebServicesDolibarrOtherBinding" soapVersion="1_1" anonymous="optional" definition="http://localhostdolibarr/dolibarrnew/webservices/server_other.php?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhostdolibarr/dolibarrnew/webservices/server_other.php?wsdl"><con:part><con:url>http://localhostdolibarr/dolibarrnew/webservices/server_other.php?wsdl</con:url><con:content><![CDATA[<definitions targetNamespace="http://www.dolibarr.org/ns/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.dolibarr.org/ns/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
|
<types>
|
|
<xsd:schema targetNamespace="http://www.dolibarr.org/ns/">
|
|
<xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
<xsd:import namespace="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<xsd:complexType name="authentication">
|
|
<xsd:all>
|
|
<xsd:element name="dolibarrkey" type="xsd:string"/>
|
|
<xsd:element name="sourceapplication" type="xsd:string"/>
|
|
<xsd:element name="login" type="xsd:string"/>
|
|
<xsd:element name="password" type="xsd:string"/>
|
|
<xsd:element name="entity" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="result">
|
|
<xsd:all>
|
|
<xsd:element name="result_code" type="xsd:string"/>
|
|
<xsd:element name="result_label" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
</xsd:schema>
|
|
</types>
|
|
<message name="getVersionsRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
</message>
|
|
<message name="getVersionsResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="dolibarr" type="xsd:string"/>
|
|
<part name="os" type="xsd:string"/>
|
|
<part name="php" type="xsd:string"/>
|
|
<part name="webserver" type="xsd:string"/>
|
|
</message>
|
|
<portType name="WebServicesDolibarrOtherPortType">
|
|
<operation name="getVersions">
|
|
<documentation>WS to get Versions</documentation>
|
|
<input message="tns:getVersionsRequest"/>
|
|
<output message="tns:getVersionsResponse"/>
|
|
</operation>
|
|
</portType>
|
|
<binding name="WebServicesDolibarrOtherBinding" type="tns:WebServicesDolibarrOtherPortType">
|
|
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<operation name="getVersions">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#getVersions" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
</binding>
|
|
<service name="WebServicesDolibarrOther">
|
|
<port name="WebServicesDolibarrOtherPort" binding="tns:WebServicesDolibarrOtherBinding">
|
|
<soap:address location="http://localhostdolibarr/dolibarrnew/webservices/server_other.php"/>
|
|
</port>
|
|
</service>
|
|
</definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://localhostdolibarr/dolibarrnew/webservices/server_other.php</con:endpoint></con:endpoints><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#getVersions" name="getVersions" bindingOperationName="getVersions" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostdolibarr/dolibarrnew/webservices/server_other.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getVersions soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">dolibarrkey</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">admin</login>
|
|
<password xsi:type="xsd:string">admin</password>
|
|
<entity xsi:type="xsd:string"></entity>
|
|
</authentication>
|
|
</ns:getVersions>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getVersions"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="WebServicesDolibarrInvoiceBinding" type="wsdl" bindingName="{http://www.dolibarr.org/ns/}WebServicesDolibarrInvoiceBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost/dolibarrnew/webservices/server_invoice.php?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost/dolibarrnew/webservices/server_invoice.php?wsdl"><con:part><con:url>http://localhost/dolibarrnew/webservices/server_invoice.php?wsdl</con:url><con:content><![CDATA[<definitions targetNamespace="http://www.dolibarr.org/ns/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.dolibarr.org/ns/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
|
<types>
|
|
<xsd:schema targetNamespace="http://www.dolibarr.org/ns/">
|
|
<xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
<xsd:import namespace="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<xsd:complexType name="authentication">
|
|
<xsd:all>
|
|
<xsd:element name="dolibarrkey" type="xsd:string"/>
|
|
<xsd:element name="sourceapplication" type="xsd:string"/>
|
|
<xsd:element name="login" type="xsd:string"/>
|
|
<xsd:element name="password" type="xsd:string"/>
|
|
<xsd:element name="entity" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="result">
|
|
<xsd:all>
|
|
<xsd:element name="result_code" type="xsd:string"/>
|
|
<xsd:element name="result_label" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="line">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:int"/>
|
|
<xsd:element name="desc" type="xsd:string"/>
|
|
<xsd:element name="vat_rate" type="xsd:double"/>
|
|
<xsd:element name="qty" type="xsd:double"/>
|
|
<xsd:element name="unitprice" type="xsd:double"/>
|
|
<xsd:element name="total_net" type="xsd:double"/>
|
|
<xsd:element name="total_vat" type="xsd:double"/>
|
|
<xsd:element name="total" type="xsd:double"/>
|
|
<xsd:element name="date_start" type="xsd:date"/>
|
|
<xsd:element name="date_end" type="xsd:date"/>
|
|
<xsd:element name="product_id" type="xsd:int"/>
|
|
<xsd:element name="product_ref" type="xsd:string"/>
|
|
<xsd:element name="product_label" type="xsd:string"/>
|
|
<xsd:element name="product_desc" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="LinesArray2">
|
|
<xsd:sequence>
|
|
<xsd:element name="line" type="tns:line" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="invoice">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:string"/>
|
|
<xsd:element name="ref" type="xsd:string"/>
|
|
<xsd:element name="ref_ext" type="xsd:string"/>
|
|
<xsd:element name="thirdparty_id" type="xsd:int"/>
|
|
<xsd:element name="fk_user_author" type="xsd:string"/>
|
|
<xsd:element name="fk_user_valid" type="xsd:string"/>
|
|
<xsd:element name="date" type="xsd:date"/>
|
|
<xsd:element name="date_due" type="xsd:date"/>
|
|
<xsd:element name="date_creation" type="xsd:dateTime"/>
|
|
<xsd:element name="date_validation" type="xsd:dateTime"/>
|
|
<xsd:element name="date_modification" type="xsd:dateTime"/>
|
|
<xsd:element name="type" type="xsd:int"/>
|
|
<xsd:element name="total_net" type="xsd:double"/>
|
|
<xsd:element name="total_vat" type="xsd:double"/>
|
|
<xsd:element name="total" type="xsd:double"/>
|
|
<xsd:element name="note_private" type="xsd:string"/>
|
|
<xsd:element name="note_public" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:int"/>
|
|
<xsd:element name="close_code" type="xsd:string"/>
|
|
<xsd:element name="close_note" type="xsd:string"/>
|
|
<xsd:element name="project_id" type="xsd:string"/>
|
|
<xsd:element name="lines" type="tns:LinesArray2"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="InvoicesArray2">
|
|
<xsd:sequence>
|
|
<xsd:element name="invoice" type="tns:invoice" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
</xsd:schema>
|
|
</types>
|
|
<message name="getInvoiceRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="id" type="xsd:string"/>
|
|
<part name="ref" type="xsd:string"/>
|
|
<part name="ref_ext" type="xsd:string"/>
|
|
</message>
|
|
<message name="getInvoiceResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="invoice" type="tns:invoice"/>
|
|
</message>
|
|
<message name="getInvoicesForThirdPartyRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="idthirdparty" type="xsd:string"/>
|
|
</message>
|
|
<message name="getInvoicesForThirdPartyResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="invoices" type="tns:InvoicesArray2"/>
|
|
</message>
|
|
<message name="createInvoiceRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="invoice" type="tns:invoice"/>
|
|
</message>
|
|
<message name="createInvoiceResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="id" type="xsd:string"/>
|
|
<part name="ref" type="xsd:string"/>
|
|
</message>
|
|
<portType name="WebServicesDolibarrInvoicePortType">
|
|
<operation name="getInvoice">
|
|
<documentation>WS to get a particular invoice</documentation>
|
|
<input message="tns:getInvoiceRequest"/>
|
|
<output message="tns:getInvoiceResponse"/>
|
|
</operation>
|
|
<operation name="getInvoicesForThirdParty">
|
|
<documentation>WS to get all invoices of a third party</documentation>
|
|
<input message="tns:getInvoicesForThirdPartyRequest"/>
|
|
<output message="tns:getInvoicesForThirdPartyResponse"/>
|
|
</operation>
|
|
<operation name="createInvoice">
|
|
<documentation>WS to create an invoice</documentation>
|
|
<input message="tns:createInvoiceRequest"/>
|
|
<output message="tns:createInvoiceResponse"/>
|
|
</operation>
|
|
</portType>
|
|
<binding name="WebServicesDolibarrInvoiceBinding" type="tns:WebServicesDolibarrInvoicePortType">
|
|
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<operation name="getInvoice">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#getInvoice" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="getInvoicesForThirdParty">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#getInvoicesForThirdParty" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="createInvoice">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#createInvoice" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
</binding>
|
|
<service name="WebServicesDolibarrInvoice">
|
|
<port name="WebServicesDolibarrInvoicePort" binding="tns:WebServicesDolibarrInvoiceBinding">
|
|
<soap:address location="http://localhost/dolibarrnew/webservices/server_invoice.php"/>
|
|
</port>
|
|
</service>
|
|
</definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://localhostgit/dolibarr_dev/htdocs/webservices/server_invoice.php</con:endpoint><con:endpoint>http://localhost/dolibarrnew/webservices/server_invoice.php</con:endpoint></con:endpoints><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#createInvoice" name="createInvoice" bindingOperationName="createInvoice" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarrnew/webservices/server_invoice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:createInvoice soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">dolibarrkey</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">aaa</sourceapplication>
|
|
<login xsi:type="xsd:string">admin</login>
|
|
<password xsi:type="xsd:string">admin</password>
|
|
<entity xsi:type="xsd:string"/>
|
|
</authentication>
|
|
<invoice xsi:type="ns:invoice">
|
|
<!--You may enter the following 22 items in any order-->
|
|
<id xsi:type="xsd:string"></id>
|
|
<ref xsi:type="xsd:string"></ref>
|
|
<ref_ext xsi:type="xsd:string">ref_ext</ref_ext>
|
|
<thirdparty_id xsi:type="xsd:int">1</thirdparty_id>
|
|
<fk_user_author xsi:type="xsd:string"></fk_user_author>
|
|
<fk_user_valid xsi:type="xsd:string"></fk_user_valid>
|
|
<date xsi:type="xsd:date">2010-01-01</date>
|
|
<date_due xsi:type="xsd:date"/>
|
|
<date_creation xsi:type="xsd:dateTime">2012-01-01</date_creation>
|
|
<date_validation xsi:type="xsd:dateTime">2012-01-01</date_validation>
|
|
<date_modification xsi:type="xsd:dateTime">2012-01-01</date_modification>
|
|
<type xsi:type="xsd:int">0</type>
|
|
<total_net xsi:type="xsd:double">?</total_net>
|
|
<total_vat xsi:type="xsd:double">?</total_vat>
|
|
<total xsi:type="xsd:double">?</total>
|
|
<note xsi:type="xsd:string">note</note>
|
|
<note_public xsi:type="xsd:string">note_public</note_public>
|
|
<status xsi:type="xsd:int">1</status>
|
|
<close_code xsi:type="xsd:string"/>
|
|
<close_note xsi:type="xsd:string"/>
|
|
<project_id xsi:type="xsd:string">0</project_id>
|
|
<lines xsi:type="ns:LinesArray2">
|
|
<!--Zero or more repetitions:-->
|
|
<line xsi:type="ns:line">
|
|
<!--You may enter the following 15 items in any order-->
|
|
<id xsi:type="xsd:string">?</id>
|
|
<type xsi:type="xsd:int">0</type>
|
|
<desc xsi:type="xsd:string">aaa</desc>
|
|
<vat_rate xsi:type="xsd:double">19.6</vat_rate>
|
|
<qty xsi:type="xsd:double">1</qty>
|
|
<unitprice xsi:type="xsd:double">10</unitprice>
|
|
<total_net xsi:type="xsd:double">10</total_net>
|
|
<total_vat xsi:type="xsd:double">1.96</total_vat>
|
|
<total xsi:type="xsd:double">11.96</total>
|
|
<date_start xsi:type="xsd:date"></date_start>
|
|
<date_end xsi:type="xsd:date"></date_end>
|
|
<product_id xsi:type="xsd:int"></product_id>
|
|
<product_ref xsi:type="xsd:string"></product_ref>
|
|
<product_label xsi:type="xsd:string"></product_label>
|
|
<product_desc xsi:type="xsd:string"></product_desc>
|
|
</line>
|
|
</lines>
|
|
</invoice>
|
|
</ns:createInvoice>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#createInvoice"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 2"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarrnew/webservices/server_invoice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:createInvoice soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<invoice xsi:type="ns:invoice">
|
|
<!--You may enter the following 22 items in any order-->
|
|
<id xsi:type="xsd:string">?</id>
|
|
<ref xsi:type="xsd:string">?</ref>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
<thirdparty_id xsi:type="xsd:int">?</thirdparty_id>
|
|
<fk_user_author xsi:type="xsd:string">?</fk_user_author>
|
|
<fk_user_valid xsi:type="xsd:string">?</fk_user_valid>
|
|
<date xsi:type="xsd:date">?</date>
|
|
<date_due xsi:type="xsd:date">?</date_due>
|
|
<date_creation xsi:type="xsd:dateTime">?</date_creation>
|
|
<date_validation xsi:type="xsd:dateTime">?</date_validation>
|
|
<date_modification xsi:type="xsd:dateTime">?</date_modification>
|
|
<type xsi:type="xsd:int">?</type>
|
|
<total_net xsi:type="xsd:double">?</total_net>
|
|
<total_vat xsi:type="xsd:double">?</total_vat>
|
|
<total xsi:type="xsd:double">?</total>
|
|
<note xsi:type="xsd:string">?</note>
|
|
<note_public xsi:type="xsd:string">?</note_public>
|
|
<status xsi:type="xsd:int">?</status>
|
|
<close_code xsi:type="xsd:string">?</close_code>
|
|
<close_note xsi:type="xsd:string">?</close_note>
|
|
<project_id xsi:type="xsd:string">?</project_id>
|
|
<lines xsi:type="ns:LinesArray2">
|
|
</lines>
|
|
</invoice>
|
|
</ns:createInvoice>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#createInvoice"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostgit/dolibarr_dev/htdocs/webservices/server_invoice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:createInvoice soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<invoice xsi:type="ns:invoice">
|
|
<!--You may enter the following 22 items in any order-->
|
|
<id xsi:type="xsd:string">?</id>
|
|
<ref xsi:type="xsd:string">?</ref>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
<thirdparty_id xsi:type="xsd:int">?</thirdparty_id>
|
|
<fk_user_author xsi:type="xsd:string">?</fk_user_author>
|
|
<fk_user_valid xsi:type="xsd:string">?</fk_user_valid>
|
|
<date xsi:type="xsd:date">?</date>
|
|
<date_due xsi:type="xsd:date">?</date_due>
|
|
<date_creation xsi:type="xsd:dateTime">?</date_creation>
|
|
<date_validation xsi:type="xsd:dateTime">?</date_validation>
|
|
<date_modification xsi:type="xsd:dateTime">?</date_modification>
|
|
<type xsi:type="xsd:int">?</type>
|
|
<total_net xsi:type="xsd:double">?</total_net>
|
|
<total_vat xsi:type="xsd:double">?</total_vat>
|
|
<total xsi:type="xsd:double">?</total>
|
|
<note xsi:type="xsd:string">?</note>
|
|
<note_public xsi:type="xsd:string">?</note_public>
|
|
<status xsi:type="xsd:int">?</status>
|
|
<close_code xsi:type="xsd:string">?</close_code>
|
|
<close_note xsi:type="xsd:string">?</close_note>
|
|
<project_id xsi:type="xsd:string">?</project_id>
|
|
<lines xsi:type="ns:LinesArray2">
|
|
<!--Zero or more repetitions:-->
|
|
<line xsi:type="ns:line">
|
|
<!--You may enter the following 15 items in any order-->
|
|
<id xsi:type="xsd:string">?</id>
|
|
<type xsi:type="xsd:int">?</type>
|
|
<desc xsi:type="xsd:string">?</desc>
|
|
<vat_rate xsi:type="xsd:double">?</vat_rate>
|
|
<qty xsi:type="xsd:double">?</qty>
|
|
<unitprice xsi:type="xsd:double">?</unitprice>
|
|
<total_net xsi:type="xsd:double">?</total_net>
|
|
<total_vat xsi:type="xsd:double">?</total_vat>
|
|
<total xsi:type="xsd:double">?</total>
|
|
<date_start xsi:type="xsd:date">?</date_start>
|
|
<date_end xsi:type="xsd:date">?</date_end>
|
|
<product_id xsi:type="xsd:int">?</product_id>
|
|
<product_ref xsi:type="xsd:string">?</product_ref>
|
|
<product_label xsi:type="xsd:string">?</product_label>
|
|
<product_desc xsi:type="xsd:string">?</product_desc>
|
|
</line>
|
|
</lines>
|
|
</invoice>
|
|
</ns:createInvoice>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#createInvoice"/></con:call><con:call name="Request 4"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostgit/dolibarr_dev/htdocs/webservices/server_invoice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:createInvoice soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<invoice xsi:type="ns:invoice">
|
|
<!--You may enter the following 22 items in any order-->
|
|
<id xsi:type="xsd:string">?</id>
|
|
<ref xsi:type="xsd:string">?</ref>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
<thirdparty_id xsi:type="xsd:int">?</thirdparty_id>
|
|
<fk_user_author xsi:type="xsd:string">?</fk_user_author>
|
|
<fk_user_valid xsi:type="xsd:string">?</fk_user_valid>
|
|
<date xsi:type="xsd:date">?</date>
|
|
<date_due xsi:type="xsd:date">?</date_due>
|
|
<date_creation xsi:type="xsd:dateTime">?</date_creation>
|
|
<date_validation xsi:type="xsd:dateTime">?</date_validation>
|
|
<date_modification xsi:type="xsd:dateTime">?</date_modification>
|
|
<type xsi:type="xsd:int">?</type>
|
|
<total_net xsi:type="xsd:double">?</total_net>
|
|
<total_vat xsi:type="xsd:double">?</total_vat>
|
|
<total xsi:type="xsd:double">?</total>
|
|
<note xsi:type="xsd:string">?</note>
|
|
<note_public xsi:type="xsd:string">?</note_public>
|
|
<status xsi:type="xsd:int">?</status>
|
|
<close_code xsi:type="xsd:string">?</close_code>
|
|
<close_note xsi:type="xsd:string">?</close_note>
|
|
<project_id xsi:type="xsd:string">?</project_id>
|
|
<lines xsi:type="ns:LinesArray2">
|
|
<!--Zero or more repetitions:-->
|
|
<line xsi:type="ns:line">
|
|
<!--You may enter the following 15 items in any order-->
|
|
<id xsi:type="xsd:string">?</id>
|
|
<type xsi:type="xsd:int">?</type>
|
|
<desc xsi:type="xsd:string">?</desc>
|
|
<vat_rate xsi:type="xsd:double">?</vat_rate>
|
|
<qty xsi:type="xsd:double">?</qty>
|
|
<unitprice xsi:type="xsd:double">?</unitprice>
|
|
<total_net xsi:type="xsd:double">?</total_net>
|
|
<total_vat xsi:type="xsd:double">?</total_vat>
|
|
<total xsi:type="xsd:double">?</total>
|
|
<date_start xsi:type="xsd:date">?</date_start>
|
|
<date_end xsi:type="xsd:date">?</date_end>
|
|
<product_id xsi:type="xsd:int">?</product_id>
|
|
<product_ref xsi:type="xsd:string">?</product_ref>
|
|
<product_label xsi:type="xsd:string">?</product_label>
|
|
<product_desc xsi:type="xsd:string">?</product_desc>
|
|
</line>
|
|
</lines>
|
|
</invoice>
|
|
</ns:createInvoice>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#createInvoice"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Req johan complete"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostgit/dolibarr_dev/htdocs/webservices/server_invoice.php</con:endpoint><con:request><![CDATA[<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<SOAP-ENV:Body>
|
|
<ns1160:createInvoice xmlns:ns1160="http://www.Dolibarr.org/ns/">
|
|
<authentication>
|
|
<dolibarrkey xsi:type="xsd:string">dolibarrkey</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">PRESTASHOP</sourceapplication>
|
|
<login xsi:type="xsd:string">admin</login>
|
|
<password xsi:type="xsd:string">admin</password>
|
|
<entity xsi:type="xsd:string"/>
|
|
</authentication>
|
|
<invoice>
|
|
<ref_ext xsi:type="xsd:string">NFS0000000007</ref_ext>
|
|
<thirdparty_id xsi:type="xsd:string">30</thirdparty_id>
|
|
<date xsi:type="xsd:string">2014-04-23 15:59:24</date>
|
|
<type xsi:type="xsd:string">0</type>
|
|
<note_private xsi:type="xsd:string">imported by Prestashop</note_private>
|
|
<note_public xsi:nil="true"/>
|
|
<status xsi:type="xsd:string">1</status>
|
|
<project_id xsi:nil="true"/>
|
|
<lines xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="unnamed_struct_use_soapval[6]">
|
|
<item>
|
|
<type xsi:type="xsd:string">0</type>
|
|
<desc xsi:type="xsd:string">Product</desc>
|
|
<unitprice xsi:type="xsd:float">66.05</unitprice>
|
|
<total_net xsi:type="xsd:string">198.150000</total_net>
|
|
<total_vat xsi:type="xsd:float">38.85</total_vat>
|
|
<total xsi:type="xsd:string">237.000000</total>
|
|
<vat_rate xsi:type="xsd:string">19.600</vat_rate>
|
|
<qty xsi:type="xsd:string">3</qty>
|
|
<product_id xsi:type="xsd:string">1</product_id>
|
|
</item>
|
|
<item>
|
|
<type xsi:type="xsd:string">0</type>
|
|
<desc xsi:type="xsd:string">Product</desc>
|
|
<unitprice xsi:type="xsd:float">66.05</unitprice>
|
|
<total_net xsi:type="xsd:string">132.100000</total_net>
|
|
<total_vat xsi:type="xsd:float">25.9</total_vat>
|
|
<total xsi:type="xsd:string">158.000000</total>
|
|
<vat_rate xsi:type="xsd:string">19.600</vat_rate>
|
|
<qty xsi:type="xsd:string">2</qty>
|
|
<product_id xsi:type="xsd:string">1</product_id>
|
|
</item>
|
|
<item>
|
|
<type xsi:type="xsd:string">0</type>
|
|
<desc xsi:type="xsd:string">Product</desc>
|
|
<unitprice xsi:type="xsd:float">1170.57</unitprice>
|
|
<total_net xsi:type="xsd:string">1170.570000</total_net>
|
|
<total_vat xsi:type="xsd:float">229.43</total_vat>
|
|
<total xsi:type="xsd:string">1400.000000</total>
|
|
<vat_rate xsi:type="xsd:string">19.600</vat_rate>
|
|
<qty xsi:type="xsd:string">1</qty>
|
|
<product_id xsi:type="xsd:string">1</product_id>
|
|
</item>
|
|
<item>
|
|
<type xsi:type="xsd:string">0</type>
|
|
<desc xsi:type="xsd:string">Product</desc>
|
|
<unitprice xsi:type="xsd:float">25.04</unitprice>
|
|
<total_net xsi:type="xsd:string">25.040000</total_net>
|
|
<total_vat xsi:type="xsd:float">4.91</total_vat>
|
|
<total xsi:type="xsd:string">29.950000</total>
|
|
<vat_rate xsi:type="xsd:string">19.600</vat_rate>
|
|
<qty xsi:type="xsd:string">1</qty>
|
|
<product_id xsi:type="xsd:string">1</product_id>
|
|
</item>
|
|
<item>
|
|
<type xsi:type="xsd:string">0</type>
|
|
<desc xsi:type="xsd:string">Product</desc>
|
|
<unitprice xsi:type="xsd:float">124.58</unitprice>
|
|
<total_net xsi:type="xsd:string">124.580000</total_net>
|
|
<total_vat xsi:type="xsd:float">24.42</total_vat>
|
|
<total xsi:type="xsd:string">149.000000</total>
|
|
<vat_rate xsi:type="xsd:string">19.600</vat_rate>
|
|
<qty xsi:type="xsd:string">1</qty>
|
|
<product_id xsi:type="xsd:string">1</product_id>
|
|
</item>
|
|
<item>
|
|
<type xsi:type="xsd:string">1</type>
|
|
<desc xsi:type="xsd:string">Transport</desc>
|
|
<unitprice xsi:type="xsd:string">2.00</unitprice>
|
|
<total_net xsi:type="xsd:string">2.00</total_net>
|
|
<total_vat xsi:type="xsd:float">0.39</total_vat>
|
|
<total xsi:type="xsd:string">2.39</total>
|
|
<vat_rate xsi:type="xsd:string">19.600</vat_rate>
|
|
<qty xsi:type="xsd:string">1</qty>
|
|
<product_id xsi:type="xsd:string"/>
|
|
</item>
|
|
</lines>
|
|
</invoice>
|
|
</ns1160:createInvoice>
|
|
</SOAP-ENV:Body>
|
|
</SOAP-ENV:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#createInvoice"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Req Johan seul"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostgit/dolibarr_dev/htdocs/webservices/server_invoice.php</con:endpoint><con:request><![CDATA[<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<SOAP-ENV:Body>
|
|
<ns1160:createInvoice xmlns:ns1160="http://www.Dolibarr.org/ns/">
|
|
<authentication>
|
|
<dolibarrkey xsi:type="xsd:string">dolibarrkey</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">PRESTASHOP</sourceapplication>
|
|
<login xsi:type="xsd:string">admin</login>
|
|
<password xsi:type="xsd:string">admin</password>
|
|
<entity xsi:type="xsd:string"/>
|
|
</authentication>
|
|
<invoice>
|
|
<ref_ext xsi:type="xsd:string">WSTESTCREATEINVOICE1</ref_ext>
|
|
<thirdparty_id xsi:type="xsd:string">1</thirdparty_id>
|
|
<date xsi:type="xsd:string">2014-04-23 15:59:24</date>
|
|
<type xsi:type="xsd:string">0</type>
|
|
<note_private xsi:type="xsd:string">Created from WS</note_private>
|
|
<note_public xsi:nil="true"/>
|
|
<status xsi:type="xsd:string">1</status>
|
|
<project_id xsi:nil="true"/>
|
|
<lines xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="unnamed_struct_use_soapval[6]">
|
|
<item>
|
|
<type xsi:type="xsd:string">0</type>
|
|
<desc xsi:type="xsd:string">Product</desc>
|
|
<unitprice xsi:type="xsd:float">66.05</unitprice>
|
|
<total_net xsi:type="xsd:string">198.150000</total_net>
|
|
<total_vat xsi:type="xsd:float">38.85</total_vat>
|
|
<total xsi:type="xsd:string">237.000000</total>
|
|
<vat_rate xsi:type="xsd:string">19.600</vat_rate>
|
|
<qty xsi:type="xsd:string">3</qty>
|
|
<product_id xsi:type="xsd:string">1</product_id>
|
|
</item>
|
|
</lines>
|
|
</invoice>
|
|
</ns1160:createInvoice>
|
|
</SOAP-ENV:Body>
|
|
</SOAP-ENV:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#createInvoice"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#getInvoice" name="getInvoice" bindingOperationName="getInvoice" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarrnew/webservices/server_invoice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getInvoice soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">dolibarrkey</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">admin</login>
|
|
<password xsi:type="xsd:string">admin</password>
|
|
<entity xsi:type="xsd:string"></entity>
|
|
</authentication>
|
|
<id xsi:type="xsd:string">1</id>
|
|
<ref xsi:type="xsd:string"></ref>
|
|
<ref_ext xsi:type="xsd:string"></ref_ext>
|
|
</ns:getInvoice>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getInvoice"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostgit/dolibarr_dev/htdocs/webservices/server_invoice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getInvoice soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<id xsi:type="xsd:string">?</id>
|
|
<ref xsi:type="xsd:string">?</ref>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
</ns:getInvoice>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getInvoice"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#getInvoicesForThirdParty" name="getInvoicesForThirdParty" bindingOperationName="getInvoicesForThirdParty" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarrnew/webservices/server_invoice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getInvoicesForThirdParty soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">admin</login>
|
|
<password xsi:type="xsd:string">admin</password>
|
|
<entity xsi:type="xsd:string"></entity>
|
|
</authentication>
|
|
<idthirdparty xsi:type="xsd:string">4</idthirdparty>
|
|
</ns:getInvoicesForThirdParty>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getInvoicesForThirdParty"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostgit/dolibarr_dev/htdocs/webservices/server_invoice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getInvoicesForThirdParty soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<idthirdparty xsi:type="xsd:string">?</idthirdparty>
|
|
</ns:getInvoicesForThirdParty>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getInvoicesForThirdParty"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="WebServicesDolibarrSupplierInvoiceBinding" type="wsdl" bindingName="{http://www.dolibarr.org/ns/}WebServicesDolibarrSupplierInvoiceBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost/dolibarrnew/webservices/server_supplier_invoice.php?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost/dolibarrnew/webservices/server_supplier_invoice.php?wsdl"><con:part><con:url>http://localhost/dolibarrnew/webservices/server_supplier_invoice.php?wsdl</con:url><con:content><![CDATA[<definitions targetNamespace="http://www.dolibarr.org/ns/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.dolibarr.org/ns/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
|
<types>
|
|
<xsd:schema targetNamespace="http://www.dolibarr.org/ns/">
|
|
<xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
<xsd:import namespace="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<xsd:complexType name="authentication">
|
|
<xsd:all>
|
|
<xsd:element name="dolibarrkey" type="xsd:string"/>
|
|
<xsd:element name="sourceapplication" type="xsd:string"/>
|
|
<xsd:element name="login" type="xsd:string"/>
|
|
<xsd:element name="password" type="xsd:string"/>
|
|
<xsd:element name="entity" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="result">
|
|
<xsd:all>
|
|
<xsd:element name="result_code" type="xsd:string"/>
|
|
<xsd:element name="result_label" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="line">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:int"/>
|
|
<xsd:element name="desc" type="xsd:string"/>
|
|
<xsd:element name="fk_product" type="xsd:int"/>
|
|
<xsd:element name="total_net" type="xsd:double"/>
|
|
<xsd:element name="total_vat" type="xsd:double"/>
|
|
<xsd:element name="total" type="xsd:double"/>
|
|
<xsd:element name="vat_rate" type="xsd:double"/>
|
|
<xsd:element name="qty" type="xsd:double"/>
|
|
<xsd:element name="date_start" type="xsd:date"/>
|
|
<xsd:element name="date_end" type="xsd:date"/>
|
|
<xsd:element name="product_ref" type="xsd:string"/>
|
|
<xsd:element name="product_label" type="xsd:string"/>
|
|
<xsd:element name="product_desc" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="LinesArray">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="SOAP-ENC:Array">
|
|
<xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:line[]" xmlns:wsdl1="http://schemas.xmlsoap.org/wsdl/"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="invoice">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:string"/>
|
|
<xsd:element name="ref" type="xsd:string"/>
|
|
<xsd:element name="ref_ext" type="xsd:string"/>
|
|
<xsd:element name="ref_supplier" type="xsd:string"/>
|
|
<xsd:element name="fk_user_author" type="xsd:int"/>
|
|
<xsd:element name="fk_user_valid" type="xsd:int"/>
|
|
<xsd:element name="fk_thirdparty" type="xsd:int"/>
|
|
<xsd:element name="date_creation" type="xsd:dateTime"/>
|
|
<xsd:element name="date_validation" type="xsd:dateTime"/>
|
|
<xsd:element name="date_modification" type="xsd:dateTime"/>
|
|
<xsd:element name="date_invoice" type="xsd:date"/>
|
|
<xsd:element name="date_term" type="xsd:date"/>
|
|
<xsd:element name="type" type="xsd:int"/>
|
|
<xsd:element name="total_net" type="xsd:double"/>
|
|
<xsd:element name="total_vat" type="xsd:double"/>
|
|
<xsd:element name="total" type="xsd:double"/>
|
|
<xsd:element name="note_private" type="xsd:string"/>
|
|
<xsd:element name="note_public" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:int"/>
|
|
<xsd:element name="close_code" type="xsd:string"/>
|
|
<xsd:element name="close_note" type="xsd:string"/>
|
|
<xsd:element name="lines" type="tns:LinesArray"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="InvoicesArray">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="SOAP-ENC:Array">
|
|
<xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:invoice[]" xmlns:wsdl1="http://schemas.xmlsoap.org/wsdl/"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="invoices">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="SOAP-ENC:Array">
|
|
<xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:invoice[]" xmlns:wsdl1="http://schemas.xmlsoap.org/wsdl/"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
</xsd:schema>
|
|
</types>
|
|
<message name="getSupplierInvoiceRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="id" type="xsd:string"/>
|
|
<part name="ref" type="xsd:string"/>
|
|
<part name="ref_ext" type="xsd:string"/>
|
|
</message>
|
|
<message name="getSupplierInvoiceResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="invoice" element="tns:invoice"/>
|
|
</message>
|
|
<message name="getSupplierInvoicesForThirdPartyRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="idthirdparty" type="xsd:string"/>
|
|
</message>
|
|
<message name="getSupplierInvoicesForThirdPartyResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="invoices" type="tns:invoices"/>
|
|
</message>
|
|
<portType name="WebServicesDolibarrSupplierInvoicePortType">
|
|
<operation name="getSupplierInvoice">
|
|
<documentation>WS to get SupplierInvoice</documentation>
|
|
<input message="tns:getSupplierInvoiceRequest"/>
|
|
<output message="tns:getSupplierInvoiceResponse"/>
|
|
</operation>
|
|
<operation name="getSupplierInvoicesForThirdParty">
|
|
<documentation>WS to get SupplierInvoicesForThirdParty</documentation>
|
|
<input message="tns:getSupplierInvoicesForThirdPartyRequest"/>
|
|
<output message="tns:getSupplierInvoicesForThirdPartyResponse"/>
|
|
</operation>
|
|
</portType>
|
|
<binding name="WebServicesDolibarrSupplierInvoiceBinding" type="tns:WebServicesDolibarrSupplierInvoicePortType">
|
|
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<operation name="getSupplierInvoice">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#getSupplierInvoice" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="getSupplierInvoicesForThirdParty">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#getSupplierInvoicesForThirdParty" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
</binding>
|
|
<service name="WebServicesDolibarrSupplierInvoice">
|
|
<port name="WebServicesDolibarrSupplierInvoicePort" binding="tns:WebServicesDolibarrSupplierInvoiceBinding">
|
|
<soap:address location="http://localhost/dolibarrnew/webservices/server_supplier_invoice.php"/>
|
|
</port>
|
|
</service>
|
|
</definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://localhostdolibarr/dolibarrnew/webservices/server_supplier_invoice.php</con:endpoint><con:endpoint>http://localhost/dolibarrnew/webservices/server_supplier_invoice.php</con:endpoint></con:endpoints><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#getSupplierInvoice" name="getSupplierInvoice" bindingOperationName="getSupplierInvoice" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarrnew/webservices/server_supplier_invoice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getSupplierInvoice soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">dolibarrkey</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">aaa</sourceapplication>
|
|
<login xsi:type="xsd:string">admin</login>
|
|
<password xsi:type="xsd:string">changeme</password>
|
|
<entity xsi:type="xsd:string"></entity>
|
|
</authentication>
|
|
<id xsi:type="xsd:string">1</id>
|
|
<ref xsi:type="xsd:string"></ref>
|
|
<ref_ext xsi:type="xsd:string"></ref_ext>
|
|
</ns:getSupplierInvoice>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getSupplierInvoice"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostdolibarr/dolibarrnew/webservices/server_supplier_invoice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getSupplierInvoice soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<id xsi:type="xsd:string">?</id>
|
|
<ref xsi:type="xsd:string">?</ref>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
</ns:getSupplierInvoice>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getSupplierInvoice"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#getSupplierInvoicesForThirdParty" name="getSupplierInvoicesForThirdParty" bindingOperationName="getSupplierInvoicesForThirdParty" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarrnew/webservices/server_supplier_invoice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getSupplierInvoicesForThirdParty soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">dolibarrkey</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">admin</login>
|
|
<password xsi:type="xsd:string">admin</password>
|
|
<entity xsi:type="xsd:string"></entity>
|
|
</authentication>
|
|
<idthirdparty xsi:type="xsd:string">all</idthirdparty>
|
|
</ns:getSupplierInvoicesForThirdParty>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getSupplierInvoicesForThirdParty"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="WebServicesDolibarrProductOrServiceBinding" type="wsdl" bindingName="{http://www.dolibarr.org/ns/}WebServicesDolibarrProductOrServiceBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost/dolibarr_new/webservices/server_productorservice.php?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost/dolibarr_new/webservices/server_productorservice.php?wsdl"><con:part><con:url>http://localhost/dolibarr_new/webservices/server_productorservice.php?wsdl</con:url><con:content><![CDATA[<definitions targetNamespace="http://www.dolibarr.org/ns/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.dolibarr.org/ns/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
|
<types>
|
|
<xsd:schema targetNamespace="http://www.dolibarr.org/ns/">
|
|
<xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
<xsd:import namespace="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<xsd:complexType name="authentication">
|
|
<xsd:all>
|
|
<xsd:element name="dolibarrkey" type="xsd:string"/>
|
|
<xsd:element name="sourceapplication" type="xsd:string"/>
|
|
<xsd:element name="login" type="xsd:string"/>
|
|
<xsd:element name="password" type="xsd:string"/>
|
|
<xsd:element name="entity" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="result">
|
|
<xsd:all>
|
|
<xsd:element name="result_code" type="xsd:string"/>
|
|
<xsd:element name="result_label" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="product">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:string"/>
|
|
<xsd:element name="ref" type="xsd:string"/>
|
|
<xsd:element name="ref_ext" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="label" type="xsd:string"/>
|
|
<xsd:element name="description" type="xsd:string"/>
|
|
<xsd:element name="date_creation" type="xsd:dateTime"/>
|
|
<xsd:element name="date_modification" type="xsd:dateTime"/>
|
|
<xsd:element name="note" type="xsd:string"/>
|
|
<xsd:element name="status_tobuy" type="xsd:string"/>
|
|
<xsd:element name="status_tosell" type="xsd:string"/>
|
|
<xsd:element name="barcode" type="xsd:string"/>
|
|
<xsd:element name="barcode_type" type="xsd:string"/>
|
|
<xsd:element name="country_id" type="xsd:string"/>
|
|
<xsd:element name="country_code" type="xsd:string"/>
|
|
<xsd:element name="customcode" type="xsd:string"/>
|
|
<xsd:element name="price_net" type="xsd:string"/>
|
|
<xsd:element name="price" type="xsd:string"/>
|
|
<xsd:element name="price_min_net" type="xsd:string"/>
|
|
<xsd:element name="price_min" type="xsd:string"/>
|
|
<xsd:element name="price_base_type" type="xsd:string"/>
|
|
<xsd:element name="vat_rate" type="xsd:string"/>
|
|
<xsd:element name="vat_npr" type="xsd:string"/>
|
|
<xsd:element name="localtax1_tx" type="xsd:string"/>
|
|
<xsd:element name="localtax2_tx" type="xsd:string"/>
|
|
<xsd:element name="stock_alert" type="xsd:string"/>
|
|
<xsd:element name="stock_real" type="xsd:string"/>
|
|
<xsd:element name="stock_pmp" type="xsd:string"/>
|
|
<xsd:element name="canvas" type="xsd:string"/>
|
|
<xsd:element name="import_key" type="xsd:string"/>
|
|
<xsd:element name="dir" type="xsd:string"/>
|
|
<xsd:element name="images" type="tns:ImagesArray"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="ImagesArray">
|
|
<xsd:sequence>
|
|
<xsd:element name="image" type="tns:image" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="image">
|
|
<xsd:all>
|
|
<xsd:element name="photo" type="xsd:string"/>
|
|
<xsd:element name="photo_vignette" type="xsd:string"/>
|
|
<xsd:element name="imgWidth" type="xsd:string"/>
|
|
<xsd:element name="imgHeight" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="filterproduct">
|
|
<xsd:all>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="status_tobuy" type="xsd:string"/>
|
|
<xsd:element name="status_tosell" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="ProductsArray2">
|
|
<xsd:sequence>
|
|
<xsd:element name="product" type="tns:product" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
</xsd:schema>
|
|
</types>
|
|
<message name="getProductOrServiceRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="id" type="xsd:string"/>
|
|
<part name="ref" type="xsd:string"/>
|
|
<part name="ref_ext" type="xsd:string"/>
|
|
<part name="lang" type="xsd:string"/>
|
|
</message>
|
|
<message name="getProductOrServiceResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="product" type="tns:product"/>
|
|
</message>
|
|
<message name="createProductOrServiceRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="product" type="tns:product"/>
|
|
</message>
|
|
<message name="createProductOrServiceResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="id" type="xsd:string"/>
|
|
</message>
|
|
<message name="updateProductOrServiceRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="product" type="tns:product"/>
|
|
</message>
|
|
<message name="updateProductOrServiceResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="id" type="xsd:string"/>
|
|
</message>
|
|
<message name="deleteProductOrServiceRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="listofid" type="xsd:string"/>
|
|
</message>
|
|
<message name="deleteProductOrServiceResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="nbdeleted" type="xsd:int"/>
|
|
</message>
|
|
<message name="getListOfProductsOrServicesRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="filterproduct" type="tns:filterproduct"/>
|
|
</message>
|
|
<message name="getListOfProductsOrServicesResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="products" type="tns:ProductsArray2"/>
|
|
</message>
|
|
<message name="getProductsForCategoryRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="id" type="xsd:string"/>
|
|
<part name="lang" type="xsd:string"/>
|
|
</message>
|
|
<message name="getProductsForCategoryResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="products" type="tns:ProductsArray2"/>
|
|
</message>
|
|
<portType name="WebServicesDolibarrProductOrServicePortType">
|
|
<operation name="getProductOrService">
|
|
<documentation>WS to get product or service</documentation>
|
|
<input message="tns:getProductOrServiceRequest"/>
|
|
<output message="tns:getProductOrServiceResponse"/>
|
|
</operation>
|
|
<operation name="createProductOrService">
|
|
<documentation>WS to create a product or service</documentation>
|
|
<input message="tns:createProductOrServiceRequest"/>
|
|
<output message="tns:createProductOrServiceResponse"/>
|
|
</operation>
|
|
<operation name="updateProductOrService">
|
|
<documentation>WS to update a product or service</documentation>
|
|
<input message="tns:updateProductOrServiceRequest"/>
|
|
<output message="tns:updateProductOrServiceResponse"/>
|
|
</operation>
|
|
<operation name="deleteProductOrService">
|
|
<documentation>WS to delete a product or service</documentation>
|
|
<input message="tns:deleteProductOrServiceRequest"/>
|
|
<output message="tns:deleteProductOrServiceResponse"/>
|
|
</operation>
|
|
<operation name="getListOfProductsOrServices">
|
|
<documentation>WS to get list of all products or services id and ref</documentation>
|
|
<input message="tns:getListOfProductsOrServicesRequest"/>
|
|
<output message="tns:getListOfProductsOrServicesResponse"/>
|
|
</operation>
|
|
<operation name="getProductsForCategory">
|
|
<documentation>WS to get list of all products or services for a category</documentation>
|
|
<input message="tns:getProductsForCategoryRequest"/>
|
|
<output message="tns:getProductsForCategoryResponse"/>
|
|
</operation>
|
|
</portType>
|
|
<binding name="WebServicesDolibarrProductOrServiceBinding" type="tns:WebServicesDolibarrProductOrServicePortType">
|
|
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<operation name="getProductOrService">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#getProductOrService" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="createProductOrService">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#createProductOrService" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="updateProductOrService">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#updateProductOrService" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="deleteProductOrService">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#deleteProductOrService" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="getListOfProductsOrServices">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#getListOfProductsOrServices" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="getProductsForCategory">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#getProductsForCategory" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
</binding>
|
|
<service name="WebServicesDolibarrProductOrService">
|
|
<port name="WebServicesDolibarrProductOrServicePort" binding="tns:WebServicesDolibarrProductOrServiceBinding">
|
|
<soap:address location="http://localhost/dolibarr_new/webservices/server_productorservice.php"/>
|
|
</port>
|
|
</service>
|
|
</definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:endpoint>http://localhostdolibarr/dolibarrnew/webservices/server_productorservice.php</con:endpoint><con:endpoint>http://localhost/dolibarr/htdocs/webservices/server_productorservice.php</con:endpoint><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint></con:endpoints><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#createProductOrService" name="createProductOrService" bindingOperationName="createProductOrService" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:request><![CDATA[<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<SOAP-ENV:Body>
|
|
<ns1160:createInvoice xmlns:ns1160="http://www.Dolibarr.org/ns/">
|
|
<authentication>
|
|
<dolibarrkey xsi:type="xsd:string">dolibarrkey</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">PRESTASHOP</sourceapplication>
|
|
<login xsi:type="xsd:string">admin</login>
|
|
<password xsi:type="xsd:string">admin</password>
|
|
<entity xsi:type="xsd:string"/>
|
|
</authentication>
|
|
<invoice>
|
|
<ref_ext xsi:type="xsd:string">NFS0000000007</ref_ext>
|
|
<thirdparty_id xsi:type="xsd:string">30</thirdparty_id>
|
|
<date xsi:type="xsd:string">2014-04-23 15:59:24</date>
|
|
<type xsi:type="xsd:string">0</type>
|
|
<note_private xsi:type="xsd:string">imported by Prestashop</note_private>
|
|
<note_public xsi:nil="true"/>
|
|
<status xsi:type="xsd:string">1</status>
|
|
<project_id xsi:nil="true"/>
|
|
<lines xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="unnamed_struct_use_soapval[6]">
|
|
<item>
|
|
<type xsi:type="xsd:string">0</type>
|
|
<desc xsi:type="xsd:string">Product</desc>
|
|
<unitprice xsi:type="xsd:float">66.05</unitprice>
|
|
<total_net xsi:type="xsd:string">198.150000</total_net>
|
|
<total_vat xsi:type="xsd:float">38.85</total_vat>
|
|
<total xsi:type="xsd:string">237.000000</total>
|
|
<vat_rate xsi:type="xsd:string">19.600</vat_rate>
|
|
<qty xsi:type="xsd:string">3</qty>
|
|
<product_id xsi:type="xsd:string">48</product_id>
|
|
</item>
|
|
<item>
|
|
<type xsi:type="xsd:string">0</type>
|
|
<desc xsi:type="xsd:string">Product</desc>
|
|
<unitprice xsi:type="xsd:float">66.05</unitprice>
|
|
<total_net xsi:type="xsd:string">132.100000</total_net>
|
|
<total_vat xsi:type="xsd:float">25.9</total_vat>
|
|
<total xsi:type="xsd:string">158.000000</total>
|
|
<vat_rate xsi:type="xsd:string">19.600</vat_rate>
|
|
<qty xsi:type="xsd:string">2</qty>
|
|
<product_id xsi:type="xsd:string">50</product_id>
|
|
</item>
|
|
<item>
|
|
<type xsi:type="xsd:string">0</type>
|
|
<desc xsi:type="xsd:string">Product</desc>
|
|
<unitprice xsi:type="xsd:float">1170.57</unitprice>
|
|
<total_net xsi:type="xsd:string">1170.570000</total_net>
|
|
<total_vat xsi:type="xsd:float">229.43</total_vat>
|
|
<total xsi:type="xsd:string">1400.000000</total>
|
|
<vat_rate xsi:type="xsd:string">19.600</vat_rate>
|
|
<qty xsi:type="xsd:string">1</qty>
|
|
<product_id xsi:type="xsd:string">51</product_id>
|
|
</item>
|
|
<item>
|
|
<type xsi:type="xsd:string">0</type>
|
|
<desc xsi:type="xsd:string">Product</desc>
|
|
<unitprice xsi:type="xsd:float">25.04</unitprice>
|
|
<total_net xsi:type="xsd:string">25.040000</total_net>
|
|
<total_vat xsi:type="xsd:float">4.91</total_vat>
|
|
<total xsi:type="xsd:string">29.950000</total>
|
|
<vat_rate xsi:type="xsd:string">19.600</vat_rate>
|
|
<qty xsi:type="xsd:string">1</qty>
|
|
<product_id xsi:type="xsd:string">72</product_id>
|
|
</item>
|
|
<item>
|
|
<type xsi:type="xsd:string">0</type>
|
|
<desc xsi:type="xsd:string">Product</desc>
|
|
<unitprice xsi:type="xsd:float">124.58</unitprice>
|
|
<total_net xsi:type="xsd:string">124.580000</total_net>
|
|
<total_vat xsi:type="xsd:float">24.42</total_vat>
|
|
<total xsi:type="xsd:string">149.000000</total>
|
|
<vat_rate xsi:type="xsd:string">19.600</vat_rate>
|
|
<qty xsi:type="xsd:string">1</qty>
|
|
<product_id xsi:type="xsd:string">46</product_id>
|
|
</item>
|
|
<item>
|
|
<type xsi:type="xsd:string">1</type>
|
|
<desc xsi:type="xsd:string">Transport</desc>
|
|
<unitprice xsi:type="xsd:string">2.00</unitprice>
|
|
<total_net xsi:type="xsd:string">2.00</total_net>
|
|
<total_vat xsi:type="xsd:float">0.39</total_vat>
|
|
<total xsi:type="xsd:string">2.39</total>
|
|
<vat_rate xsi:type="xsd:string">19.600</vat_rate>
|
|
<qty xsi:type="xsd:string">1</qty>
|
|
<product_id xsi:type="xsd:string"/>
|
|
</item>
|
|
</lines>
|
|
</invoice>
|
|
</ns1160:createInvoice>
|
|
</SOAP-ENV:Body>
|
|
</SOAP-ENV:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#createProductOrService"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 2"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:createProductOrService soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<product xsi:type="ns:product">
|
|
<!--You may enter the following 32 items in any order-->
|
|
<id xsi:type="xsd:string">?</id>
|
|
<ref xsi:type="xsd:string">?</ref>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
<type xsi:type="xsd:string">?</type>
|
|
<label xsi:type="xsd:string">?</label>
|
|
<description xsi:type="xsd:string">?</description>
|
|
<date_creation xsi:type="xsd:dateTime">?</date_creation>
|
|
<date_modification xsi:type="xsd:dateTime">?</date_modification>
|
|
<note xsi:type="xsd:string">?</note>
|
|
<status_tobuy xsi:type="xsd:string">?</status_tobuy>
|
|
<status_tosell xsi:type="xsd:string">?</status_tosell>
|
|
<barcode xsi:type="xsd:string">?</barcode>
|
|
<barcode_type xsi:type="xsd:string">?</barcode_type>
|
|
<country_id xsi:type="xsd:string">?</country_id>
|
|
<country_code xsi:type="xsd:string">?</country_code>
|
|
<customcode xsi:type="xsd:string">?</customcode>
|
|
<price_net xsi:type="xsd:string">?</price_net>
|
|
<price xsi:type="xsd:string">?</price>
|
|
<price_min_net xsi:type="xsd:string">?</price_min_net>
|
|
<price_min xsi:type="xsd:string">?</price_min>
|
|
<price_base_type xsi:type="xsd:string">?</price_base_type>
|
|
<vat_rate xsi:type="xsd:string">?</vat_rate>
|
|
<vat_npr xsi:type="xsd:string">?</vat_npr>
|
|
<localtax1_tx xsi:type="xsd:string">?</localtax1_tx>
|
|
<localtax2_tx xsi:type="xsd:string">?</localtax2_tx>
|
|
<stock_alert xsi:type="xsd:string">?</stock_alert>
|
|
<stock_real xsi:type="xsd:string">?</stock_real>
|
|
<stock_pmp xsi:type="xsd:string">?</stock_pmp>
|
|
<canvas xsi:type="xsd:string">?</canvas>
|
|
<import_key xsi:type="xsd:string">?</import_key>
|
|
<dir xsi:type="xsd:string">?</dir>
|
|
<images xsi:type="ns:ImagesArray">
|
|
<!--Zero or more repetitions:-->
|
|
<image xsi:type="ns:image">
|
|
<!--You may enter the following 4 items in any order-->
|
|
<photo xsi:type="xsd:string">?</photo>
|
|
<photo_vignette xsi:type="xsd:string">?</photo_vignette>
|
|
<imgWidth xsi:type="xsd:string">?</imgWidth>
|
|
<imgHeight xsi:type="xsd:string">?</imgHeight>
|
|
</image>
|
|
</images>
|
|
</product>
|
|
</ns:createProductOrService>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#createProductOrService"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:createProductOrService soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns4156="http://www.dolibarr.org/ns/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">dolibarrkey</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">DEMO</sourceapplication>
|
|
<login xsi:type="xsd:string">admin</login>
|
|
<password xsi:type="xsd:string">admin</password>
|
|
<entity xsi:type="xsd:string"/>
|
|
</authentication>
|
|
<product xsi:type="ns:product">
|
|
<!--You may enter the following 32 items in any order-->
|
|
<id xsi:type="xsd:string">?</id>
|
|
<ref xsi:type="xsd:string">?</ref>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
<type xsi:type="xsd:string">?</type>
|
|
<label xsi:type="xsd:string">?</label>
|
|
<description xsi:type="xsd:string">?</description>
|
|
<date_creation xsi:type="xsd:dateTime">?</date_creation>
|
|
<date_modification xsi:type="xsd:dateTime">?</date_modification>
|
|
<note xsi:type="xsd:string">?</note>
|
|
<status_tobuy xsi:type="xsd:string">?</status_tobuy>
|
|
<status_tosell xsi:type="xsd:string">?</status_tosell>
|
|
<barcode xsi:type="xsd:string">?</barcode>
|
|
<barcode_type xsi:type="xsd:string">?</barcode_type>
|
|
<country_id xsi:type="xsd:string">?</country_id>
|
|
<country_code xsi:type="xsd:string">?</country_code>
|
|
<customcode xsi:type="xsd:string">?</customcode>
|
|
<price_net xsi:type="xsd:string">?</price_net>
|
|
<price xsi:type="xsd:string">?</price>
|
|
<price_min_net xsi:type="xsd:string">?</price_min_net>
|
|
<price_min xsi:type="xsd:string">?</price_min>
|
|
<price_base_type xsi:type="xsd:string">?</price_base_type>
|
|
<vat_rate xsi:type="xsd:string">?</vat_rate>
|
|
<vat_npr xsi:type="xsd:string">?</vat_npr>
|
|
<localtax1_tx xsi:type="xsd:string">?</localtax1_tx>
|
|
<localtax2_tx xsi:type="xsd:string">?</localtax2_tx>
|
|
<stock_alert xsi:type="xsd:string">?</stock_alert>
|
|
<stock_real xsi:type="xsd:string">?</stock_real>
|
|
<stock_pmp xsi:type="xsd:string">?</stock_pmp>
|
|
<canvas xsi:type="xsd:string">?</canvas>
|
|
<import_key xsi:type="xsd:string">?</import_key>
|
|
<dir xsi:type="xsd:string">?</dir>
|
|
<images xsi:type="ns:ImagesArray"><!--Zero or more repetitions:-->
|
|
<image xsi:type="ns:image">
|
|
<!--You may enter the following 4 items in any order-->
|
|
<photo xsi:type="xsd:string">?</photo>
|
|
<photo_vignette xsi:type="xsd:string">?</photo_vignette>
|
|
<imgWidth xsi:type="xsd:string">?</imgWidth>
|
|
<imgHeight xsi:type="xsd:string">?</imgHeight>
|
|
</image>
|
|
</images>
|
|
</product>
|
|
</ns:createProductOrService>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#createProductOrService"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:createProductOrService soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<product xsi:type="ns:product">
|
|
<!--You may enter the following 32 items in any order-->
|
|
<id xsi:type="xsd:string">?</id>
|
|
<ref xsi:type="xsd:string">?</ref>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
<type xsi:type="xsd:string">?</type>
|
|
<label xsi:type="xsd:string">?</label>
|
|
<description xsi:type="xsd:string">?</description>
|
|
<date_creation xsi:type="xsd:dateTime">?</date_creation>
|
|
<date_modification xsi:type="xsd:dateTime">?</date_modification>
|
|
<note xsi:type="xsd:string">?</note>
|
|
<status_tobuy xsi:type="xsd:string">?</status_tobuy>
|
|
<status_tosell xsi:type="xsd:string">?</status_tosell>
|
|
<barcode xsi:type="xsd:string">?</barcode>
|
|
<barcode_type xsi:type="xsd:string">?</barcode_type>
|
|
<country_id xsi:type="xsd:string">?</country_id>
|
|
<country_code xsi:type="xsd:string">?</country_code>
|
|
<customcode xsi:type="xsd:string">?</customcode>
|
|
<price_net xsi:type="xsd:string">?</price_net>
|
|
<price xsi:type="xsd:string">?</price>
|
|
<price_min_net xsi:type="xsd:string">?</price_min_net>
|
|
<price_min xsi:type="xsd:string">?</price_min>
|
|
<price_base_type xsi:type="xsd:string">?</price_base_type>
|
|
<vat_rate xsi:type="xsd:string">?</vat_rate>
|
|
<vat_npr xsi:type="xsd:string">?</vat_npr>
|
|
<localtax1_tx xsi:type="xsd:string">?</localtax1_tx>
|
|
<localtax2_tx xsi:type="xsd:string">?</localtax2_tx>
|
|
<stock_alert xsi:type="xsd:string">?</stock_alert>
|
|
<stock_real xsi:type="xsd:string">?</stock_real>
|
|
<stock_pmp xsi:type="xsd:string">?</stock_pmp>
|
|
<canvas xsi:type="xsd:string">?</canvas>
|
|
<import_key xsi:type="xsd:string">?</import_key>
|
|
<dir xsi:type="xsd:string">?</dir>
|
|
<images xsi:type="ns:ImagesArray">
|
|
<!--Zero or more repetitions:-->
|
|
<image xsi:type="ns:image">
|
|
<!--You may enter the following 4 items in any order-->
|
|
<photo xsi:type="xsd:string">?</photo>
|
|
<photo_vignette xsi:type="xsd:string">?</photo_vignette>
|
|
<imgWidth xsi:type="xsd:string">?</imgWidth>
|
|
<imgHeight xsi:type="xsd:string">?</imgHeight>
|
|
</image>
|
|
</images>
|
|
</product>
|
|
</ns:createProductOrService>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#createProductOrService"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#getProductOrService" name="getProductOrService" bindingOperationName="getProductOrService" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getProductOrService soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">dolibarrkey</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">admin</login>
|
|
<password xsi:type="xsd:string">admin</password>
|
|
<entity xsi:type="xsd:string"/>
|
|
</authentication>
|
|
<id xsi:type="xsd:string">1</id>
|
|
<ref xsi:type="xsd:string"/>
|
|
<ref_ext xsi:type="xsd:string"/>
|
|
<lang xsi:type="xsd:string">?</lang>
|
|
</ns:getProductOrService>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getProductOrService"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 2"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getProductOrService soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<id xsi:type="xsd:string">?</id>
|
|
<ref xsi:type="xsd:string">?</ref>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
<lang xsi:type="xsd:string">?</lang>
|
|
</ns:getProductOrService>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getProductOrService"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getProductOrService soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<id xsi:type="xsd:string">?</id>
|
|
<ref xsi:type="xsd:string">?</ref>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
<lang xsi:type="xsd:string">?</lang>
|
|
</ns:getProductOrService>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getProductOrService"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getProductOrService soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<id xsi:type="xsd:string">?</id>
|
|
<ref xsi:type="xsd:string">?</ref>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
<lang xsi:type="xsd:string">?</lang>
|
|
</ns:getProductOrService>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getProductOrService"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#getListOfProductsOrServices" name="getListOfProductsOrServices" bindingOperationName="getListOfProductsOrServices" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getListOfProductsOrServices soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<filterproduct xsi:type="ns:filterproduct">
|
|
<!--You may enter the following 3 items in any order-->
|
|
<type xsi:type="xsd:string">?</type>
|
|
<status_tobuy xsi:type="xsd:string">?</status_tobuy>
|
|
<status_tosell xsi:type="xsd:string">?</status_tosell>
|
|
</filterproduct>
|
|
</ns:getListOfProductsOrServices>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getListOfProductsOrServices"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getListOfProductsOrServices soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<filterproduct xsi:type="ns:filterproduct">
|
|
<!--You may enter the following 3 items in any order-->
|
|
<type xsi:type="xsd:string">?</type>
|
|
<status_tobuy xsi:type="xsd:string">?</status_tobuy>
|
|
<status_tosell xsi:type="xsd:string">?</status_tosell>
|
|
</filterproduct>
|
|
</ns:getListOfProductsOrServices>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getListOfProductsOrServices"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getListOfProductsOrServices soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<filterproduct xsi:type="ns:filterproduct">
|
|
<!--You may enter the following 3 items in any order-->
|
|
<type xsi:type="xsd:string">?</type>
|
|
<status_tobuy xsi:type="xsd:string">?</status_tobuy>
|
|
<status_tosell xsi:type="xsd:string">?</status_tosell>
|
|
</filterproduct>
|
|
</ns:getListOfProductsOrServices>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getListOfProductsOrServices"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#getProductsForCategory" name="getProductsForCategory" bindingOperationName="getProductsForCategory" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getProductsForCategory soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">dolibarrkey</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">admin</login>
|
|
<password xsi:type="xsd:string">admin</password>
|
|
<entity xsi:type="xsd:string"/>
|
|
</authentication>
|
|
<id xsi:type="xsd:string">5</id>
|
|
<lang xsi:type="xsd:string">?</lang>
|
|
</ns:getProductsForCategory>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getProductsForCategory"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getProductsForCategory soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<id xsi:type="xsd:string">?</id>
|
|
<lang xsi:type="xsd:string">?</lang>
|
|
</ns:getProductsForCategory>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getProductsForCategory"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getProductsForCategory soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<id xsi:type="xsd:string">?</id>
|
|
<lang xsi:type="xsd:string">?</lang>
|
|
</ns:getProductsForCategory>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getProductsForCategory"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#updateProductOrService" name="updateProductOrService" bindingOperationName="updateProductOrService" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:updateProductOrService soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">dolibarrkey</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">aaa</sourceapplication>
|
|
<login xsi:type="xsd:string">admin</login>
|
|
<password xsi:type="xsd:string">admin</password>
|
|
<entity xsi:type="xsd:string"/>
|
|
</authentication>
|
|
<product xsi:type="ns:product">
|
|
<!--You may enter the following 32 items in any order-->
|
|
<id xsi:type="xsd:string">1</id>
|
|
<ref xsi:type="xsd:string"/>
|
|
<ref_ext xsi:type="xsd:string">111</ref_ext>
|
|
<type xsi:type="xsd:string"/>
|
|
<label xsi:type="xsd:string"/>
|
|
<description xsi:type="xsd:string"/>
|
|
<date_creation xsi:type="xsd:dateTime"/>
|
|
<date_modification xsi:type="xsd:dateTime"/>
|
|
<note xsi:type="xsd:string"/>
|
|
<status_tobuy xsi:type="xsd:string"/>
|
|
<status_tosell xsi:type="xsd:string"/>
|
|
<barcode xsi:type="xsd:string"/>
|
|
<barcode_type xsi:type="xsd:string"/>
|
|
<country_id xsi:type="xsd:string"/>
|
|
<country_code xsi:type="xsd:string"/>
|
|
<customcode xsi:type="xsd:string"/>
|
|
<price_net xsi:type="xsd:string"/>
|
|
<price xsi:type="xsd:string"/>
|
|
<price_min_net xsi:type="xsd:string"/>
|
|
<price_min xsi:type="xsd:string"/>
|
|
<price_base_type xsi:type="xsd:string"/>
|
|
<vat_rate xsi:type="xsd:string"/>
|
|
<vat_npr xsi:type="xsd:string"/>
|
|
<localtax1_tx xsi:type="xsd:string"/>
|
|
<localtax2_tx xsi:type="xsd:string"/>
|
|
<stock_alert xsi:type="xsd:string"/>
|
|
<stock_real xsi:type="xsd:string"/>
|
|
<stock_pmp xsi:type="xsd:string"/>
|
|
<canvas xsi:type="xsd:string"/>
|
|
<import_key xsi:type="xsd:string"/>
|
|
<dir xsi:type="xsd:string"/>
|
|
<images xsi:type="ns:ImagesArray">
|
|
<!--Zero or more repetitions:-->
|
|
<image xsi:type="ns:image">
|
|
<!--You may enter the following 4 items in any order-->
|
|
<photo xsi:type="xsd:string">?</photo>
|
|
<photo_vignette xsi:type="xsd:string">?</photo_vignette>
|
|
<imgWidth xsi:type="xsd:string">?</imgWidth>
|
|
<imgHeight xsi:type="xsd:string">?</imgHeight>
|
|
</image>
|
|
</images>
|
|
</product>
|
|
</ns:updateProductOrService>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#updateProductOrService"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:updateProductOrService soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<product xsi:type="ns:product">
|
|
<!--You may enter the following 32 items in any order-->
|
|
<id xsi:type="xsd:string">?</id>
|
|
<ref xsi:type="xsd:string">?</ref>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
<type xsi:type="xsd:string">?</type>
|
|
<label xsi:type="xsd:string">?</label>
|
|
<description xsi:type="xsd:string">?</description>
|
|
<date_creation xsi:type="xsd:dateTime">?</date_creation>
|
|
<date_modification xsi:type="xsd:dateTime">?</date_modification>
|
|
<note xsi:type="xsd:string">?</note>
|
|
<status_tobuy xsi:type="xsd:string">?</status_tobuy>
|
|
<status_tosell xsi:type="xsd:string">?</status_tosell>
|
|
<barcode xsi:type="xsd:string">?</barcode>
|
|
<barcode_type xsi:type="xsd:string">?</barcode_type>
|
|
<country_id xsi:type="xsd:string">?</country_id>
|
|
<country_code xsi:type="xsd:string">?</country_code>
|
|
<customcode xsi:type="xsd:string">?</customcode>
|
|
<price_net xsi:type="xsd:string">?</price_net>
|
|
<price xsi:type="xsd:string">?</price>
|
|
<price_min_net xsi:type="xsd:string">?</price_min_net>
|
|
<price_min xsi:type="xsd:string">?</price_min>
|
|
<price_base_type xsi:type="xsd:string">?</price_base_type>
|
|
<vat_rate xsi:type="xsd:string">?</vat_rate>
|
|
<vat_npr xsi:type="xsd:string">?</vat_npr>
|
|
<localtax1_tx xsi:type="xsd:string">?</localtax1_tx>
|
|
<localtax2_tx xsi:type="xsd:string">?</localtax2_tx>
|
|
<stock_alert xsi:type="xsd:string">?</stock_alert>
|
|
<stock_real xsi:type="xsd:string">?</stock_real>
|
|
<stock_pmp xsi:type="xsd:string">?</stock_pmp>
|
|
<canvas xsi:type="xsd:string">?</canvas>
|
|
<import_key xsi:type="xsd:string">?</import_key>
|
|
<dir xsi:type="xsd:string">?</dir>
|
|
<images xsi:type="ns:ImagesArray">
|
|
<!--Zero or more repetitions:-->
|
|
<image xsi:type="ns:image">
|
|
<!--You may enter the following 4 items in any order-->
|
|
<photo xsi:type="xsd:string">?</photo>
|
|
<photo_vignette xsi:type="xsd:string">?</photo_vignette>
|
|
<imgWidth xsi:type="xsd:string">?</imgWidth>
|
|
<imgHeight xsi:type="xsd:string">?</imgHeight>
|
|
</image>
|
|
</images>
|
|
</product>
|
|
</ns:updateProductOrService>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#updateProductOrService"/></con:call><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:updateProductOrService soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<product xsi:type="ns:product">
|
|
<!--You may enter the following 32 items in any order-->
|
|
<id xsi:type="xsd:string">?</id>
|
|
<ref xsi:type="xsd:string">?</ref>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
<type xsi:type="xsd:string">?</type>
|
|
<label xsi:type="xsd:string">?</label>
|
|
<description xsi:type="xsd:string">?</description>
|
|
<date_creation xsi:type="xsd:dateTime">?</date_creation>
|
|
<date_modification xsi:type="xsd:dateTime">?</date_modification>
|
|
<note xsi:type="xsd:string">?</note>
|
|
<status_tobuy xsi:type="xsd:string">?</status_tobuy>
|
|
<status_tosell xsi:type="xsd:string">?</status_tosell>
|
|
<barcode xsi:type="xsd:string">?</barcode>
|
|
<barcode_type xsi:type="xsd:string">?</barcode_type>
|
|
<country_id xsi:type="xsd:string">?</country_id>
|
|
<country_code xsi:type="xsd:string">?</country_code>
|
|
<customcode xsi:type="xsd:string">?</customcode>
|
|
<price_net xsi:type="xsd:string">?</price_net>
|
|
<price xsi:type="xsd:string">?</price>
|
|
<price_min_net xsi:type="xsd:string">?</price_min_net>
|
|
<price_min xsi:type="xsd:string">?</price_min>
|
|
<price_base_type xsi:type="xsd:string">?</price_base_type>
|
|
<vat_rate xsi:type="xsd:string">?</vat_rate>
|
|
<vat_npr xsi:type="xsd:string">?</vat_npr>
|
|
<localtax1_tx xsi:type="xsd:string">?</localtax1_tx>
|
|
<localtax2_tx xsi:type="xsd:string">?</localtax2_tx>
|
|
<stock_alert xsi:type="xsd:string">?</stock_alert>
|
|
<stock_real xsi:type="xsd:string">?</stock_real>
|
|
<stock_pmp xsi:type="xsd:string">?</stock_pmp>
|
|
<canvas xsi:type="xsd:string">?</canvas>
|
|
<import_key xsi:type="xsd:string">?</import_key>
|
|
<dir xsi:type="xsd:string">?</dir>
|
|
<images xsi:type="ns:ImagesArray">
|
|
<!--Zero or more repetitions:-->
|
|
<image xsi:type="ns:image">
|
|
<!--You may enter the following 4 items in any order-->
|
|
<photo xsi:type="xsd:string">?</photo>
|
|
<photo_vignette xsi:type="xsd:string">?</photo_vignette>
|
|
<imgWidth xsi:type="xsd:string">?</imgWidth>
|
|
<imgHeight xsi:type="xsd:string">?</imgHeight>
|
|
</image>
|
|
</images>
|
|
</product>
|
|
</ns:updateProductOrService>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#updateProductOrService"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#deleteProductOrService" name="deleteProductOrService" bindingOperationName="deleteProductOrService" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarr_new/webservices/server_productorservice.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:deleteProductOrService soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">dolibarrkey</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">admin</login>
|
|
<password xsi:type="xsd:string">admin</password>
|
|
<entity xsi:type="xsd:string"></entity>
|
|
</authentication>
|
|
<listofid xsi:type="ns:listofid">14,13</listofid>
|
|
</ns:deleteProductOrService>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#deleteProductOrService"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="WebServicesDolibarrUserBinding" type="wsdl" bindingName="{http://www.dolibarr.org/ns/}WebServicesDolibarrUserBinding" soapVersion="1_1" anonymous="optional" definition="http://localhostdolibarr/webservices/server_user.php?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhostdolibarr/webservices/server_user.php?wsdl"><con:part><con:url>http://localhostdolibarr/webservices/server_user.php?wsdl</con:url><con:content><![CDATA[<definitions targetNamespace="http://www.dolibarr.org/ns/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.dolibarr.org/ns/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
|
<types>
|
|
<xsd:schema targetNamespace="http://www.dolibarr.org/ns/">
|
|
<xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
<xsd:import namespace="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<xsd:complexType name="authentication">
|
|
<xsd:all>
|
|
<xsd:element name="dolibarrkey" type="xsd:string"/>
|
|
<xsd:element name="sourceapplication" type="xsd:string"/>
|
|
<xsd:element name="login" type="xsd:string"/>
|
|
<xsd:element name="password" type="xsd:string"/>
|
|
<xsd:element name="entity" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="result">
|
|
<xsd:all>
|
|
<xsd:element name="result_code" type="xsd:string"/>
|
|
<xsd:element name="result_label" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="user">
|
|
<xsd:all>
|
|
<xsd:element name="element" type="xsd:string"/>
|
|
<xsd:element name="id" type="xsd:string"/>
|
|
<xsd:element name="lastname" type="xsd:string"/>
|
|
<xsd:element name="firstname" type="xsd:string"/>
|
|
<xsd:element name="note" type="xsd:string"/>
|
|
<xsd:element name="email" type="xsd:string"/>
|
|
<xsd:element name="signature" type="xsd:string"/>
|
|
<xsd:element name="office_phone" type="xsd:string"/>
|
|
<xsd:element name="office_fax" type="xsd:string"/>
|
|
<xsd:element name="user_mobile" type="xsd:string"/>
|
|
<xsd:element name="admin" type="xsd:string"/>
|
|
<xsd:element name="login" type="xsd:string"/>
|
|
<xsd:element name="entity" type="xsd:string"/>
|
|
<xsd:element name="pass_indatabase" type="xsd:string"/>
|
|
<xsd:element name="pass_indatabase_crypted" type="xsd:string"/>
|
|
<xsd:element name="datec" type="xsd:dateTime"/>
|
|
<xsd:element name="datem" type="xsd:dateTime"/>
|
|
<xsd:element name="fk_thirdparty" type="xsd:string"/>
|
|
<xsd:element name="fk_socpeople" type="xsd:string"/>
|
|
<xsd:element name="fk_member" type="xsd:string"/>
|
|
<xsd:element name="datelastlogin" type="xsd:dateTime"/>
|
|
<xsd:element name="datepreviouslogin" type="xsd:dateTime"/>
|
|
<xsd:element name="statut" type="xsd:string"/>
|
|
<xsd:element name="photo" type="xsd:string"/>
|
|
<xsd:element name="lang" type="xsd:string"/>
|
|
<xsd:element name="entrepots" type="xsd:string"/>
|
|
<xsd:element name="canvas" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="group">
|
|
<xsd:all>
|
|
<xsd:element name="nom" type="xsd:string"/>
|
|
<xsd:element name="id" type="xsd:string"/>
|
|
<xsd:element name="datec" type="xsd:string"/>
|
|
<xsd:element name="nb" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="GroupsArray">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="SOAP-ENC:Array">
|
|
<xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:group[]" xmlns:wsdl1="http://schemas.xmlsoap.org/wsdl/"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="thirdpartywithuser">
|
|
<xsd:all>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="firstname" type="xsd:string"/>
|
|
<xsd:element name="name_thirdparty" type="xsd:string"/>
|
|
<xsd:element name="ref_ext" type="xsd:string"/>
|
|
<xsd:element name="client" type="xsd:string"/>
|
|
<xsd:element name="fournisseur" type="xsd:string"/>
|
|
<xsd:element name="address" type="xsd:string"/>
|
|
<xsd:element name="zip" type="xsd:string"/>
|
|
<xsd:element name="town" type="xsd:string"/>
|
|
<xsd:element name="country_id" type="xsd:string"/>
|
|
<xsd:element name="country_code" type="xsd:string"/>
|
|
<xsd:element name="phone" type="xsd:string"/>
|
|
<xsd:element name="phone_mobile" type="xsd:string"/>
|
|
<xsd:element name="fax" type="xsd:string"/>
|
|
<xsd:element name="email" type="xsd:string"/>
|
|
<xsd:element name="url" type="xsd:string"/>
|
|
<xsd:element name="profid1" type="xsd:string"/>
|
|
<xsd:element name="profid2" type="xsd:string"/>
|
|
<xsd:element name="profid3" type="xsd:string"/>
|
|
<xsd:element name="profid4" type="xsd:string"/>
|
|
<xsd:element name="profid5" type="xsd:string"/>
|
|
<xsd:element name="profid6" type="xsd:string"/>
|
|
<xsd:element name="capital" type="xsd:string"/>
|
|
<xsd:element name="tva_assuj" type="xsd:string"/>
|
|
<xsd:element name="tva_intra" type="xsd:string"/>
|
|
<xsd:element name="login" type="xsd:string"/>
|
|
<xsd:element name="password" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="shortuser">
|
|
<xsd:all>
|
|
<xsd:element name="login" type="xsd:string"/>
|
|
<xsd:element name="password" type="xsd:string"/>
|
|
<xsd:element name="entity" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
</xsd:schema>
|
|
</types>
|
|
<message name="getUserRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="id" type="xsd:string"/>
|
|
<part name="ref" type="xsd:string"/>
|
|
<part name="ref_ext" type="xsd:string"/>
|
|
</message>
|
|
<message name="getUserResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="user" type="tns:user"/>
|
|
</message>
|
|
<message name="getListOfGroupsRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
</message>
|
|
<message name="getListOfGroupsResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="groups" type="tns:GroupsArray"/>
|
|
</message>
|
|
<message name="CreateUserFromThirdpartyRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="thirdpartywithuser" type="tns:thirdpartywithuser"/>
|
|
</message>
|
|
<message name="CreateUserFromThirdpartyResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="id" type="xsd:string"/>
|
|
</message>
|
|
<message name="SetUserPasswordRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="shortuser" type="tns:shortuser"/>
|
|
</message>
|
|
<message name="SetUserPasswordResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="id" type="xsd:string"/>
|
|
</message>
|
|
<portType name="WebServicesDolibarrUserPortType">
|
|
<operation name="getUser">
|
|
<documentation>WS to get user</documentation>
|
|
<input message="tns:getUserRequest"/>
|
|
<output message="tns:getUserResponse"/>
|
|
</operation>
|
|
<operation name="getListOfGroups">
|
|
<documentation>WS to get list of groups</documentation>
|
|
<input message="tns:getListOfGroupsRequest"/>
|
|
<output message="tns:getListOfGroupsResponse"/>
|
|
</operation>
|
|
<operation name="CreateUserFromThirdparty">
|
|
<documentation>WS to create an external user with thirdparty and contact</documentation>
|
|
<input message="tns:CreateUserFromThirdpartyRequest"/>
|
|
<output message="tns:CreateUserFromThirdpartyResponse"/>
|
|
</operation>
|
|
<operation name="SetUserPassword">
|
|
<documentation>WS to change password of an user</documentation>
|
|
<input message="tns:SetUserPasswordRequest"/>
|
|
<output message="tns:SetUserPasswordResponse"/>
|
|
</operation>
|
|
</portType>
|
|
<binding name="WebServicesDolibarrUserBinding" type="tns:WebServicesDolibarrUserPortType">
|
|
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<operation name="getUser">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#getUser" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="getListOfGroups">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#getListOfGroups" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="CreateUserFromThirdparty">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#CreateUserFromThirdparty" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="SetUserPassword">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#SetUserPassword" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
</binding>
|
|
<service name="WebServicesDolibarrUser">
|
|
<port name="WebServicesDolibarrUserPort" binding="tns:WebServicesDolibarrUserBinding">
|
|
<soap:address location="http://localhostdolibarr/webservices/server_user.php"/>
|
|
</port>
|
|
</service>
|
|
</definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://localhostdolibarr/webservices/server_user.php</con:endpoint><con:endpoint>http://pchome-ld.hd.free.fr:801/dolibarr_5.0/htdocs/webservices/server_user.php</con:endpoint></con:endpoints><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#getUser" name="getUser" bindingOperationName="getUser" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://pchome-ld.hd.free.fr:801/dolibarr_5.0/htdocs/webservices/server_user.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getUser soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">dolibarrkey</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">aaa</sourceapplication>
|
|
<login xsi:type="xsd:string">admin</login>
|
|
<password xsi:type="xsd:string">admin</password>
|
|
<entity xsi:type="xsd:string"></entity>
|
|
</authentication>
|
|
<ref xsi:type="xsd:string">admin</ref>
|
|
<ref_ext xsi:type="xsd:string"></ref_ext>
|
|
</ns:getUser>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getUser"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#getListOfGroups" name="getListOfGroups" bindingOperationName="getListOfGroups" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostdolibarr/webservices/server_user.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getListOfGroups soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
</ns:getListOfGroups>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getListOfGroups"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#CreateUserFromThirdparty" name="CreateUserFromThirdparty" bindingOperationName="CreateUserFromThirdparty" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostdolibarr/webservices/server_user.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:CreateUserFromThirdparty soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<thirdpartywithuser xsi:type="ns:thirdpartywithuser">
|
|
<!--You may enter the following 27 items in any order-->
|
|
<name xsi:type="xsd:string">?</name>
|
|
<firstname xsi:type="xsd:string">?</firstname>
|
|
<name_thirdparty xsi:type="xsd:string">?</name_thirdparty>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
<client xsi:type="xsd:string">?</client>
|
|
<fournisseur xsi:type="xsd:string">?</fournisseur>
|
|
<address xsi:type="xsd:string">?</address>
|
|
<zip xsi:type="xsd:string">?</zip>
|
|
<town xsi:type="xsd:string">?</town>
|
|
<country_id xsi:type="xsd:string">?</country_id>
|
|
<country_code xsi:type="xsd:string">?</country_code>
|
|
<phone xsi:type="xsd:string">?</phone>
|
|
<phone_mobile xsi:type="xsd:string">?</phone_mobile>
|
|
<fax xsi:type="xsd:string">?</fax>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<url xsi:type="xsd:string">?</url>
|
|
<profid1 xsi:type="xsd:string">?</profid1>
|
|
<profid2 xsi:type="xsd:string">?</profid2>
|
|
<profid3 xsi:type="xsd:string">?</profid3>
|
|
<profid4 xsi:type="xsd:string">?</profid4>
|
|
<profid5 xsi:type="xsd:string">?</profid5>
|
|
<profid6 xsi:type="xsd:string">?</profid6>
|
|
<capital xsi:type="xsd:string">?</capital>
|
|
<tva_assuj xsi:type="xsd:string">?</tva_assuj>
|
|
<tva_intra xsi:type="xsd:string">?</tva_intra>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</thirdpartywithuser>
|
|
</ns:CreateUserFromThirdparty>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#CreateUserFromThirdparty"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#SetUserPassword" name="SetUserPassword" bindingOperationName="SetUserPassword" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostdolibarr/webservices/server_user.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:SetUserPassword soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<shortuser xsi:type="ns:shortuser">
|
|
<!--You may enter the following 3 items in any order-->
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</shortuser>
|
|
</ns:SetUserPassword>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#SetUserPassword"/></con:call></con:operation></con:interface><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="WebServicesDolibarrThirdPartyBinding" type="wsdl" bindingName="{http://www.dolibarr.org/ns/}WebServicesDolibarrThirdPartyBinding" soapVersion="1_1" anonymous="optional" definition="http://localhostdolibarr/webservices/server_thirdparty.php?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhostdolibarr/webservices/server_thirdparty.php?wsdl"><con:part><con:url>http://localhostdolibarr/webservices/server_thirdparty.php?wsdl</con:url><con:content><![CDATA[<definitions targetNamespace="http://www.dolibarr.org/ns/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.dolibarr.org/ns/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
|
<types>
|
|
<xsd:schema targetNamespace="http://www.dolibarr.org/ns/">
|
|
<xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
<xsd:import namespace="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<xsd:complexType name="authentication">
|
|
<xsd:all>
|
|
<xsd:element name="dolibarrkey" type="xsd:string"/>
|
|
<xsd:element name="sourceapplication" type="xsd:string"/>
|
|
<xsd:element name="login" type="xsd:string"/>
|
|
<xsd:element name="password" type="xsd:string"/>
|
|
<xsd:element name="entity" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="result">
|
|
<xsd:all>
|
|
<xsd:element name="result_code" type="xsd:string"/>
|
|
<xsd:element name="result_label" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="thirdparty">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:string"/>
|
|
<xsd:element name="ref" type="xsd:string"/>
|
|
<xsd:element name="ref_ext" type="xsd:string"/>
|
|
<xsd:element name="fk_user_author" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="client" type="xsd:string"/>
|
|
<xsd:element name="supplier" type="xsd:string"/>
|
|
<xsd:element name="customer_code" type="xsd:string"/>
|
|
<xsd:element name="supplier_code" type="xsd:string"/>
|
|
<xsd:element name="customer_code_accountancy" type="xsd:string"/>
|
|
<xsd:element name="supplier_code_accountancy" type="xsd:string"/>
|
|
<xsd:element name="date_creation" type="xsd:dateTime"/>
|
|
<xsd:element name="date_modification" type="xsd:dateTime"/>
|
|
<xsd:element name="note" type="xsd:string"/>
|
|
<xsd:element name="address" type="xsd:string"/>
|
|
<xsd:element name="zip" type="xsd:string"/>
|
|
<xsd:element name="town" type="xsd:string"/>
|
|
<xsd:element name="province_id" type="xsd:string"/>
|
|
<xsd:element name="country_id" type="xsd:string"/>
|
|
<xsd:element name="country_code" type="xsd:string"/>
|
|
<xsd:element name="country" type="xsd:string"/>
|
|
<xsd:element name="phone" type="xsd:string"/>
|
|
<xsd:element name="fax" type="xsd:string"/>
|
|
<xsd:element name="email" type="xsd:string"/>
|
|
<xsd:element name="url" type="xsd:string"/>
|
|
<xsd:element name="profid1" type="xsd:string"/>
|
|
<xsd:element name="profid2" type="xsd:string"/>
|
|
<xsd:element name="profid3" type="xsd:string"/>
|
|
<xsd:element name="profid4" type="xsd:string"/>
|
|
<xsd:element name="profid5" type="xsd:string"/>
|
|
<xsd:element name="profid6" type="xsd:string"/>
|
|
<xsd:element name="capital" type="xsd:string"/>
|
|
<xsd:element name="vat_used" type="xsd:string"/>
|
|
<xsd:element name="vat_number" type="xsd:string"/>
|
|
<xsd:element name="options_jjjj" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="filterthirdparty">
|
|
<xsd:all>
|
|
<xsd:element name="client" type="xsd:string"/>
|
|
<xsd:element name="supplier" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="ThirdPartiesArray">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="SOAP-ENC:Array">
|
|
<xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:thirdparty[]" xmlns:wsdl1="http://schemas.xmlsoap.org/wsdl/"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="ThirdPartiesArray2">
|
|
<xsd:sequence>
|
|
<xsd:element name="thirdparty" type="tns:thirdparty" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
</xsd:schema>
|
|
</types>
|
|
<message name="getThirdPartyRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="id" type="xsd:string"/>
|
|
<part name="ref" type="xsd:string"/>
|
|
<part name="ref_ext" type="xsd:string"/>
|
|
</message>
|
|
<message name="getThirdPartyResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="thirdparty" type="tns:thirdparty"/>
|
|
</message>
|
|
<message name="createThirdPartyRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="thirdparty" type="tns:thirdparty"/>
|
|
</message>
|
|
<message name="createThirdPartyResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="id" type="xsd:string"/>
|
|
<part name="ref" type="xsd:string"/>
|
|
</message>
|
|
<message name="updateThirdPartyRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="thirdparty" type="tns:thirdparty"/>
|
|
</message>
|
|
<message name="updateThirdPartyResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="id" type="xsd:string"/>
|
|
</message>
|
|
<message name="getListOfThirdPartiesRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="filterthirdparty" type="tns:filterthirdparty"/>
|
|
</message>
|
|
<message name="getListOfThirdPartiesResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="thirdparties" type="tns:ThirdPartiesArray2"/>
|
|
</message>
|
|
<portType name="WebServicesDolibarrThirdPartyPortType">
|
|
<operation name="getThirdParty">
|
|
<documentation>WS to get a thirdparty from its id, ref or ref_ext</documentation>
|
|
<input message="tns:getThirdPartyRequest"/>
|
|
<output message="tns:getThirdPartyResponse"/>
|
|
</operation>
|
|
<operation name="createThirdParty">
|
|
<documentation>WS to create a thirdparty</documentation>
|
|
<input message="tns:createThirdPartyRequest"/>
|
|
<output message="tns:createThirdPartyResponse"/>
|
|
</operation>
|
|
<operation name="updateThirdParty">
|
|
<documentation>WS to update a thirdparty</documentation>
|
|
<input message="tns:updateThirdPartyRequest"/>
|
|
<output message="tns:updateThirdPartyResponse"/>
|
|
</operation>
|
|
<operation name="getListOfThirdParties">
|
|
<documentation>WS to get list of thirdparties id and ref</documentation>
|
|
<input message="tns:getListOfThirdPartiesRequest"/>
|
|
<output message="tns:getListOfThirdPartiesResponse"/>
|
|
</operation>
|
|
</portType>
|
|
<binding name="WebServicesDolibarrThirdPartyBinding" type="tns:WebServicesDolibarrThirdPartyPortType">
|
|
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<operation name="getThirdParty">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#getThirdParty" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="createThirdParty">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#createThirdParty" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="updateThirdParty">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#updateThirdParty" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="getListOfThirdParties">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#getListOfThirdParties" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
</binding>
|
|
<service name="WebServicesDolibarrThirdParty">
|
|
<port name="WebServicesDolibarrThirdPartyPort" binding="tns:WebServicesDolibarrThirdPartyBinding">
|
|
<soap:address location="http://localhostdolibarr/webservices/server_thirdparty.php"/>
|
|
</port>
|
|
</service>
|
|
</definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://localhostdolibarr/webservices/server_thirdparty.php</con:endpoint></con:endpoints><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#getThirdParty" name="getThirdParty" bindingOperationName="getThirdParty" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostdolibarr/webservices/server_thirdparty.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getThirdParty soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">dolibarrkey</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">aaa</sourceapplication>
|
|
<login xsi:type="xsd:string">admin</login>
|
|
<password xsi:type="xsd:string">admin</password>
|
|
<entity xsi:type="xsd:string"></entity>
|
|
</authentication>
|
|
<id xsi:type="xsd:string">1</id>
|
|
<ref xsi:type="xsd:string"></ref>
|
|
<ref_ext xsi:type="xsd:string"></ref_ext>
|
|
</ns:getThirdParty>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getVersions"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#createThirdParty" name="createThirdParty" bindingOperationName="createThirdParty" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostdolibarr/webservices/server_thirdparty.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:createThirdParty soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<thirdparty xsi:type="ns:thirdparty">
|
|
<!--You may enter the following 33 items in any order-->
|
|
<id xsi:type="xsd:string">?</id>
|
|
<ref xsi:type="xsd:string">?</ref>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
<fk_user_author xsi:type="xsd:string">?</fk_user_author>
|
|
<client xsi:type="xsd:string">?</client>
|
|
<supplier xsi:type="xsd:string">?</supplier>
|
|
<customer_code xsi:type="xsd:string">?</customer_code>
|
|
<supplier_code xsi:type="xsd:string">?</supplier_code>
|
|
<customer_code_accountancy xsi:type="xsd:string">?</customer_code_accountancy>
|
|
<supplier_code_accountancy xsi:type="xsd:string">?</supplier_code_accountancy>
|
|
<date_creation xsi:type="xsd:dateTime">?</date_creation>
|
|
<date_modification xsi:type="xsd:dateTime">?</date_modification>
|
|
<note xsi:type="xsd:string">?</note>
|
|
<address xsi:type="xsd:string">?</address>
|
|
<zip xsi:type="xsd:string">?</zip>
|
|
<town xsi:type="xsd:string">?</town>
|
|
<province_id xsi:type="xsd:string">?</province_id>
|
|
<country_id xsi:type="xsd:string">?</country_id>
|
|
<country_code xsi:type="xsd:string">?</country_code>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<phone xsi:type="xsd:string">?</phone>
|
|
<fax xsi:type="xsd:string">?</fax>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<url xsi:type="xsd:string">?</url>
|
|
<profid1 xsi:type="xsd:string">?</profid1>
|
|
<profid2 xsi:type="xsd:string">?</profid2>
|
|
<profid3 xsi:type="xsd:string">?</profid3>
|
|
<profid4 xsi:type="xsd:string">?</profid4>
|
|
<profid5 xsi:type="xsd:string">?</profid5>
|
|
<profid6 xsi:type="xsd:string">?</profid6>
|
|
<capital xsi:type="xsd:string">?</capital>
|
|
<vat_used xsi:type="xsd:string">?</vat_used>
|
|
<vat_number xsi:type="xsd:string">?</vat_number>
|
|
</thirdparty>
|
|
</ns:createThirdParty>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#createThirdParty"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#getListOfThirdParties" name="getListOfThirdParties" bindingOperationName="getListOfThirdParties" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostdolibarr/webservices/server_thirdparty.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getListOfThirdParties soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<filterthirdparty xsi:type="ns:filterthirdparty">
|
|
<!--You may enter the following 2 items in any order-->
|
|
<client xsi:type="xsd:string">?</client>
|
|
<supplier xsi:type="xsd:string">?</supplier>
|
|
</filterthirdparty>
|
|
</ns:getListOfThirdParties>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getListOfThirdParties"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#updateThirdParty" name="updateThirdParty" bindingOperationName="updateThirdParty" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostdolibarr/webservices/server_thirdparty.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:updateThirdParty soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<thirdparty xsi:type="ns:thirdparty">
|
|
<!--You may enter the following 35 items in any order-->
|
|
<id xsi:type="xsd:string">?</id>
|
|
<ref xsi:type="xsd:string">?</ref>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
<fk_user_author xsi:type="xsd:string">?</fk_user_author>
|
|
<status xsi:type="xsd:string">?</status>
|
|
<client xsi:type="xsd:string">?</client>
|
|
<supplier xsi:type="xsd:string">?</supplier>
|
|
<customer_code xsi:type="xsd:string">?</customer_code>
|
|
<supplier_code xsi:type="xsd:string">?</supplier_code>
|
|
<customer_code_accountancy xsi:type="xsd:string">?</customer_code_accountancy>
|
|
<supplier_code_accountancy xsi:type="xsd:string">?</supplier_code_accountancy>
|
|
<date_creation xsi:type="xsd:dateTime">?</date_creation>
|
|
<date_modification xsi:type="xsd:dateTime">?</date_modification>
|
|
<note xsi:type="xsd:string">?</note>
|
|
<address xsi:type="xsd:string">?</address>
|
|
<zip xsi:type="xsd:string">?</zip>
|
|
<town xsi:type="xsd:string">?</town>
|
|
<province_id xsi:type="xsd:string">?</province_id>
|
|
<country_id xsi:type="xsd:string">?</country_id>
|
|
<country_code xsi:type="xsd:string">?</country_code>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<phone xsi:type="xsd:string">?</phone>
|
|
<fax xsi:type="xsd:string">?</fax>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<url xsi:type="xsd:string">?</url>
|
|
<profid1 xsi:type="xsd:string">?</profid1>
|
|
<profid2 xsi:type="xsd:string">?</profid2>
|
|
<profid3 xsi:type="xsd:string">?</profid3>
|
|
<profid4 xsi:type="xsd:string">?</profid4>
|
|
<profid5 xsi:type="xsd:string">?</profid5>
|
|
<profid6 xsi:type="xsd:string">?</profid6>
|
|
<capital xsi:type="xsd:string">?</capital>
|
|
<vat_used xsi:type="xsd:string">?</vat_used>
|
|
<vat_number xsi:type="xsd:string">?</vat_number>
|
|
<options_jjjj xsi:type="xsd:string">?</options_jjjj>
|
|
</thirdparty>
|
|
</ns:updateThirdParty>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#updateThirdParty"/></con:call></con:operation></con:interface><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="managerBinding" type="wsdl" bindingName="{http://soapi.ovh.com/manager}managerBinding" soapVersion="1_1" anonymous="optional" definition="https://www.ovh.com/soapi/soapi-re-1.32.wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="https://www.ovh.com/soapi/soapi-re-1.32.wsdl"><con:part><con:url>https://www.ovh.com/soapi/soapi-re-1.32.wsdl</con:url><con:content><![CDATA[<!--SOAPI WSDL, RPC/Encoded style, version 1.32
|
|
|
|
The SOAPI technical specifications are available at this url : http://www.ovh.com/soapi .
|
|
|
|
copyright 1999-2011 OVH-->
|
|
<wsdl:definitions name="manager" targetNamespace="http://soapi.ovh.com/manager" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlns="http://soapi.ovh.com/manager" xmlns:typens="http://soapi.ovh.com/manager" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<wsdl:types>
|
|
<xsd:schema targetNamespace="http://soapi.ovh.com/manager">
|
|
<xsd:complexType name="supportThreadDetailStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="subject" type="xsd:string"/>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="unread" type="xsd:int"/>
|
|
<xsd:element name="closed" type="xsd:int"/>
|
|
<xsd:element name="answered" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="supportThreadMessageDetailStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="unread" type="xsd:int"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="reportReason" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="supportThreadTreeReturn">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="subject" type="xsd:string"/>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="closed" type="xsd:int"/>
|
|
<xsd:element name="reportReason" type="xsd:string"/>
|
|
<xsd:element name="messages" type="typens:MyArrayOfSupportThreadMessageDetailStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="supportMessageDetailReturn">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="thread" type="xsd:int"/>
|
|
<xsd:element name="unreadThread" type="xsd:boolean"/>
|
|
<xsd:element name="fromEmail" type="xsd:string"/>
|
|
<xsd:element name="dateSent" type="xsd:string"/>
|
|
<xsd:element name="subject" type="xsd:string"/>
|
|
<xsd:element name="body" type="xsd:string"/>
|
|
<xsd:element name="reportReason" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="supportCategoryStruct">
|
|
<xsd:all>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="supportDomainStruct">
|
|
<xsd:all>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="supportSendMessageReturn">
|
|
<xsd:all>
|
|
<xsd:element name="threadId" type="xsd:int"/>
|
|
<xsd:element name="messageId" type="xsd:int"/>
|
|
<xsd:element name="dateTime" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfSupportThreadDetailStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:supportThreadDetailStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfSupportCategoryStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:supportCategoryStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfSupportDomainStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:supportDomainStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfSupportThreadMessageDetailStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:supportThreadMessageDetailStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyBillingAccountStruct">
|
|
<xsd:all>
|
|
<xsd:element name="description" type="xsd:string"/>
|
|
<xsd:element name="mobile" type="xsd:string"/>
|
|
<xsd:element name="mobileDestination" type="xsd:string"/>
|
|
<xsd:element name="expirationDate" type="xsd:string"/>
|
|
<xsd:element name="version" type="xsd:string"/>
|
|
<xsd:element name="trusted" type="xsd:boolean"/>
|
|
<xsd:element name="pendingAction" type="typens:telephonyPendingActionStruct"/>
|
|
<xsd:element name="descriptionUser" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyNumberDecodeStruct">
|
|
<xsd:all>
|
|
<xsd:element name="numberDisplay" type="xsd:string"/>
|
|
<xsd:element name="numberInternal" type="xsd:string"/>
|
|
<xsd:element name="numberInternational" type="xsd:string"/>
|
|
<xsd:element name="numberNational" type="xsd:string"/>
|
|
<xsd:element name="countryCode" type="xsd:string"/>
|
|
<xsd:element name="language" type="xsd:string"/>
|
|
<xsd:element name="cirpackNature" type="xsd:string"/>
|
|
<xsd:element name="cirpackNumber" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyPendingActionStruct">
|
|
<xsd:all>
|
|
<xsd:element name="dateTodo" type="xsd:string"/>
|
|
<xsd:element name="offer" type="xsd:string"/>
|
|
<xsd:element name="action" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyBillingAccountInfoChildrenStruct">
|
|
<xsd:all>
|
|
<xsd:element name="number" type="xsd:string"/>
|
|
<xsd:element name="offer" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="expirationDate" type="xsd:string"/>
|
|
<xsd:element name="description" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyBillingAccountInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="offer" type="xsd:string"/>
|
|
<xsd:element name="consumtionTime" type="xsd:string"/>
|
|
<xsd:element name="outPlan" type="xsd:string"/>
|
|
<xsd:element name="facturationDate" type="xsd:string"/>
|
|
<xsd:element name="children" type="typens:MyArrayOfTelephonyBillingAccountInfoChildrenStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyLineAliasPoolStruct">
|
|
<xsd:all>
|
|
<xsd:element name="poolNumber" type="xsd:int"/>
|
|
<xsd:element name="service" type="xsd:string"/>
|
|
<xsd:element name="display" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyLineStruct">
|
|
<xsd:all>
|
|
<xsd:element name="number" type="xsd:string"/>
|
|
<xsd:element name="billingAccount" type="xsd:string"/>
|
|
<xsd:element name="offer" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="service" type="xsd:string"/>
|
|
<xsd:element name="expirationDate" type="xsd:string"/>
|
|
<xsd:element name="description" type="xsd:string"/>
|
|
<xsd:element name="betaGamaOffer" type="xsd:boolean"/>
|
|
<xsd:element name="setOn" type="xsd:string"/>
|
|
<xsd:element name="aliasPool" type="typens:telephonyLineAliasPoolStruct"/>
|
|
<xsd:element name="pendingAction" type="typens:telephonyPendingActionStruct"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyLineListReturn">
|
|
<xsd:all>
|
|
<xsd:element name="link" type="typens:MyArrayOfTelephonyLineStructType"/>
|
|
<xsd:element name="alias" type="typens:MyArrayOfTelephonyLineStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyLineOptionsListReturn">
|
|
<xsd:all>
|
|
<xsd:element name="identificationRestriction" type="xsd:boolean"/>
|
|
<xsd:element name="anonymousCallRejection" type="xsd:boolean"/>
|
|
<xsd:element name="doNotDisturb" type="xsd:boolean"/>
|
|
<xsd:element name="absentSuscriber" type="xsd:boolean"/>
|
|
<xsd:element name="lockOutCall" type="xsd:boolean"/>
|
|
<xsd:element name="lockOutCallPassword" type="xsd:string"/>
|
|
<xsd:element name="forwardUnconditional" type="xsd:boolean"/>
|
|
<xsd:element name="forwardUnconditionalNumber" type="xsd:string"/>
|
|
<xsd:element name="forwardNoReply" type="xsd:boolean"/>
|
|
<xsd:element name="forwardNoReplyDelay" type="xsd:int"/>
|
|
<xsd:element name="forwardNoReplyNumber" type="xsd:string"/>
|
|
<xsd:element name="forwardBusy" type="xsd:boolean"/>
|
|
<xsd:element name="forwardBusyNumber" type="xsd:string"/>
|
|
<xsd:element name="forwardBackup" type="xsd:boolean"/>
|
|
<xsd:element name="forwardBackupNumber" type="xsd:string"/>
|
|
<xsd:element name="callWaiting" type="xsd:boolean"/>
|
|
<xsd:element name="displayCallNumber" type="xsd:string"/>
|
|
<xsd:element name="forwardUnconditionalNature" type="xsd:string"/>
|
|
<xsd:element name="forwardNoReplyNature" type="xsd:string"/>
|
|
<xsd:element name="forwardBusyNature" type="xsd:string"/>
|
|
<xsd:element name="forwardBackupNature" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyLineSwitchOldOfferStruct">
|
|
<xsd:all>
|
|
<xsd:element name="number" type="xsd:string"/>
|
|
<xsd:element name="offers" type="typens:MyArrayOfTelephonyLineSwitchPossibilityPriceStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyLineSwitchPossibilityPriceStruct">
|
|
<xsd:all>
|
|
<xsd:element name="offer" type="xsd:string"/>
|
|
<xsd:element name="price" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="orderFollowingUpStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:string"/>
|
|
<xsd:element name="urlId" type="xsd:string"/>
|
|
<xsd:element name="procedure" type="xsd:string"/>
|
|
<xsd:element name="install" type="xsd:string"/>
|
|
<xsd:element name="shipping" type="xsd:string"/>
|
|
<xsd:element name="cloture" type="xsd:string"/>
|
|
<xsd:element name="avancement" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyOfferInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="number" type="xsd:string"/>
|
|
<xsd:element name="description" type="xsd:string"/>
|
|
<xsd:element name="offer" type="xsd:string"/>
|
|
<xsd:element name="countryCode" type="xsd:string"/>
|
|
<xsd:element name="nextBillingDate" type="xsd:string"/>
|
|
<xsd:element name="simultaneousLines" type="xsd:int"/>
|
|
<xsd:element name="hardware" type="typens:telephonyOfferInfoHardwareStruct"/>
|
|
<xsd:element name="sipAccount" type="typens:telephonyOfferInfoSipAccountStruct"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyOfferInfoSipAccountStruct">
|
|
<xsd:all>
|
|
<xsd:element name="username" type="xsd:string"/>
|
|
<xsd:element name="extension" type="xsd:string"/>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="lastLogin" type="xsd:string"/>
|
|
<xsd:element name="localAdress" type="xsd:string"/>
|
|
<xsd:element name="publicAdress" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyOfferInfoHardwareStruct">
|
|
<xsd:all>
|
|
<xsd:element name="brand" type="xsd:string"/>
|
|
<xsd:element name="model" type="xsd:string"/>
|
|
<xsd:element name="protocol" type="xsd:string"/>
|
|
<xsd:element name="mac" type="xsd:string"/>
|
|
<xsd:element name="ip" type="xsd:string"/>
|
|
<xsd:element name="engage" type="xsd:boolean"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="port" type="xsd:int"/>
|
|
<xsd:element name="outOfService" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyDisplayNumberTestingGetNextNumberReturn">
|
|
<xsd:all>
|
|
<xsd:element name="number" type="xsd:string"/>
|
|
<xsd:element name="id" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonySpecialNumberCustomListReturn">
|
|
<xsd:all>
|
|
<xsd:element name="easyNumbers" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="staticAttributionRange" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="proposedNumbers" type="typens:MyArrayOfStringType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyListReversableCallsFromNumberReturn">
|
|
<xsd:all>
|
|
<xsd:element name="totalRecords" type="xsd:int"/>
|
|
<xsd:element name="list" type="typens:MyArrayOfTelephonyReversmentsDetailsStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyReversmentsDetailsStruct">
|
|
<xsd:all>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="connectionDuration" type="xsd:string"/>
|
|
<xsd:element name="callingNumber" type="xsd:string"/>
|
|
<xsd:element name="priceReversed" type="xsd:string"/>
|
|
<xsd:element name="operatorCode" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyReversmentsSummationStruct">
|
|
<xsd:all>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="seconds" type="xsd:string"/>
|
|
<xsd:element name="priceReversed" type="xsd:string"/>
|
|
<xsd:element name="calls" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyReversmentsSummationNumbersStruct">
|
|
<xsd:all>
|
|
<xsd:element name="number" type="xsd:string"/>
|
|
<xsd:element name="list" type="typens:MyArrayOfTelephonyReversmentsSummationStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyCallStruct">
|
|
<xsd:all>
|
|
<xsd:element name="idkey" type="xsd:string"/>
|
|
<xsd:element name="number" type="xsd:string"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="duration" type="xsd:string"/>
|
|
<xsd:element name="destination" type="xsd:string"/>
|
|
<xsd:element name="priceWithoutVAT" type="xsd:float"/>
|
|
<xsd:element name="nature" type="xsd:string"/>
|
|
<xsd:element name="overLimit" type="xsd:boolean"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="callingNumber" type="xsd:string"/>
|
|
<xsd:element name="presentation" type="xsd:string"/>
|
|
<xsd:element name="designation" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyCallsSummaryDetailsStruct">
|
|
<xsd:all>
|
|
<xsd:element name="count" type="xsd:int"/>
|
|
<xsd:element name="duration" type="xsd:string"/>
|
|
<xsd:element name="priceWithoutVAT" type="xsd:float"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyFaxSummaryDetailsStruct">
|
|
<xsd:all>
|
|
<xsd:element name="count" type="xsd:int"/>
|
|
<xsd:element name="pages" type="xsd:int"/>
|
|
<xsd:element name="priceWithoutVAT" type="xsd:float"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyCallsSummaryStruct">
|
|
<xsd:all>
|
|
<xsd:element name="pricePlan" type="typens:telephonyCallsSummaryDetailsStruct"/>
|
|
<xsd:element name="outPlan" type="typens:telephonyCallsSummaryDetailsStruct"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyFaxSummaryStruct">
|
|
<xsd:all>
|
|
<xsd:element name="low" type="typens:telephonyFaxSummaryDetailsStruct"/>
|
|
<xsd:element name="high" type="typens:telephonyFaxSummaryDetailsStruct"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyBillingAccountSummaryLineStruct">
|
|
<xsd:all>
|
|
<xsd:element name="line" type="xsd:string"/>
|
|
<xsd:element name="phoneNumber" type="xsd:string"/>
|
|
<xsd:element name="fixe" type="typens:telephonyCallsSummaryStruct"/>
|
|
<xsd:element name="special" type="typens:telephonyCallsSummaryStruct"/>
|
|
<xsd:element name="mobile" type="typens:telephonyCallsSummaryStruct"/>
|
|
<xsd:element name="fax" type="typens:telephonyFaxSummaryStruct"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyBillingAccountSummaryBillingAccountStruct">
|
|
<xsd:all>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="betaGammaOffer" type="xsd:boolean"/>
|
|
<xsd:element name="mobile" type="typens:telephonyCallsSummaryStruct"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyBillingAccountSummaryReturn">
|
|
<xsd:all>
|
|
<xsd:element name="billingAccount" type="typens:telephonyBillingAccountSummaryBillingAccountStruct"/>
|
|
<xsd:element name="lines" type="typens:MyArrayOfTelephonyBillingAccountSummaryLineStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyCallListReturn">
|
|
<xsd:all>
|
|
<xsd:element name="fromDate" type="xsd:string"/>
|
|
<xsd:element name="toDate" type="xsd:string"/>
|
|
<xsd:element name="list" type="typens:MyArrayOfTelephonyCallStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyBillStruct">
|
|
<xsd:all>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="price" type="xsd:float"/>
|
|
<xsd:element name="orderId" type="xsd:int"/>
|
|
<xsd:element name="orderPaid" type="xsd:boolean"/>
|
|
<xsd:element name="orderUrl" type="xsd:string"/>
|
|
<xsd:element name="billUrl" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyBillDetailsReturn">
|
|
<xsd:all>
|
|
<xsd:element name="fromDate" type="xsd:string"/>
|
|
<xsd:element name="toDate" type="xsd:string"/>
|
|
<xsd:element name="list" type="typens:MyArrayOfTelephonyCallStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyVoicemailOptionsListReturn">
|
|
<xsd:all>
|
|
<xsd:element name="redirection1" type="xsd:string"/>
|
|
<xsd:element name="redirection1Email" type="xsd:string"/>
|
|
<xsd:element name="redirection2" type="xsd:string"/>
|
|
<xsd:element name="redirection2Email" type="xsd:string"/>
|
|
<xsd:element name="redirection3" type="xsd:string"/>
|
|
<xsd:element name="redirection3Email" type="xsd:string"/>
|
|
<xsd:element name="redirection4" type="xsd:string"/>
|
|
<xsd:element name="redirection4Email" type="xsd:string"/>
|
|
<xsd:element name="redirection5" type="xsd:string"/>
|
|
<xsd:element name="redirection5Email" type="xsd:string"/>
|
|
<xsd:element name="annouceMessage" type="xsd:string"/>
|
|
<xsd:element name="keepMessage" type="xsd:boolean"/>
|
|
<xsd:element name="audioformat" type="xsd:string"/>
|
|
<xsd:element name="fromEmail" type="xsd:string"/>
|
|
<xsd:element name="fromName" type="xsd:string"/>
|
|
<xsd:element name="forcePassword" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyVoicemailMessagesStatusReturn">
|
|
<xsd:all>
|
|
<xsd:element name="unavailable" type="xsd:boolean"/>
|
|
<xsd:element name="busy" type="xsd:boolean"/>
|
|
<xsd:element name="temp" type="xsd:boolean"/>
|
|
<xsd:element name="greet" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyVoicemailMailboxStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="callerid" type="xsd:string"/>
|
|
<xsd:element name="origdate" type="xsd:string"/>
|
|
<xsd:element name="origtime" type="xsd:string"/>
|
|
<xsd:element name="origmailbox" type="xsd:string"/>
|
|
<xsd:element name="duration" type="xsd:int"/>
|
|
<xsd:element name="folder" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyVoicemailMailboxDownloadReturn">
|
|
<xsd:all>
|
|
<xsd:element name="fileName" type="xsd:string"/>
|
|
<xsd:element name="fileData" type="xsd:string"/>
|
|
<xsd:element name="md5sum" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyPhonebookStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="mode" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyPhonebookGroupStruct">
|
|
<xsd:all>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="count" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyPhonebookContactStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="surname" type="xsd:string"/>
|
|
<xsd:element name="workPhone" type="xsd:string"/>
|
|
<xsd:element name="workMobile" type="xsd:string"/>
|
|
<xsd:element name="homePhone" type="xsd:string"/>
|
|
<xsd:element name="homeMobile" type="xsd:string"/>
|
|
<xsd:element name="group" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyPhonebookSharePeerStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="number" type="xsd:string"/>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="mode" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonySecurityDepositCreditReturn">
|
|
<xsd:all>
|
|
<xsd:element name="orderId" type="xsd:int"/>
|
|
<xsd:element name="orderPassword" type="xsd:string"/>
|
|
<xsd:element name="orderUrl" type="xsd:string"/>
|
|
<xsd:element name="totalPrice" type="xsd:float"/>
|
|
<xsd:element name="vat" type="xsd:float"/>
|
|
<xsd:element name="totalPriceWithVat" type="xsd:float"/>
|
|
<xsd:element name="ribBankCode" type="xsd:string"/>
|
|
<xsd:element name="ribAgencyCode" type="xsd:string"/>
|
|
<xsd:element name="ribAccountNumber" type="xsd:string"/>
|
|
<xsd:element name="ribKey" type="xsd:string"/>
|
|
<xsd:element name="iban" type="xsd:string"/>
|
|
<xsd:element name="bic" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyConferenceStruct">
|
|
<xsd:all>
|
|
<xsd:element name="room" type="xsd:string"/>
|
|
<xsd:element name="countryCode" type="xsd:string"/>
|
|
<xsd:element name="callNumber" type="xsd:string"/>
|
|
<xsd:element name="language" type="xsd:string"/>
|
|
<xsd:element name="customAnnounce" type="xsd:boolean"/>
|
|
<xsd:element name="recordAnnounce" type="xsd:boolean"/>
|
|
<xsd:element name="mailReport" type="xsd:boolean"/>
|
|
<xsd:element name="customMailReportAddress" type="xsd:string"/>
|
|
<xsd:element name="askName" type="xsd:boolean"/>
|
|
<xsd:element name="tellMemberCount" type="xsd:boolean"/>
|
|
<xsd:element name="moderatorCountryCode" type="xsd:string"/>
|
|
<xsd:element name="moderatorCallNumber" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="dtmfmenu" type="xsd:boolean"/>
|
|
<xsd:element name="announce_rcv" type="xsd:boolean"/>
|
|
<xsd:element name="announce_snd" type="xsd:boolean"/>
|
|
<xsd:element name="recordConf" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyConferenceAnnouncesStatusReturn">
|
|
<xsd:all>
|
|
<xsd:element name="custom" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonySmsCsvSlotStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:string"/>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="records" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonySmsUserQuotaStruct">
|
|
<xsd:all>
|
|
<xsd:element name="quotaLeft" type="xsd:string"/>
|
|
<xsd:element name="quotaStatus" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyNotificationSmsUserStruct">
|
|
<xsd:all>
|
|
<xsd:element name="support" type="xsd:string"/>
|
|
<xsd:element name="alertThreshold" type="xsd:string"/>
|
|
<xsd:element name="alertNumber" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonySmsUserStruct">
|
|
<xsd:all>
|
|
<xsd:element name="login" type="xsd:string"/>
|
|
<xsd:element name="quota" type="xsd:string"/>
|
|
<xsd:element name="quotaStatus" type="xsd:string"/>
|
|
<xsd:element name="alertThreshold" type="xsd:string"/>
|
|
<xsd:element name="support" type="xsd:string"/>
|
|
<xsd:element name="alertNumber" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonySmsCreditInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="waiting" type="xsd:int"/>
|
|
<xsd:element name="left" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonySmsHistoryStruct">
|
|
<xsd:all>
|
|
<xsd:element name="smsId" type="xsd:int"/>
|
|
<xsd:element name="numberFrom" type="xsd:string"/>
|
|
<xsd:element name="numberTo" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="message" type="xsd:string"/>
|
|
<xsd:element name="text" type="xsd:string"/>
|
|
<xsd:element name="user" type="xsd:string"/>
|
|
<xsd:element name="tag" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonySmsSenderStruct">
|
|
<xsd:all>
|
|
<xsd:element name="number" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="description" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyAbbreviatedNumberStruct">
|
|
<xsd:all>
|
|
<xsd:element name="abbreviatedNumber" type="xsd:string"/>
|
|
<xsd:element name="relatedNumber" type="xsd:string"/>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="surname" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyDirectoryPJHeadingStruct">
|
|
<xsd:all>
|
|
<xsd:element name="codePJ" type="xsd:string"/>
|
|
<xsd:element name="labelPJ" type="xsd:string"/>
|
|
<xsd:element name="isAssociatedWithAPE" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyDirectoryWayTypeStruct">
|
|
<xsd:all>
|
|
<xsd:element name="abbreviatedName" type="xsd:string"/>
|
|
<xsd:element name="wayName" type="xsd:string"/>
|
|
<xsd:element name="tag" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyDirectoryInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="number" type="xsd:string"/>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="firstName" type="xsd:string"/>
|
|
<xsd:element name="wayNumber" type="xsd:string"/>
|
|
<xsd:element name="wayType" type="xsd:string"/>
|
|
<xsd:element name="wayTypeDescription" type="xsd:string"/>
|
|
<xsd:element name="wayNumberExtra" type="xsd:string"/>
|
|
<xsd:element name="wayName" type="xsd:string"/>
|
|
<xsd:element name="addressExtra" type="xsd:string"/>
|
|
<xsd:element name="urbanDistrict" type="xsd:string"/>
|
|
<xsd:element name="postBox" type="xsd:string"/>
|
|
<xsd:element name="cedex" type="xsd:string"/>
|
|
<xsd:element name="postCode" type="xsd:string"/>
|
|
<xsd:element name="city" type="xsd:string"/>
|
|
<xsd:element name="country" type="xsd:string"/>
|
|
<xsd:element name="email" type="xsd:string"/>
|
|
<xsd:element name="legalForm" type="xsd:string"/>
|
|
<xsd:element name="occupation" type="xsd:string"/>
|
|
<xsd:element name="socialNomination" type="xsd:string"/>
|
|
<xsd:element name="PJSocialNomination" type="xsd:string"/>
|
|
<xsd:element name="socialNominationExtra" type="xsd:string"/>
|
|
<xsd:element name="lineDescription" type="xsd:string"/>
|
|
<xsd:element name="siret" type="xsd:string"/>
|
|
<xsd:element name="ape" type="xsd:string"/>
|
|
<xsd:element name="displayFirstName" type="xsd:string"/>
|
|
<xsd:element name="displayOnlyCity" type="xsd:string"/>
|
|
<xsd:element name="displayUniversalDirectory" type="xsd:string"/>
|
|
<xsd:element name="displayMarketingDirectory" type="xsd:string"/>
|
|
<xsd:element name="displaySearchReverse" type="xsd:string"/>
|
|
<xsd:element name="receivePJDirectory" type="xsd:string"/>
|
|
<xsd:element name="inseeCode" type="xsd:string"/>
|
|
<xsd:element name="codePJ" type="xsd:string"/>
|
|
<xsd:element name="labelPJ" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyFunctionKeyStruct">
|
|
<xsd:all>
|
|
<xsd:element name="keyNum" type="xsd:int"/>
|
|
<xsd:element name="function" type="xsd:string"/>
|
|
<xsd:element name="relatedNumber" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyFaxOptionsListReturn">
|
|
<xsd:all>
|
|
<xsd:element name="callNumber" type="xsd:string"/>
|
|
<xsd:element name="countryCode" type="xsd:string"/>
|
|
<xsd:element name="fromName" type="xsd:string"/>
|
|
<xsd:element name="fromEmail" type="xsd:string"/>
|
|
<xsd:element name="faxQuality" type="xsd:string"/>
|
|
<xsd:element name="faxTagLine" type="xsd:string"/>
|
|
<xsd:element name="faxMaxCall" type="xsd:int"/>
|
|
<xsd:element name="receivId" type="xsd:string"/>
|
|
<xsd:element name="senderId" type="xsd:string"/>
|
|
<xsd:element name="redirection1Email" type="xsd:string"/>
|
|
<xsd:element name="redirection2Email" type="xsd:string"/>
|
|
<xsd:element name="redirection3Email" type="xsd:string"/>
|
|
<xsd:element name="redirection4Email" type="xsd:string"/>
|
|
<xsd:element name="redirection5Email" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyFaxHistoryStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="relatedNumber" type="xsd:string"/>
|
|
<xsd:element name="jobid" type="xsd:int"/>
|
|
<xsd:element name="jobtag" type="xsd:string"/>
|
|
<xsd:element name="sender" type="xsd:string"/>
|
|
<xsd:element name="pages" type="xsd:int"/>
|
|
<xsd:element name="quality" type="xsd:string"/>
|
|
<xsd:element name="callTime" type="xsd:string"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="state" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyFaxCampaignDetailsStruct">
|
|
<xsd:all>
|
|
<xsd:element name="campaignName" type="xsd:string"/>
|
|
<xsd:element name="campaignStatus" type="xsd:string"/>
|
|
<xsd:element name="dateStart" type="xsd:string"/>
|
|
<xsd:element name="dateEnd" type="xsd:string"/>
|
|
<xsd:element name="total" type="xsd:int"/>
|
|
<xsd:element name="todo" type="xsd:int"/>
|
|
<xsd:element name="success" type="xsd:int"/>
|
|
<xsd:element name="failed" type="xsd:int"/>
|
|
<xsd:element name="reference" type="xsd:string"/>
|
|
<xsd:element name="recipients" type="typens:MyArrayOfTelephonyRecipientStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyRecipientStruct">
|
|
<xsd:all>
|
|
<xsd:element name="recipient" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyFaxCampaignListReturn">
|
|
<xsd:all>
|
|
<xsd:element name="totalRecords" type="xsd:int"/>
|
|
<xsd:element name="list" type="typens:MyArrayOfTelephonyFaxCampaignStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyFaxCampaignStruct">
|
|
<xsd:all>
|
|
<xsd:element name="campaignName" type="xsd:string"/>
|
|
<xsd:element name="campaignStatus" type="xsd:string"/>
|
|
<xsd:element name="dateStart" type="xsd:string"/>
|
|
<xsd:element name="dateEnd" type="xsd:string"/>
|
|
<xsd:element name="total" type="xsd:int"/>
|
|
<xsd:element name="success" type="xsd:int"/>
|
|
<xsd:element name="failed" type="xsd:int"/>
|
|
<xsd:element name="reference" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyPortabilityStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="number" type="xsd:string"/>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="planDate" type="xsd:string"/>
|
|
<xsd:element name="billingAccount" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="operator" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="reason" type="xsd:string"/>
|
|
<xsd:element name="askingCustomer" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="extraNumbers" type="typens:MyArrayOfStringType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyNumberOrderReturn">
|
|
<xsd:all>
|
|
<xsd:element name="orderId" type="xsd:int"/>
|
|
<xsd:element name="orderPassword" type="xsd:string"/>
|
|
<xsd:element name="orderUrl" type="xsd:string"/>
|
|
<xsd:element name="totalPrice" type="xsd:float"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyNumberZoneAndPrefixStruct">
|
|
<xsd:all>
|
|
<xsd:element name="zone" type="xsd:string"/>
|
|
<xsd:element name="prefix" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyNumberCityForZoneStruct">
|
|
<xsd:all>
|
|
<xsd:element name="city" type="xsd:string"/>
|
|
<xsd:element name="postalCode" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyTonesOptionsListReturn">
|
|
<xsd:all>
|
|
<xsd:element name="toneRingback" type="xsd:boolean"/>
|
|
<xsd:element name="toneOnHold" type="xsd:boolean"/>
|
|
<xsd:element name="toneOnClosure" type="xsd:boolean"/>
|
|
<xsd:element name="toneOnCallWaiting" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyToneStatusReturn">
|
|
<xsd:all>
|
|
<xsd:element name="ringback" type="xsd:boolean"/>
|
|
<xsd:element name="onhold" type="xsd:boolean"/>
|
|
<xsd:element name="onclosure" type="xsd:boolean"/>
|
|
<xsd:element name="callwaiting" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyDdiInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="number" type="xsd:string"/>
|
|
<xsd:element name="country" type="xsd:string"/>
|
|
<xsd:element name="noReplyTimer" type="xsd:int"/>
|
|
<xsd:element name="logged" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyRedirectInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="number" type="xsd:string"/>
|
|
<xsd:element name="country" type="xsd:string"/>
|
|
<xsd:element name="noReplyTimer" type="xsd:int"/>
|
|
<xsd:element name="logged" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyHuntingInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="members" type="typens:MyArrayOfTelephonyHuntingInfoMemberStructType"/>
|
|
<xsd:element name="strategy" type="xsd:string"/>
|
|
<xsd:element name="pattern" type="xsd:string"/>
|
|
<xsd:element name="onHoldTimer" type="xsd:int"/>
|
|
<xsd:element name="queueSize" type="xsd:int"/>
|
|
<xsd:element name="numberOfCalls" type="xsd:int"/>
|
|
<xsd:element name="noReplyTimer" type="xsd:int"/>
|
|
<xsd:element name="mainVoicemail" type="xsd:string"/>
|
|
<xsd:element name="toneOnHold" type="xsd:boolean"/>
|
|
<xsd:element name="toneRingback" type="xsd:boolean"/>
|
|
<xsd:element name="toneOnClosure" type="xsd:boolean"/>
|
|
<xsd:element name="anonymousCallRejection" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyHuntingInfoMemberStruct">
|
|
<xsd:all>
|
|
<xsd:element name="number" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="logged" type="xsd:boolean"/>
|
|
<xsd:element name="noReplyTimer" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyScreenStruct">
|
|
<xsd:all>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="numberScreen" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyScreenBlackWhiteChoiceReturn">
|
|
<xsd:all>
|
|
<xsd:element name="incomingScreenlist" type="xsd:string"/>
|
|
<xsd:element name="outgoingScreenlist" type="xsd:string"/>
|
|
<xsd:element name="outgoingCodeUnlock" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyHuntingGenericScreenStruct">
|
|
<xsd:all>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="timeEnd" type="xsd:string"/>
|
|
<xsd:element name="timeStart" type="xsd:string"/>
|
|
<xsd:element name="dayType" type="xsd:string"/>
|
|
<xsd:element name="forwardPolicyIndex" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyHuntingGenericScreenOptionsStruct">
|
|
<xsd:all>
|
|
<xsd:element name="callForward" type="xsd:string"/>
|
|
<xsd:element name="voicemail" type="xsd:string"/>
|
|
<xsd:element name="index" type="xsd:string"/>
|
|
<xsd:element name="timeout" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyPlugAndPhoneInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="brand" type="xsd:string"/>
|
|
<xsd:element name="protocol" type="xsd:string"/>
|
|
<xsd:element name="mac" type="xsd:string"/>
|
|
<xsd:element name="gfKeyCount" type="xsd:int"/>
|
|
<xsd:element name="pbLevel" type="xsd:int"/>
|
|
<xsd:element name="skin" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyAliasToLinePossibilityPriceStruct">
|
|
<xsd:all>
|
|
<xsd:element name="offer" type="xsd:string"/>
|
|
<xsd:element name="price" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyLineLogsListStruct">
|
|
<xsd:all>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="msg" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyLineLogsStruct">
|
|
<xsd:all>
|
|
<xsd:element name="number" type="xsd:string"/>
|
|
<xsd:element name="list" type="typens:MyArrayOfTelephonyLineLogsListStructType"/>
|
|
<xsd:element name="totalRecords" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyLineLogsNotificationOptionsReturn">
|
|
<xsd:all>
|
|
<xsd:element name="frequency" type="xsd:string"/>
|
|
<xsd:element name="sendIfNull" type="xsd:boolean"/>
|
|
<xsd:element name="email" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonyFreefaxToVoicefaxCheckStruct">
|
|
<xsd:all>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="number" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="telephonySipDomainStruct">
|
|
<xsd:all>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="country" type="xsd:string"/>
|
|
<xsd:element name="list" type="typens:MyArrayOfStringType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyBillingAccountStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyBillingAccountStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfStringType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyLineSwitchPossibilityPriceStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyLineSwitchPossibilityPriceStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyLineSwitchOldOfferStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyLineSwitchOldOfferStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfOrderFollowingUpStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:orderFollowingUpStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyReversmentsSummationStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyReversmentsSummationStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyReversmentsSummationNumbersStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyReversmentsSummationNumbersStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyBillStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyBillStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyVoicemailMailboxStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyVoicemailMailboxStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyPhonebookStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyPhonebookStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyPhonebookGroupStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyPhonebookGroupStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyPhonebookContactStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyPhonebookContactStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyPhonebookSharePeerStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyPhonebookSharePeerStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyConferenceStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyConferenceStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonySmsCsvSlotStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySmsCsvSlotStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfIntType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:int[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonySmsHistoryStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySmsHistoryStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonySmsSenderStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySmsSenderStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyAbbreviatedNumberStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyAbbreviatedNumberStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyDirectoryPJHeadingStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyDirectoryPJHeadingStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyDirectoryWayTypeStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyDirectoryWayTypeStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyFunctionKeyStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyFunctionKeyStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyFaxHistoryStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyFaxHistoryStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyPortabilityStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyPortabilityStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyScreenStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyScreenStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyHuntingGenericScreenStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyHuntingGenericScreenStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyHuntingGenericScreenOptionsStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyHuntingGenericScreenOptionsStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfBooleanType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:boolean[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyNumberZoneAndPrefixStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyNumberZoneAndPrefixStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyNumberCityForZoneStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyNumberCityForZoneStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyAliasToLinePossibilityPriceStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyAliasToLinePossibilityPriceStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyLineLogsStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyLineLogsStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyFreefaxToVoicefaxCheckStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyFreefaxToVoicefaxCheckStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonySipDomainStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonySipDomainStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyBillingAccountInfoChildrenStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyBillingAccountInfoChildrenStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyLineStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyLineStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyReversmentsDetailsStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyReversmentsDetailsStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyBillingAccountSummaryLineStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyBillingAccountSummaryLineStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyCallStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyCallStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyRecipientStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyRecipientStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyFaxCampaignStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyFaxCampaignStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyHuntingInfoMemberStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyHuntingInfoMemberStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTelephonyLineLogsListStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:telephonyLineLogsListStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="nicInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="nic" type="xsd:string"/>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="firstname" type="xsd:string"/>
|
|
<xsd:element name="email" type="xsd:string"/>
|
|
<xsd:element name="spareEmail" type="xsd:string"/>
|
|
<xsd:element name="phone" type="xsd:string"/>
|
|
<xsd:element name="fax" type="xsd:string"/>
|
|
<xsd:element name="address" type="xsd:string"/>
|
|
<xsd:element name="city" type="xsd:string"/>
|
|
<xsd:element name="area" type="xsd:string"/>
|
|
<xsd:element name="zip" type="xsd:string"/>
|
|
<xsd:element name="country" type="xsd:string"/>
|
|
<xsd:element name="language" type="xsd:string"/>
|
|
<xsd:element name="legalform" type="xsd:string"/>
|
|
<xsd:element name="organisation" type="xsd:string"/>
|
|
<xsd:element name="legalName" type="xsd:string"/>
|
|
<xsd:element name="legalNumber" type="xsd:string"/>
|
|
<xsd:element name="vat" type="xsd:string"/>
|
|
<xsd:element name="isOwner" type="xsd:boolean"/>
|
|
<xsd:element name="billingCountry" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="nicPublicInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="nic" type="xsd:string"/>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="firstname" type="xsd:string"/>
|
|
<xsd:element name="organisation" type="xsd:string"/>
|
|
<xsd:element name="city" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rpsGetIoStatsReturn">
|
|
<xsd:all>
|
|
<xsd:element name="average" type="typens:rpsGetIOStatsDetailStruct"/>
|
|
<xsd:element name="current" type="typens:rpsGetIOStatsDetailStruct"/>
|
|
<xsd:element name="max" type="typens:rpsGetIOStatsDetailStruct"/>
|
|
<xsd:element name="image" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rpsGetIOStatsDetailStruct">
|
|
<xsd:all>
|
|
<xsd:element name="serviceTime" type="typens:rpsGetIOStatsDetailRawStruct"/>
|
|
<xsd:element name="IoRequests" type="typens:rpsGetIOStatsDetailIoRequestsStruct"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rpsGetIOStatsDetailIoRequestsStruct">
|
|
<xsd:all>
|
|
<xsd:element name="read" type="typens:rpsGetIOStatsDetailRawStruct"/>
|
|
<xsd:element name="write" type="typens:rpsGetIOStatsDetailRawStruct"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rpsGetIOStatsDetailRawStruct">
|
|
<xsd:all>
|
|
<xsd:element name="raw" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rpsMigrationStatusReturn">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="progressStatus" type="xsd:int"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="logicalRpsName" type="xsd:string"/>
|
|
<xsd:element name="physicalRpsTo" type="xsd:string"/>
|
|
<xsd:element name="todoDate" type="xsd:string"/>
|
|
<xsd:element name="doingDate" type="xsd:string"/>
|
|
<xsd:element name="doneDate" type="xsd:string"/>
|
|
<xsd:element name="errorMessage" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rpsMigrationGetProgressStatusReturn">
|
|
<xsd:all>
|
|
<xsd:element name="step1" type="typens:rpsMigrationGetProgressStatusStepStruct"/>
|
|
<xsd:element name="step2" type="typens:rpsMigrationGetProgressStatusStepStruct"/>
|
|
<xsd:element name="step3" type="typens:rpsMigrationGetProgressStatusStepStruct"/>
|
|
<xsd:element name="step4" type="typens:rpsMigrationGetProgressStatusStepStruct"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rpsMigrationGetProgressStatusStepStruct">
|
|
<xsd:all>
|
|
<xsd:element name="comment" type="xsd:string"/>
|
|
<xsd:element name="time" type="xsd:int"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="error" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="managedServicesPartitionStruct">
|
|
<xsd:all>
|
|
<xsd:element name="idZfs" type="xsd:string"/>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="size" type="xsd:string"/>
|
|
<xsd:element name="used" type="xsd:string"/>
|
|
<xsd:element name="state" type="xsd:string"/>
|
|
<xsd:element name="accessList" type="typens:MyArrayOfManagedServicesAclStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="managedServicesAclStruct">
|
|
<xsd:all>
|
|
<xsd:element name="ip" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="host" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfManagedServicesPartitionStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:managedServicesPartitionStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfManagedServicesAclStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:managedServicesAclStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="orderStruct">
|
|
<xsd:all>
|
|
<xsd:element name="orderId" type="xsd:int"/>
|
|
<xsd:element name="orderPassword" type="xsd:string"/>
|
|
<xsd:element name="orderUrl" type="xsd:string"/>
|
|
<xsd:element name="isPaid" type="xsd:boolean"/>
|
|
<xsd:element name="paymentStatus" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedNetworkInterfaceStruct">
|
|
<xsd:all>
|
|
<xsd:element name="reverse" type="xsd:string"/>
|
|
<xsd:element name="ip" type="xsd:string"/>
|
|
<xsd:element name="ipv6" type="xsd:string"/>
|
|
<xsd:element name="mac" type="xsd:string"/>
|
|
<xsd:element name="switch" type="xsd:string"/>
|
|
<xsd:element name="icmp_drop" type="xsd:boolean"/>
|
|
<xsd:element name="failover" type="xsd:boolean"/>
|
|
<xsd:element name="routedTo" type="xsd:string"/>
|
|
<xsd:element name="ssl" type="xsd:boolean"/>
|
|
<xsd:element name="country" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedNetworkTrafficDetailsStruct">
|
|
<xsd:all>
|
|
<xsd:element name="in" type="xsd:string"/>
|
|
<xsd:element name="out" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedNetworkTrafficStruct">
|
|
<xsd:all>
|
|
<xsd:element name="lastUpdate" type="xsd:string"/>
|
|
<xsd:element name="currentQuota" type="typens:dedicatedNetworkTrafficDetailsStruct"/>
|
|
<xsd:element name="monthlyTraffic" type="typens:dedicatedNetworkTrafficDetailsStruct"/>
|
|
<xsd:element name="nextTrafficReset" type="xsd:string"/>
|
|
<xsd:element name="monthlyQuota" type="xsd:string"/>
|
|
<xsd:element name="nextQuotaReset" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedNetworkStruct">
|
|
<xsd:all>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="priority" type="xsd:string"/>
|
|
<xsd:element name="connexion" type="xsd:string"/>
|
|
<xsd:element name="bandwidth" type="xsd:int"/>
|
|
<xsd:element name="bandwidthOvhToOvh" type="xsd:int"/>
|
|
<xsd:element name="bandwidthOvhToInternet" type="xsd:int"/>
|
|
<xsd:element name="bandwidthInternetToOvh" type="xsd:int"/>
|
|
<xsd:element name="over" type="xsd:boolean"/>
|
|
<xsd:element name="interfaces" type="typens:MyArrayOfDedicatedNetworkInterfaceStructType"/>
|
|
<xsd:element name="traffic" type="typens:dedicatedNetworkTrafficStruct"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedCapabilityStruct">
|
|
<xsd:all>
|
|
<xsd:element name="backupFtp" type="xsd:int"/>
|
|
<xsd:element name="backupFtpServer" type="xsd:string"/>
|
|
<xsd:element name="allocationBlockIp" type="xsd:int"/>
|
|
<xsd:element name="additionalIp" type="xsd:int"/>
|
|
<xsd:element name="rootDevice" type="xsd:string"/>
|
|
<xsd:element name="diskSize" type="xsd:int"/>
|
|
<xsd:element name="tuning" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedFreedomStruct">
|
|
<xsd:all>
|
|
<xsd:element name="remaining" type="xsd:int"/>
|
|
<xsd:element name="assigned" type="xsd:int"/>
|
|
<xsd:element name="total" type="xsd:int"/>
|
|
<xsd:element name="preset" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="hostname" type="xsd:string"/>
|
|
<xsd:element name="datacenter" type="xsd:string"/>
|
|
<xsd:element name="os" type="xsd:string"/>
|
|
<xsd:element name="isKimSufi" type="xsd:boolean"/>
|
|
<xsd:element name="isRPS" type="xsd:boolean"/>
|
|
<xsd:element name="isHG" type="xsd:boolean"/>
|
|
<xsd:element name="num" type="xsd:int"/>
|
|
<xsd:element name="rack" type="xsd:string"/>
|
|
<xsd:element name="countryBilling" type="xsd:string"/>
|
|
<xsd:element name="network" type="typens:dedicatedNetworkStruct"/>
|
|
<xsd:element name="capability" type="typens:dedicatedCapabilityStruct"/>
|
|
<xsd:element name="freeDom" type="typens:dedicatedFreedomStruct"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedNetbootStruct">
|
|
<xsd:all>
|
|
<xsd:element name="kernel" type="xsd:string"/>
|
|
<xsd:element name="cpufamily" type="xsd:string"/>
|
|
<xsd:element name="root" type="xsd:string"/>
|
|
<xsd:element name="smp" type="xsd:boolean"/>
|
|
<xsd:element name="ipv6" type="xsd:boolean"/>
|
|
<xsd:element name="grsec" type="xsd:boolean"/>
|
|
<xsd:element name="hz" type="xsd:string"/>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="state" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedReverseStruct">
|
|
<xsd:all>
|
|
<xsd:element name="reverse" type="xsd:string"/>
|
|
<xsd:element name="ip" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="secondaryDNSStruct">
|
|
<xsd:all>
|
|
<xsd:element name="zone" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="nameserver" type="xsd:string"/>
|
|
<xsd:element name="state" type="xsd:string"/>
|
|
<xsd:element name="creation" type="xsd:string"/>
|
|
<xsd:element name="deactivation" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="allSecondaryDNSStruct">
|
|
<xsd:all>
|
|
<xsd:element name="ip" type="xsd:string"/>
|
|
<xsd:element name="secondary" type="typens:MyArrayOfSecondaryDNSStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedMonitoringStatusReturn">
|
|
<xsd:all>
|
|
<xsd:element name="disabled" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedMonitoringStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="destination" type="xsd:string"/>
|
|
<xsd:element name="language" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="service" type="xsd:string"/>
|
|
<xsd:element name="smsAccount" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedMonitoringServiceStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="ip" type="xsd:string"/>
|
|
<xsd:element name="port" type="xsd:int"/>
|
|
<xsd:element name="protocol" type="xsd:string"/>
|
|
<xsd:element name="period" type="xsd:string"/>
|
|
<xsd:element name="string" type="xsd:string"/>
|
|
<xsd:element name="url" type="xsd:string"/>
|
|
<xsd:element name="destination" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedGetServiceMonitoringItemStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="ip" type="xsd:string"/>
|
|
<xsd:element name="port" type="xsd:int"/>
|
|
<xsd:element name="protocol" type="xsd:string"/>
|
|
<xsd:element name="period" type="xsd:string"/>
|
|
<xsd:element name="string" type="xsd:string"/>
|
|
<xsd:element name="url" type="xsd:string"/>
|
|
<xsd:element name="sms" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="email" type="typens:MyArrayOfStringType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedMrtgInfoStruct">
|
|
<xsd:all>
|
|
<xsd:element name="in" type="xsd:string"/>
|
|
<xsd:element name="out" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedMrtgInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="average" type="typens:dedicatedMrtgInfoStruct"/>
|
|
<xsd:element name="current" type="typens:dedicatedMrtgInfoStruct"/>
|
|
<xsd:element name="max" type="typens:dedicatedMrtgInfoStruct"/>
|
|
<xsd:element name="image" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedHardRebootStatusReturn">
|
|
<xsd:all>
|
|
<xsd:element name="start" type="xsd:string"/>
|
|
<xsd:element name="end" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedOperationStruct">
|
|
<xsd:all>
|
|
<xsd:element name="designation" type="xsd:string"/>
|
|
<xsd:element name="id_designation" type="xsd:int"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="level" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedFailoverStruct">
|
|
<xsd:all>
|
|
<xsd:element name="ip" type="xsd:string"/>
|
|
<xsd:element name="routedTo" type="xsd:string"/>
|
|
<xsd:element name="comment" type="xsd:string"/>
|
|
<xsd:element name="ssl" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedFailoverRipeStruct">
|
|
<xsd:all>
|
|
<xsd:element name="country" type="xsd:string"/>
|
|
<xsd:element name="netname" type="xsd:string"/>
|
|
<xsd:element name="routedTo" type="xsd:string"/>
|
|
<xsd:element name="routingStatus" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="addressesNumber" type="xsd:int"/>
|
|
<xsd:element name="networkIp" type="xsd:string"/>
|
|
<xsd:element name="isExclude" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedFilterIrcRuleStruct">
|
|
<xsd:all>
|
|
<xsd:element name="fromIp" type="xsd:string"/>
|
|
<xsd:element name="fromPort" type="xsd:string"/>
|
|
<xsd:element name="toIp" type="xsd:string"/>
|
|
<xsd:element name="toPort" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedBackupFtpInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="ftpBackupName" type="xsd:string"/>
|
|
<xsd:element name="quotaUsed" type="xsd:int"/>
|
|
<xsd:element name="quotaSize" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedBackupListStruct">
|
|
<xsd:all>
|
|
<xsd:element name="backupId" type="xsd:int"/>
|
|
<xsd:element name="backupFeature" type="xsd:string"/>
|
|
<xsd:element name="enable" type="xsd:int"/>
|
|
<xsd:element name="language" type="xsd:string"/>
|
|
<xsd:element name="backupSize" type="xsd:string"/>
|
|
<xsd:element name="sshPort" type="xsd:int"/>
|
|
<xsd:element name="percentUsed" type="xsd:string"/>
|
|
<xsd:element name="hostname" type="xsd:string"/>
|
|
<xsd:element name="backupName" type="xsd:string"/>
|
|
<xsd:element name="email" type="xsd:string"/>
|
|
<xsd:element name="snapshotNumber" type="xsd:int"/>
|
|
<xsd:element name="superBackupName" type="xsd:string"/>
|
|
<xsd:element name="backupType" type="xsd:string"/>
|
|
<xsd:element name="src" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="include" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="exclude" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="excludeHard" type="typens:MyArrayOfStringType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedBackupListReturn">
|
|
<xsd:all>
|
|
<xsd:element name="backupId" type="xsd:int"/>
|
|
<xsd:element name="backupFeature" type="xsd:string"/>
|
|
<xsd:element name="enable" type="xsd:int"/>
|
|
<xsd:element name="language" type="xsd:string"/>
|
|
<xsd:element name="backupSize" type="xsd:string"/>
|
|
<xsd:element name="sshPort" type="xsd:int"/>
|
|
<xsd:element name="percentUsed" type="xsd:string"/>
|
|
<xsd:element name="hostname" type="xsd:string"/>
|
|
<xsd:element name="backupName" type="xsd:string"/>
|
|
<xsd:element name="email" type="xsd:string"/>
|
|
<xsd:element name="snapshotNumber" type="xsd:int"/>
|
|
<xsd:element name="superBackupName" type="xsd:string"/>
|
|
<xsd:element name="backupType" type="xsd:string"/>
|
|
<xsd:element name="src" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="include" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="exclude" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="excludeHard" type="typens:MyArrayOfStringType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedBackupDateStruct">
|
|
<xsd:all>
|
|
<xsd:element name="hour" type="xsd:string"/>
|
|
<xsd:element name="superBackupName" type="xsd:string"/>
|
|
<xsd:element name="day" type="xsd:string"/>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="backupCount" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedBackupHistoStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="backupId" type="xsd:int"/>
|
|
<xsd:element name="dateTime" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="error" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedBackupGetPlanningStruct">
|
|
<xsd:all>
|
|
<xsd:element name="day" type="xsd:string"/>
|
|
<xsd:element name="planning" type="typens:MyArrayOfStringType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedOrderStruct">
|
|
<xsd:all>
|
|
<xsd:element name="orderPassword" type="xsd:string"/>
|
|
<xsd:element name="orderId" type="xsd:int"/>
|
|
<xsd:element name="orderUrl" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedCapabilitiesStruct">
|
|
<xsd:all>
|
|
<xsd:element name="hostname" type="xsd:string"/>
|
|
<xsd:element name="originalClassicFailover" type="xsd:int"/>
|
|
<xsd:element name="originalFailoverRipe" type="xsd:int"/>
|
|
<xsd:element name="originalLoadBalancingSlot" type="xsd:int"/>
|
|
<xsd:element name="additionalClassicFailover" type="xsd:int"/>
|
|
<xsd:element name="additionalFailoverRipe" type="xsd:int"/>
|
|
<xsd:element name="usedClassicFailover" type="xsd:int"/>
|
|
<xsd:element name="usedFailoverRipe" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedIpLoadBalancingServerStruct">
|
|
<xsd:all>
|
|
<xsd:element name="hostname" type="xsd:string"/>
|
|
<xsd:element name="ip" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedIpLoadBalancingStruct">
|
|
<xsd:all>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="ipLoadBalancing" type="xsd:string"/>
|
|
<xsd:element name="active" type="xsd:int"/>
|
|
<xsd:element name="inactive" type="xsd:int"/>
|
|
<xsd:element name="serverList" type="typens:MyArrayOfDedicatedIpLoadBalancingServerStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedRtmStatusReturn">
|
|
<xsd:all>
|
|
<xsd:element name="cpu" type="typens:rtmCpuStruct"/>
|
|
<xsd:element name="hardDrives" type="typens:MyArrayOfRtmHddStructType"/>
|
|
<xsd:element name="systemInfo" type="typens:rtmSystemStruct"/>
|
|
<xsd:element name="memory" type="typens:rtmMemoryStruct"/>
|
|
<xsd:element name="motherboard" type="typens:rtmMotherboardStruct"/>
|
|
<xsd:element name="lspci" type="typens:MyArrayOfRtmLspciStructType"/>
|
|
<xsd:element name="portsUsed" type="typens:rtmPortsStruct"/>
|
|
<xsd:element name="raid" type="typens:rtmRaidStruct"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmCpuStruct">
|
|
<xsd:all>
|
|
<xsd:element name="frequency" type="xsd:string"/>
|
|
<xsd:element name="core" type="xsd:int"/>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="cache" type="xsd:string"/>
|
|
<xsd:element name="percentLoad" type="xsd:int"/>
|
|
<xsd:element name="loadAvg" type="typens:rtmCpuLoadAvgStruct"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmCpuLoadAvgStruct">
|
|
<xsd:all>
|
|
<xsd:element name="loadavg1" type="xsd:string"/>
|
|
<xsd:element name="loadavg5" type="xsd:string"/>
|
|
<xsd:element name="loadavg15" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmHddStruct">
|
|
<xsd:all>
|
|
<xsd:element name="device" type="xsd:string"/>
|
|
<xsd:element name="model" type="xsd:string"/>
|
|
<xsd:element name="capacity" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="partitions" type="typens:MyArrayOfRtmHddPartitionStructType"/>
|
|
<xsd:element name="smart" type="typens:rtmHddSmartStruct"/>
|
|
<xsd:element name="temperature" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmHddSmartStruct">
|
|
<xsd:all>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="multizoneErrorRate" type="xsd:int"/>
|
|
<xsd:element name="currentPendingSector" type="xsd:int"/>
|
|
<xsd:element name="udmaCrcError" type="xsd:int"/>
|
|
<xsd:element name="offlineUncorrectable" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmHddPartitionStruct">
|
|
<xsd:all>
|
|
<xsd:element name="device" type="xsd:string"/>
|
|
<xsd:element name="percentUsed" type="xsd:int"/>
|
|
<xsd:element name="percentInodes" type="xsd:int"/>
|
|
<xsd:element name="mountPoint" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmSystemStruct">
|
|
<xsd:all>
|
|
<xsd:element name="last_update" type="xsd:string"/>
|
|
<xsd:element name="ip" type="xsd:string"/>
|
|
<xsd:element name="hostname" type="xsd:string"/>
|
|
<xsd:element name="uptime" type="xsd:int"/>
|
|
<xsd:element name="freshest_file_date" type="xsd:string"/>
|
|
<xsd:element name="os" type="typens:rtmSystemOsStruct"/>
|
|
<xsd:element name="rtm" type="typens:rtmSystemRtmStruct"/>
|
|
<xsd:element name="kernel" type="typens:rtmSystemKernelStruct"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmSystemOsStruct">
|
|
<xsd:all>
|
|
<xsd:element name="current" type="xsd:string"/>
|
|
<xsd:element name="os" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmSystemRtmStruct">
|
|
<xsd:all>
|
|
<xsd:element name="status" type="xsd:boolean"/>
|
|
<xsd:element name="version" type="xsd:string"/>
|
|
<xsd:element name="current" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmSystemKernelStruct">
|
|
<xsd:all>
|
|
<xsd:element name="version" type="xsd:string"/>
|
|
<xsd:element name="current" type="xsd:string"/>
|
|
<xsd:element name="current_26" type="xsd:string"/>
|
|
<xsd:element name="current_ipv6" type="xsd:string"/>
|
|
<xsd:element name="release" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmMemoryStruct">
|
|
<xsd:all>
|
|
<xsd:element name="memusage" type="xsd:int"/>
|
|
<xsd:element name="swapusage" type="xsd:int"/>
|
|
<xsd:element name="modules" type="typens:MyArrayOfRtmMemoryModuleStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmMemoryModuleStruct">
|
|
<xsd:all>
|
|
<xsd:element name="moduleName" type="xsd:string"/>
|
|
<xsd:element name="value" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmMotherboardStruct">
|
|
<xsd:all>
|
|
<xsd:element name="manufacture" type="xsd:string"/>
|
|
<xsd:element name="modelName" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmLspciStruct">
|
|
<xsd:all>
|
|
<xsd:element name="address" type="xsd:string"/>
|
|
<xsd:element name="description" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmPortsStruct">
|
|
<xsd:all>
|
|
<xsd:element name="listening" type="typens:MyArrayOfRtmPortsIfaceStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmPortsIfaceStruct">
|
|
<xsd:all>
|
|
<xsd:element name="iface" type="xsd:string"/>
|
|
<xsd:element name="ports" type="typens:MyArrayOfRtmPortsIfaceDetailStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmPortsIfaceDetailStruct">
|
|
<xsd:all>
|
|
<xsd:element name="port" type="xsd:string"/>
|
|
<xsd:element name="procname" type="xsd:string"/>
|
|
<xsd:element name="uid" type="xsd:string"/>
|
|
<xsd:element name="pid" type="xsd:int"/>
|
|
<xsd:element name="cmdline" type="xsd:string"/>
|
|
<xsd:element name="exe" type="xsd:string"/>
|
|
<xsd:element name="username" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmRaidStruct">
|
|
<xsd:all>
|
|
<xsd:element name="units" type="typens:MyArrayOfRtmRaidPartitionStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmRaidPartitionStruct">
|
|
<xsd:all>
|
|
<xsd:element name="partition" type="xsd:string"/>
|
|
<xsd:element name="volumes" type="typens:MyArrayOfRtmRaidPartitionVolumeStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmRaidPartitionVolumeStruct">
|
|
<xsd:all>
|
|
<xsd:element name="volumeName" type="xsd:string"/>
|
|
<xsd:element name="flags" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="capacity" type="xsd:string"/>
|
|
<xsd:element name="phys" type="xsd:int"/>
|
|
<xsd:element name="members" type="typens:MyArrayOfRtmRaidPartitionVolumeMemberStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="rtmRaidPartitionVolumeMemberStruct">
|
|
<xsd:all>
|
|
<xsd:element name="memberName" type="xsd:string"/>
|
|
<xsd:element name="modelName" type="xsd:string"/>
|
|
<xsd:element name="flags" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="capacity" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedRtmListBackdoorStruct">
|
|
<xsd:all>
|
|
<xsd:element name="date_email" type="xsd:string"/>
|
|
<xsd:element name="date_start" type="xsd:string"/>
|
|
<xsd:element name="date_end" type="xsd:string"/>
|
|
<xsd:element name="date_today" type="xsd:string"/>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="uid" type="xsd:string"/>
|
|
<xsd:element name="pid" type="xsd:int"/>
|
|
<xsd:element name="do_not_mail" type="xsd:boolean"/>
|
|
<xsd:element name="active" type="xsd:boolean"/>
|
|
<xsd:element name="status" type="xsd:int"/>
|
|
<xsd:element name="ip" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="cmdline" type="xsd:string"/>
|
|
<xsd:element name="port" type="xsd:int"/>
|
|
<xsd:element name="ports" type="xsd:string"/>
|
|
<xsd:element name="procname" type="xsd:string"/>
|
|
<xsd:element name="exe" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedRipeGetIpStruct">
|
|
<xsd:all>
|
|
<xsd:element name="exclusion" type="xsd:string"/>
|
|
<xsd:element name="routedTo" type="xsd:string"/>
|
|
<xsd:element name="ip" type="xsd:string"/>
|
|
<xsd:element name="netname" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedIpVirtualMacAvailableReturn">
|
|
<xsd:all>
|
|
<xsd:element name="ip" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="mac" type="typens:MyArrayOfStringType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedIpVirtualMacUsedStruct">
|
|
<xsd:all>
|
|
<xsd:element name="virtualMachineName" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="ipAddress" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="mac" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedBandwidthManagementReturn">
|
|
<xsd:all>
|
|
<xsd:element name="serverName" type="xsd:string"/>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedServerPartioningDetailStruct">
|
|
<xsd:all>
|
|
<xsd:element name="partSize" type="xsd:string"/>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="raidType" type="xsd:int"/>
|
|
<xsd:element name="mountPoint" type="xsd:string"/>
|
|
<xsd:element name="partType" type="xsd:string"/>
|
|
<xsd:element name="fileSystem" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedServerPartioningReturn">
|
|
<xsd:all>
|
|
<xsd:element name="os" type="xsd:string"/>
|
|
<xsd:element name="langaue" type="xsd:string"/>
|
|
<xsd:element name="partioning" type="typens:MyArrayOfDedicatedServerPartioningDetailStructType"/>
|
|
<xsd:element name="warn" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedInstallConfigurationParametersStruct">
|
|
<xsd:all>
|
|
<xsd:element name="language" type="xsd:string"/>
|
|
<xsd:element name="bitFormat" type="xsd:string"/>
|
|
<xsd:element name="softRaidDevices" type="xsd:int"/>
|
|
<xsd:element name="serverName" type="xsd:string"/>
|
|
<xsd:element name="softRaid" type="xsd:string"/>
|
|
<xsd:element name="distribution" type="xsd:string"/>
|
|
<xsd:element name="resinstallTodoId" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedInstallConfigurationStruct">
|
|
<xsd:all>
|
|
<xsd:element name="pendingDate" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="stageId" type="xsd:int"/>
|
|
<xsd:element name="serverName" type="xsd:string"/>
|
|
<xsd:element name="parameters" type="typens:dedicatedInstallConfigurationParametersStruct"/>
|
|
<xsd:element name="todoDate" type="xsd:string"/>
|
|
<xsd:element name="doingDate" type="xsd:string"/>
|
|
<xsd:element name="error" type="xsd:string"/>
|
|
<xsd:element name="action" type="xsd:string"/>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="doneDate" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedAllowedDistributionBitFormatStruct">
|
|
<xsd:all>
|
|
<xsd:element name="reference" type="xsd:string"/>
|
|
<xsd:element name="bits" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedAllowedDistributionLanguageStruct">
|
|
<xsd:all>
|
|
<xsd:element name="code" type="xsd:string"/>
|
|
<xsd:element name="desc" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedAllowedDistributionDetailsStruct">
|
|
<xsd:all>
|
|
<xsd:element name="language" type="typens:MyArrayOfDedicatedAllowedDistributionLanguageStructType"/>
|
|
<xsd:element name="languageList" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="defaultLanguage" type="xsd:string"/>
|
|
<xsd:element name="bitFormat" type="typens:MyArrayOfDedicatedAllowedDistributionBitFormatStructType"/>
|
|
<xsd:element name="longName" type="xsd:string"/>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedAllowedDistributionMoreStruct">
|
|
<xsd:all>
|
|
<xsd:element name="basicDistributions" type="typens:MyArrayOfDedicatedAllowedDistributionDetailsStructType"/>
|
|
<xsd:element name="readyToUse" type="typens:MyArrayOfDedicatedAllowedDistributionDetailsStructType"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedAllowedDistributionReturn">
|
|
<xsd:all>
|
|
<xsd:element name="distribution" type="typens:MyArrayOfDedicatedAllowedDistributionMoreStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedBasicInstallProgressStruct">
|
|
<xsd:all>
|
|
<xsd:element name="step" type="xsd:int"/>
|
|
<xsd:element name="comment" type="xsd:string"/>
|
|
<xsd:element name="time" type="xsd:string"/>
|
|
<xsd:element name="error" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedBasicInstallProgressReturn">
|
|
<xsd:all>
|
|
<xsd:element name="progress" type="typens:MyArrayOfDedicatedBasicInstallProgressStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedInstallationTemplateStruct">
|
|
<xsd:all>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="os" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="dedicatedIPForUDPStruct">
|
|
<xsd:all>
|
|
<xsd:element name="ip" type="xsd:string"/>
|
|
<xsd:element name="routedTo" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="mac" type="xsd:string"/>
|
|
<xsd:element name="reverse" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="IPForUDPServerListStruct">
|
|
<xsd:all>
|
|
<xsd:element name="server" type="xsd:string"/>
|
|
<xsd:element name="reverse" type="xsd:string"/>
|
|
<xsd:element name="ipList" type="typens:MyArrayOfDedicatedIPForUDPStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedCapabilitiesStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedCapabilitiesStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedNetbootStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedNetbootStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedReverseStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedReverseStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfSecondaryDNSStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:secondaryDNSStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfAllSecondaryDNSStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:allSecondaryDNSStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedMonitoringStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedMonitoringStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedMonitoringServiceStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedMonitoringServiceStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedOperationStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedOperationStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedFailoverStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedFailoverStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedFailoverRipeStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedFailoverRipeStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedRipeGetIpStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedRipeGetIpStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedFilterIrcRuleStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedFilterIrcRuleStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedBackupListStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedBackupListStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedBackupDateStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedBackupDateStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedBackupHistoStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedBackupHistoStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedBackupGetPlanningStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedBackupGetPlanningStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedIpLoadBalancingStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedIpLoadBalancingStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedRtmListBackdoorStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedRtmListBackdoorStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedIpVirtualMacUsedStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedIpVirtualMacUsedStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedInstallationTemplateStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedInstallationTemplateStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedIPForUDPStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedIPForUDPStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfIPForUDPServerListStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:IPForUDPServerListStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedNetworkInterfaceStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedNetworkInterfaceStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedIpLoadBalancingServerStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedIpLoadBalancingServerStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfRtmHddStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:rtmHddStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfRtmLspciStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:rtmLspciStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfRtmHddPartitionStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:rtmHddPartitionStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfRtmMemoryModuleStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:rtmMemoryModuleStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfRtmPortsIfaceStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:rtmPortsIfaceStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfRtmPortsIfaceDetailStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:rtmPortsIfaceDetailStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfRtmRaidPartitionStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:rtmRaidPartitionStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfRtmRaidPartitionVolumeStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:rtmRaidPartitionVolumeStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfRtmRaidPartitionVolumeMemberStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:rtmRaidPartitionVolumeMemberStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedServerPartioningDetailStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedServerPartioningDetailStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedAllowedDistributionLanguageStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedAllowedDistributionLanguageStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedAllowedDistributionBitFormatStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedAllowedDistributionBitFormatStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedAllowedDistributionDetailsStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedAllowedDistributionDetailsStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedAllowedDistributionMoreStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedAllowedDistributionMoreStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDedicatedBasicInstallProgressStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:dedicatedBasicInstallProgressStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="ticketStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="creationDate" type="xsd:string"/>
|
|
<xsd:element name="requestStatus" type="xsd:string"/>
|
|
<xsd:element name="subject" type="xsd:string"/>
|
|
<xsd:element name="nic" type="xsd:string"/>
|
|
<xsd:element name="level" type="xsd:string"/>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="orderId" type="xsd:int"/>
|
|
<xsd:element name="componentType" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="fullTicketReturn">
|
|
<xsd:all>
|
|
<xsd:element name="ticketId" type="xsd:int"/>
|
|
<xsd:element name="requestStatus" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="subject" type="xsd:string"/>
|
|
<xsd:element name="nic" type="xsd:string"/>
|
|
<xsd:element name="phone" type="xsd:string"/>
|
|
<xsd:element name="email" type="xsd:string"/>
|
|
<xsd:element name="level" type="xsd:string"/>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="orderId" type="xsd:int"/>
|
|
<xsd:element name="componentType" type="xsd:string"/>
|
|
<xsd:element name="messages" type="typens:MyArrayOfMessageDetailStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="messageDetailStruct">
|
|
<xsd:all>
|
|
<xsd:element name="to" type="xsd:string"/>
|
|
<xsd:element name="from" type="xsd:string"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="ip" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="message" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="ticketContactStruct">
|
|
<xsd:all>
|
|
<xsd:element name="componentType" type="xsd:string"/>
|
|
<xsd:element name="domains" type="typens:MyArrayOfTicketContactDomainStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="ticketContactDomainStruct">
|
|
<xsd:all>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="state" type="xsd:string"/>
|
|
<xsd:element name="reverse" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="supportCapabilitiesReturn">
|
|
<xsd:all>
|
|
<xsd:element name="hasSupportPlus" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTicketStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:ticketStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTicketContactStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:ticketContactStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfMessageDetailStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:messageDetailStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfTicketContactDomainStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:ticketContactDomainStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="sqlpriveStruct">
|
|
<xsd:all>
|
|
<xsd:element name="server" type="xsd:string"/>
|
|
<xsd:element name="expiration" type="xsd:string"/>
|
|
<xsd:element name="memory" type="xsd:string"/>
|
|
<xsd:element name="ip" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="version" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="sqlpriveMysqlProcessStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="user" type="xsd:string"/>
|
|
<xsd:element name="host" type="xsd:string"/>
|
|
<xsd:element name="database" type="xsd:string"/>
|
|
<xsd:element name="query" type="xsd:string"/>
|
|
<xsd:element name="time" type="xsd:string"/>
|
|
<xsd:element name="state" type="xsd:string"/>
|
|
<xsd:element name="request" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="sqlpriveMysqlDatabasePrivilegeStruct">
|
|
<xsd:all>
|
|
<xsd:element name="databaseName" type="xsd:string"/>
|
|
<xsd:element name="databaseUsers" type="typens:MyArrayOfSqlpriveMysqlDatabaseUserPrivilegeStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="sqlpriveMysqlDatabaseUserPrivilegeStruct">
|
|
<xsd:all>
|
|
<xsd:element name="userName" type="xsd:string"/>
|
|
<xsd:element name="userPriv" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="sqlpriveGetPossibleDumpStruct">
|
|
<xsd:all>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="file" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="comment" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="sqlpriveAlertInfotReturn">
|
|
<xsd:all>
|
|
<xsd:element name="email" type="xsd:string"/>
|
|
<xsd:element name="alert" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="smsNumber" type="xsd:string"/>
|
|
<xsd:element name="smsAccount" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="sqlpriveCronStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="active" type="xsd:string"/>
|
|
<xsd:element name="days" type="xsd:string"/>
|
|
<xsd:element name="hours" type="xsd:string"/>
|
|
<xsd:element name="operation" type="xsd:string"/>
|
|
<xsd:element name="endDate" type="xsd:string"/>
|
|
<xsd:element name="comment" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfSqlpriveStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:sqlpriveStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfSqlpriveMysqlDatabasePrivilegeStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:sqlpriveMysqlDatabasePrivilegeStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfSqlpriveGetPossibleDumpStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:sqlpriveGetPossibleDumpStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfSqlpriveMysqlProcessStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:sqlpriveMysqlProcessStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfSqlpriveCronStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:sqlpriveCronStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfSqlpriveMysqlDatabaseUserPrivilegeStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:sqlpriveMysqlDatabaseUserPrivilegeStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="resellerAccountMovementStruct">
|
|
<xsd:all>
|
|
<xsd:element name="amount" type="xsd:int"/>
|
|
<xsd:element name="balance" type="xsd:int"/>
|
|
<xsd:element name="previousBalance" type="xsd:int"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="description" type="xsd:string"/>
|
|
<xsd:element name="operation" type="xsd:string"/>
|
|
<xsd:element name="order" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="resellerAccountHistoryReturn">
|
|
<xsd:all>
|
|
<xsd:element name="month" type="xsd:int"/>
|
|
<xsd:element name="year" type="xsd:int"/>
|
|
<xsd:element name="movements" type="typens:MyArrayOfResellerAccountMovementStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="resellerAccountSummaryReturn">
|
|
<xsd:all>
|
|
<xsd:element name="nic" type="xsd:string"/>
|
|
<xsd:element name="account" type="xsd:string"/>
|
|
<xsd:element name="country" type="xsd:string"/>
|
|
<xsd:element name="description" type="xsd:string"/>
|
|
<xsd:element name="balance" type="xsd:int"/>
|
|
<xsd:element name="alertThreshold" type="xsd:int"/>
|
|
<xsd:element name="limitThreshold" type="xsd:int"/>
|
|
<xsd:element name="openDate" type="xsd:string"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="closeDate" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfResellerAccountMovementStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:resellerAccountMovementStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="InfrastructureIpStruct">
|
|
<xsd:all>
|
|
<xsd:element name="country" type="xsd:string"/>
|
|
<xsd:element name="netname" type="xsd:string"/>
|
|
<xsd:element name="routedTo" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="addressesNumber" type="xsd:int"/>
|
|
<xsd:element name="networkIp" type="xsd:string"/>
|
|
<xsd:element name="ipAddressFromBlock" type="typens:MyArrayOfStringType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="ripeReturn">
|
|
<xsd:all>
|
|
<xsd:element name="inetnum" type="typens:ripeInetnumStruct"/>
|
|
<xsd:element name="organisation" type="typens:ripeOrganisationStruct"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="ripeInetnumStruct">
|
|
<xsd:all>
|
|
<xsd:element name="inetnum" type="xsd:string"/>
|
|
<xsd:element name="netname" type="xsd:string"/>
|
|
<xsd:element name="descr" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="org" type="xsd:string"/>
|
|
<xsd:element name="country" type="xsd:string"/>
|
|
<xsd:element name="adminc" type="xsd:string"/>
|
|
<xsd:element name="techc" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="mntby" type="xsd:string"/>
|
|
<xsd:element name="changed" type="xsd:string"/>
|
|
<xsd:element name="source" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="ripeOrganisationStruct">
|
|
<xsd:all>
|
|
<xsd:element name="organisation" type="xsd:string"/>
|
|
<xsd:element name="orgname" type="xsd:string"/>
|
|
<xsd:element name="orgtype" type="xsd:string"/>
|
|
<xsd:element name="address" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="email" type="xsd:string"/>
|
|
<xsd:element name="abusemailbox" type="xsd:string"/>
|
|
<xsd:element name="mntref" type="xsd:string"/>
|
|
<xsd:element name="mntby" type="xsd:string"/>
|
|
<xsd:element name="changed" type="xsd:string"/>
|
|
<xsd:element name="source" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="ripeUpdateReturn">
|
|
<xsd:all>
|
|
<xsd:element name="object" type="xsd:string"/>
|
|
<xsd:element name="value" type="xsd:string"/>
|
|
<xsd:element name="operation" type="xsd:string"/>
|
|
<xsd:element name="result" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfInfrastructureIpStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:InfrastructureIpStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="accountMovementStruct">
|
|
<xsd:all>
|
|
<xsd:element name="amount" type="xsd:int"/>
|
|
<xsd:element name="balance" type="xsd:int"/>
|
|
<xsd:element name="previousBalance" type="xsd:int"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="description" type="xsd:string"/>
|
|
<xsd:element name="operation" type="xsd:string"/>
|
|
<xsd:element name="order" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="accountHistoryReturn">
|
|
<xsd:all>
|
|
<xsd:element name="month" type="xsd:int"/>
|
|
<xsd:element name="year" type="xsd:int"/>
|
|
<xsd:element name="movements" type="typens:MyArrayOfAccountMovementStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="accountSummaryReturn">
|
|
<xsd:all>
|
|
<xsd:element name="nic" type="xsd:string"/>
|
|
<xsd:element name="account" type="xsd:string"/>
|
|
<xsd:element name="country" type="xsd:string"/>
|
|
<xsd:element name="description" type="xsd:string"/>
|
|
<xsd:element name="balance" type="xsd:int"/>
|
|
<xsd:element name="alertThreshold" type="xsd:int"/>
|
|
<xsd:element name="limitThreshold" type="xsd:int"/>
|
|
<xsd:element name="openDate" type="xsd:string"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="closeDate" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfAccountMovementStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:accountMovementStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="hostingChangeMainDomainReturn">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="country" type="xsd:string"/>
|
|
<xsd:element name="password" type="xsd:string"/>
|
|
<xsd:element name="totalPriceWithVat" type="xsd:float"/>
|
|
<xsd:element name="totalPrice" type="xsd:float"/>
|
|
<xsd:element name="url" type="xsd:string"/>
|
|
<xsd:element name="vatRate" type="xsd:float"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="hostingGetCapabilitiesReturn">
|
|
<xsd:all>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="webspace" type="xsd:int"/>
|
|
<xsd:element name="traffic" type="xsd:string"/>
|
|
<xsd:element name="databases" type="xsd:int"/>
|
|
<xsd:element name="databaseSpace" type="xsd:int"/>
|
|
<xsd:element name="multidomains" type="xsd:int"/>
|
|
<xsd:element name="subdomains" type="xsd:int"/>
|
|
<xsd:element name="streaming" type="xsd:int"/>
|
|
<xsd:element name="multiftp" type="xsd:int"/>
|
|
<xsd:element name="anonymousftp" type="xsd:int"/>
|
|
<xsd:element name="freeDomPerYear" type="xsd:int"/>
|
|
<xsd:element name="freeDomMax" type="xsd:int"/>
|
|
<xsd:element name="sharedSSL" type="xsd:boolean"/>
|
|
<xsd:element name="ssh" type="xsd:boolean"/>
|
|
<xsd:element name="geoloc" type="xsd:boolean"/>
|
|
<xsd:element name="cgi" type="xsd:boolean"/>
|
|
<xsd:element name="crontab" type="xsd:boolean"/>
|
|
<xsd:element name="sip" type="xsd:boolean"/>
|
|
<xsd:element name="vpn" type="xsd:boolean"/>
|
|
<xsd:element name="jabber" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="hostingListStruct">
|
|
<xsd:all>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="hosting" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="hostingSummaryReturn">
|
|
<xsd:all>
|
|
<xsd:element name="country" type="xsd:string"/>
|
|
<xsd:element name="webspace" type="xsd:string"/>
|
|
<xsd:element name="maxWebspace" type="xsd:string"/>
|
|
<xsd:element name="subdomains" type="xsd:string"/>
|
|
<xsd:element name="multidomains" type="xsd:string"/>
|
|
<xsd:element name="multiftps" type="xsd:string"/>
|
|
<xsd:element name="anonymousftp" type="xsd:string"/>
|
|
<xsd:element name="databases" type="xsd:string"/>
|
|
<xsd:element name="freedom_remaining" type="xsd:string"/>
|
|
<xsd:element name="freedom_assigned" type="xsd:string"/>
|
|
<xsd:element name="freedom_total" type="xsd:string"/>
|
|
<xsd:element name="highCapacity" type="xsd:boolean"/>
|
|
<xsd:element name="highSecurity" type="xsd:boolean"/>
|
|
<xsd:element name="state" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="ftpInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="login" type="xsd:string"/>
|
|
<xsd:element name="quota" type="xsd:int"/>
|
|
<xsd:element name="maxQuota" type="xsd:int"/>
|
|
<xsd:element name="url" type="xsd:string"/>
|
|
<xsd:element name="hostedOn" type="xsd:string"/>
|
|
<xsd:element name="isTodo" type="xsd:string"/>
|
|
<xsd:element name="highCapacity" type="xsd:boolean"/>
|
|
<xsd:element name="highSecurity" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="databaseStruct">
|
|
<xsd:all>
|
|
<xsd:element name="db" type="xsd:string"/>
|
|
<xsd:element name="quota" type="xsd:float"/>
|
|
<xsd:element name="limit" type="xsd:float"/>
|
|
<xsd:element name="version" type="xsd:string"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="state" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="server" type="xsd:string"/>
|
|
<xsd:element name="todo" type="xsd:boolean"/>
|
|
<xsd:element name="quota_warning" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="anonymousFtpInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="login" type="xsd:string"/>
|
|
<xsd:element name="url" type="xsd:string"/>
|
|
<xsd:element name="max" type="xsd:int"/>
|
|
<xsd:element name="quota" type="xsd:int"/>
|
|
<xsd:element name="active" type="xsd:boolean"/>
|
|
<xsd:element name="todo" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="subDomainStruct">
|
|
<xsd:all>
|
|
<xsd:element name="subdomain" type="xsd:string"/>
|
|
<xsd:element name="target" type="xsd:string"/>
|
|
<xsd:element name="country" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="multiDomainStruct">
|
|
<xsd:all>
|
|
<xsd:element name="multidomain" type="xsd:string"/>
|
|
<xsd:element name="target" type="xsd:string"/>
|
|
<xsd:element name="country" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="multiFtpStruct">
|
|
<xsd:all>
|
|
<xsd:element name="subdir" type="xsd:string"/>
|
|
<xsd:element name="login" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="overquotaInfoDayStruct">
|
|
<xsd:all>
|
|
<xsd:element name="day" type="xsd:int"/>
|
|
<xsd:element name="value" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="overquotaInfoStruct">
|
|
<xsd:all>
|
|
<xsd:element name="month" type="xsd:string"/>
|
|
<xsd:element name="traffic" type="xsd:int"/>
|
|
<xsd:element name="hits" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="overquotaInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="quota" type="typens:MyArrayOfOverquotaInfoStructType"/>
|
|
<xsd:element name="capacities" type="xsd:int"/>
|
|
<xsd:element name="order" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="logsAccessStruct">
|
|
<xsd:all>
|
|
<xsd:element name="user" type="xsd:string"/>
|
|
<xsd:element name="lastUpdate" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="automatedMailGetStateReturn">
|
|
<xsd:all>
|
|
<xsd:element name="bounce" type="xsd:int"/>
|
|
<xsd:element name="sent" type="xsd:int"/>
|
|
<xsd:element name="return" type="xsd:string"/>
|
|
<xsd:element name="state" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="automatedMailGetVolumeHistoryStruct">
|
|
<xsd:all>
|
|
<xsd:element name="volume" type="xsd:int"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="automatedMailGetErrorsStruct">
|
|
<xsd:all>
|
|
<xsd:element name="to" type="xsd:string"/>
|
|
<xsd:element name="total" type="xsd:int"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="message" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="cmsAvailableStruct">
|
|
<xsd:all>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="version" type="xsd:string"/>
|
|
<xsd:element name="language" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="category" type="xsd:string"/>
|
|
<xsd:element name="dbPrefix" type="xsd:string"/>
|
|
<xsd:element name="enable" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="cmsStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="version" type="xsd:string"/>
|
|
<xsd:element name="language" type="xsd:string"/>
|
|
<xsd:element name="url" type="xsd:string"/>
|
|
<xsd:element name="path" type="xsd:string"/>
|
|
<xsd:element name="adminLogin" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="crontabStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="path" type="xsd:string"/>
|
|
<xsd:element name="desc" type="xsd:string"/>
|
|
<xsd:element name="email" type="xsd:string"/>
|
|
<xsd:element name="enabled" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="crontabInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="path" type="xsd:string"/>
|
|
<xsd:element name="desc" type="xsd:string"/>
|
|
<xsd:element name="email" type="xsd:string"/>
|
|
<xsd:element name="enabled" type="xsd:boolean"/>
|
|
<xsd:element name="programLanguage" type="xsd:string"/>
|
|
<xsd:element name="weekDay" type="xsd:string"/>
|
|
<xsd:element name="days" type="typens:MyArrayOfIntType"/>
|
|
<xsd:element name="hours" type="typens:MyArrayOfIntType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfHostingListStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:hostingListStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDatabaseStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:databaseStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfSubDomainStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:subDomainStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfMultiDomainStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:multiDomainStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfMultiFtpStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:multiFtpStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfLogsAccessStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:logsAccessStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfCrontabStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:crontabStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfAutomatedMailGetErrorsStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:automatedMailGetErrorsStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfAutomatedMailGetVolumeHistoryStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:automatedMailGetVolumeHistoryStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfCmsAvailableStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:cmsAvailableStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfCmsStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:cmsStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfOverquotaInfoStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:overquotaInfoStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="serviceStruct">
|
|
<xsd:all>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="component" type="xsd:string"/>
|
|
<xsd:element name="componentSubType" type="xsd:string"/>
|
|
<xsd:element name="creation" type="xsd:string"/>
|
|
<xsd:element name="modification" type="xsd:string"/>
|
|
<xsd:element name="expiry" type="xsd:string"/>
|
|
<xsd:element name="nicowner" type="xsd:string"/>
|
|
<xsd:element name="nicadmin" type="xsd:string"/>
|
|
<xsd:element name="nictech" type="xsd:string"/>
|
|
<xsd:element name="nicbilling" type="xsd:string"/>
|
|
<xsd:element name="nicreseller" type="xsd:string"/>
|
|
<xsd:element name="autorenew" type="xsd:string"/>
|
|
<xsd:element name="reverse" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="serviceLightStruct">
|
|
<xsd:all>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="expiry" type="xsd:string"/>
|
|
<xsd:element name="nicadmin" type="xsd:string"/>
|
|
<xsd:element name="nictech" type="xsd:string"/>
|
|
<xsd:element name="nicbilling" type="xsd:string"/>
|
|
<xsd:element name="autorenew" type="xsd:string"/>
|
|
<xsd:element name="reverse" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="serviceListPaginatedStruct">
|
|
<xsd:all>
|
|
<xsd:element name="total" type="xsd:int"/>
|
|
<xsd:element name="results" type="typens:MyArrayOfServiceLightStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="freedomStruct">
|
|
<xsd:all>
|
|
<xsd:element name="referenceReferer" type="xsd:string"/>
|
|
<xsd:element name="creationDate" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="freeDom" type="xsd:string"/>
|
|
<xsd:element name="useDate" type="xsd:string"/>
|
|
<xsd:element name="domainReferer" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="serviceGroupStruct">
|
|
<xsd:all>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="comment" type="xsd:string"/>
|
|
<xsd:element name="details" type="typens:MyArrayOfServiceStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfServiceStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:serviceStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfFreedomStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:freedomStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfServiceGroupStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:serviceGroupStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfServiceLightStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:serviceLightStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="domainInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="creation" type="xsd:string"/>
|
|
<xsd:element name="modification" type="xsd:string"/>
|
|
<xsd:element name="expiration" type="xsd:string"/>
|
|
<xsd:element name="nicowner" type="xsd:string"/>
|
|
<xsd:element name="nicadmin" type="xsd:string"/>
|
|
<xsd:element name="nictech" type="xsd:string"/>
|
|
<xsd:element name="nicbilling" type="xsd:string"/>
|
|
<xsd:element name="authinfo" type="xsd:string"/>
|
|
<xsd:element name="dns" type="typens:MyArrayOfNsStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="domainCheckStruct">
|
|
<xsd:all>
|
|
<xsd:element name="predicate" type="xsd:string"/>
|
|
<xsd:element name="value" type="xsd:boolean"/>
|
|
<xsd:element name="reason" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="domainCapabilitiesReturn">
|
|
<xsd:all>
|
|
<xsd:element name="needAuthInfo" type="xsd:boolean"/>
|
|
<xsd:element name="needZoneCheck" type="xsd:boolean"/>
|
|
<xsd:element name="owo" type="xsd:boolean"/>
|
|
<xsd:element name="hostIPv4" type="xsd:boolean"/>
|
|
<xsd:element name="hostIPv6" type="xsd:boolean"/>
|
|
<xsd:element name="hostmultiIp" type="xsd:boolean"/>
|
|
<xsd:element name="ownerUpdateAllowed" type="xsd:boolean"/>
|
|
<xsd:element name="ownerTradeAllowed" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="nsStruct">
|
|
<xsd:all>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="ip" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="zoneStruct">
|
|
<xsd:all>
|
|
<xsd:element name="subdomain" type="xsd:string"/>
|
|
<xsd:element name="fieldtype" type="xsd:string"/>
|
|
<xsd:element name="target" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="ortStruct">
|
|
<xsd:all>
|
|
<xsd:element name="subdomain" type="xsd:string"/>
|
|
<xsd:element name="target" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="domainHostInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="hostname" type="xsd:string"/>
|
|
<xsd:element name="ipv4" type="xsd:string"/>
|
|
<xsd:element name="ipv6" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="operationStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="function" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="internalStatus" type="xsd:string"/>
|
|
<xsd:element name="comment" type="xsd:string"/>
|
|
<xsd:element name="users" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="retry" type="xsd:int"/>
|
|
<xsd:element name="todoDate" type="xsd:string"/>
|
|
<xsd:element name="lastUpdate" type="xsd:string"/>
|
|
<xsd:element name="doneDate" type="xsd:string"/>
|
|
<xsd:element name="canCancel" type="xsd:boolean"/>
|
|
<xsd:element name="canCorrect" type="xsd:boolean"/>
|
|
<xsd:element name="canRelaunch" type="xsd:boolean"/>
|
|
<xsd:element name="restartStep" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="domainWhoisObfuscatorStruct">
|
|
<xsd:all>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="email" type="xsd:boolean"/>
|
|
<xsd:element name="address" type="xsd:boolean"/>
|
|
<xsd:element name="phone" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDomainCheckStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:domainCheckStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfNsStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:nsStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfZoneStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:zoneStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfOrtStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:ortStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfOperationStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:operationStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfDomainWhoisObfuscatorStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:domainWhoisObfuscatorStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="emailRedirectionStruct">
|
|
<xsd:all>
|
|
<xsd:element name="target" type="xsd:string"/>
|
|
<xsd:element name="local" type="xsd:string"/>
|
|
<xsd:element name="subdomain" type="xsd:string"/>
|
|
<xsd:element name="dnsRedirection" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="popStruct">
|
|
<xsd:all>
|
|
<xsd:element name="nic" type="xsd:string"/>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="description" type="xsd:string"/>
|
|
<xsd:element name="size" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="popGetQuotaReturn">
|
|
<xsd:all>
|
|
<xsd:element name="emailCount" type="xsd:int"/>
|
|
<xsd:element name="quota" type="xsd:int"/>
|
|
<xsd:element name="maxQuota" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="mailingListStruct">
|
|
<xsd:all>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="ml" type="xsd:string"/>
|
|
<xsd:element name="owner" type="xsd:string"/>
|
|
<xsd:element name="nbSubscribers" type="xsd:int"/>
|
|
<xsd:element name="message_moderation" type="xsd:boolean"/>
|
|
<xsd:element name="users_post_only" type="xsd:boolean"/>
|
|
<xsd:element name="subscription_moderation" type="xsd:boolean"/>
|
|
<xsd:element name="replyto" type="xsd:string"/>
|
|
<xsd:element name="lang" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="mailingListFullInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="ml" type="xsd:string"/>
|
|
<xsd:element name="owner" type="xsd:string"/>
|
|
<xsd:element name="nbSubscribers" type="xsd:int"/>
|
|
<xsd:element name="message_moderation" type="xsd:boolean"/>
|
|
<xsd:element name="users_post_only" type="xsd:boolean"/>
|
|
<xsd:element name="subscription_moderation" type="xsd:boolean"/>
|
|
<xsd:element name="replyto" type="xsd:string"/>
|
|
<xsd:element name="lang" type="xsd:string"/>
|
|
<xsd:element name="moderators" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="subscribers" type="typens:MyArrayOfStringType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="responderEmailStruct">
|
|
<xsd:all>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="responder" type="xsd:string"/>
|
|
<xsd:element name="content" type="xsd:string"/>
|
|
<xsd:element name="hasPop" type="xsd:boolean"/>
|
|
<xsd:element name="hasAlias" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="catchAllGetReturn">
|
|
<xsd:all>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="destination" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="emailDomainSummaryReturn">
|
|
<xsd:all>
|
|
<xsd:element name="masterNic" type="xsd:string"/>
|
|
<xsd:element name="nbpops" type="xsd:int"/>
|
|
<xsd:element name="nbforwards" type="xsd:int"/>
|
|
<xsd:element name="nbaliases" type="xsd:int"/>
|
|
<xsd:element name="nbresponders" type="xsd:int"/>
|
|
<xsd:element name="nbmls" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="emailGetCapabilitiesReturn">
|
|
<xsd:all>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="nbpops" type="xsd:int"/>
|
|
<xsd:element name="nbforwards" type="xsd:int"/>
|
|
<xsd:element name="nbaliases" type="xsd:int"/>
|
|
<xsd:element name="nbresponders" type="xsd:int"/>
|
|
<xsd:element name="nbmls" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="emailFilterStruct">
|
|
<xsd:all>
|
|
<xsd:element name="filter" type="xsd:string"/>
|
|
<xsd:element name="action" type="xsd:string"/>
|
|
<xsd:element name="action_param" type="xsd:string"/>
|
|
<xsd:element name="active" type="xsd:boolean"/>
|
|
<xsd:element name="priority" type="xsd:string"/>
|
|
<xsd:element name="nbRules" type="xsd:int"/>
|
|
<xsd:element name="rules" type="typens:MyArrayOfEmailFilterRuleStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="emailFilterRuleStruct">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="header" type="xsd:string"/>
|
|
<xsd:element name="rule" type="xsd:string"/>
|
|
<xsd:element name="rule_param" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfEmailRedirectionStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:emailRedirectionStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfPopStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:popStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfMailingListStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:mailingListStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfResponderEmailStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:responderEmailStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfEmailFilterStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:emailFilterStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfEmailFilterRuleStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:emailFilterRuleStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="globalAccessStruct">
|
|
<xsd:all>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="domain" type="xsd:boolean"/>
|
|
<xsd:element name="hosting" type="xsd:boolean"/>
|
|
<xsd:element name="email" type="xsd:boolean"/>
|
|
<xsd:element name="pop" type="xsd:boolean"/>
|
|
<xsd:element name="dedicated" type="xsd:boolean"/>
|
|
<xsd:element name="reverse" type="xsd:string"/>
|
|
<xsd:element name="alldom" type="xsd:boolean"/>
|
|
<xsd:element name="ssl" type="xsd:boolean"/>
|
|
<xsd:element name="rps" type="xsd:boolean"/>
|
|
<xsd:element name="rpsOrphan" type="xsd:boolean"/>
|
|
<xsd:element name="vs" type="xsd:boolean"/>
|
|
<xsd:element name="voip" type="xsd:boolean"/>
|
|
<xsd:element name="housing" type="xsd:boolean"/>
|
|
<xsd:element name="sqlpriv" type="xsd:boolean"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="momVersionReturn">
|
|
<xsd:all>
|
|
<xsd:element name="version" type="xsd:string"/>
|
|
<xsd:element name="build" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfGlobalAccessStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:globalAccessStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="prepaidOperationStruct">
|
|
<xsd:all>
|
|
<xsd:element name="balance_forward" type="xsd:float"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="nic" type="xsd:string"/>
|
|
<xsd:element name="account_name" type="xsd:string"/>
|
|
<xsd:element name="description" type="xsd:string"/>
|
|
<xsd:element name="amount" type="xsd:float"/>
|
|
<xsd:element name="balance" type="xsd:float"/>
|
|
<xsd:element name="order" type="xsd:int"/>
|
|
<xsd:element name="id" type="xsd:int"/>
|
|
<xsd:element name="operation" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="prepaidGetHistoryReturn">
|
|
<xsd:all>
|
|
<xsd:element name="page" type="xsd:int"/>
|
|
<xsd:element name="total" type="xsd:int"/>
|
|
<xsd:element name="start" type="xsd:int"/>
|
|
<xsd:element name="end" type="xsd:int"/>
|
|
<xsd:element name="operations" type="typens:MyArrayOfPrepaidOperationStructType"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="prepaidGetSummaryReturn">
|
|
<xsd:all>
|
|
<xsd:element name="contract" type="xsd:string"/>
|
|
<xsd:element name="threshold" type="xsd:int"/>
|
|
<xsd:element name="balance" type="xsd:float"/>
|
|
<xsd:element name="md5" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfPrepaidOperationStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:prepaidOperationStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="billingInvoiceDetailStruct">
|
|
<xsd:all>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="reference" type="xsd:string"/>
|
|
<xsd:element name="description" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="billingInvoiceStruct">
|
|
<xsd:all>
|
|
<xsd:element name="vat" type="xsd:string"/>
|
|
<xsd:element name="totalPrice" type="xsd:string"/>
|
|
<xsd:element name="totalPriceWithVat" type="xsd:string"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="nic" type="xsd:string"/>
|
|
<xsd:element name="billnum" type="xsd:string"/>
|
|
<xsd:element name="details" type="typens:MyArrayOfBillingInvoiceDetailStructType"/>
|
|
<xsd:element name="domains" type="typens:MyArrayOfStringType"/>
|
|
<xsd:element name="billingCountry" type="xsd:string"/>
|
|
<xsd:element name="ordernum" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="billingInvoiceInfoDetailStruct">
|
|
<xsd:all>
|
|
<xsd:element name="quantity" type="xsd:int"/>
|
|
<xsd:element name="service" type="xsd:string"/>
|
|
<xsd:element name="description" type="xsd:string"/>
|
|
<xsd:element name="end" type="xsd:string"/>
|
|
<xsd:element name="domain" type="xsd:string"/>
|
|
<xsd:element name="baseprice" type="xsd:float"/>
|
|
<xsd:element name="totalprice" type="xsd:float"/>
|
|
<xsd:element name="start" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="billingInvoiceInfoPayementStruct">
|
|
<xsd:all>
|
|
<xsd:element name="finaldate" type="xsd:string"/>
|
|
<xsd:element name="deposit_date" type="xsd:string"/>
|
|
<xsd:element name="status" type="xsd:string"/>
|
|
<xsd:element name="customerid" type="xsd:string"/>
|
|
<xsd:element name="paymentmean" type="xsd:string"/>
|
|
<xsd:element name="paymentdate" type="xsd:string"/>
|
|
<xsd:element name="orderid" type="xsd:int"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="billingGetReferencesToExpiredStruct">
|
|
<xsd:all>
|
|
<xsd:element name="name" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="expired" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="billingInvoiceInfoReturn">
|
|
<xsd:all>
|
|
<xsd:element name="billnum" type="xsd:string"/>
|
|
<xsd:element name="date" type="xsd:string"/>
|
|
<xsd:element name="nicbilling" type="xsd:string"/>
|
|
<xsd:element name="baseprice" type="xsd:string"/>
|
|
<xsd:element name="finalprice" type="xsd:float"/>
|
|
<xsd:element name="password" type="xsd:string"/>
|
|
<xsd:element name="order" type="xsd:string"/>
|
|
<xsd:element name="nicorder" type="xsd:string"/>
|
|
<xsd:element name="country" type="xsd:string"/>
|
|
<xsd:element name="taxrate" type="xsd:float"/>
|
|
<xsd:element name="tax" type="xsd:float"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="details" type="typens:MyArrayOfBillingInvoiceInfoDetailStructType"/>
|
|
<xsd:element name="payment" type="typens:billingInvoiceInfoPayementStruct"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfBillingInvoiceStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:billingInvoiceStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfBillingGetReferencesToExpiredStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:billingGetReferencesToExpiredStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfBillingInvoiceDetailStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:billingInvoiceDetailStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="MyArrayOfBillingInvoiceInfoDetailStructType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:billingInvoiceInfoDetailStruct[]"/>
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="FailureType">
|
|
<xsd:all>
|
|
<xsd:element name="faultcode" type="xsd:int"/>
|
|
<xsd:element name="faultstring" type="xsd:string"/>
|
|
<xsd:element name="faultdetail" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
</xsd:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="telephonyConferenceDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="room" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyConferenceDelResponse"/>
|
|
<wsdl:message name="mailingListModeratorDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="ml" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListModeratorDelResponse"/>
|
|
<wsdl:message name="telephonyNumberInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyNumberInfoResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlRestartRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlRestartResponse">
|
|
<wsdl:part name="return" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="logoutRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="logoutResponse"/>
|
|
<wsdl:message name="multiFtpChangeDirectoryRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="directory" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="multiFtpChangeDirectoryResponse"/>
|
|
<wsdl:message name="sqlpriveMysqlVersionRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
<wsdl:part name="version" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlVersionResponse"/>
|
|
<wsdl:message name="dedicatedReverseDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedReverseDelResponse"/>
|
|
<wsdl:message name="dedicatedDelServiceMonitoringAlertRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
<wsdl:part name="port" type="xsd:int"/>
|
|
<wsdl:part name="itemId" type="xsd:int"/>
|
|
<wsdl:part name="media" type="xsd:string"/>
|
|
<wsdl:part name="destination" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedDelServiceMonitoringAlertResponse"/>
|
|
<wsdl:message name="telephonyVoicemailOptionsListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyVoicemailOptionsListResponse">
|
|
<wsdl:part name="return" type="typens:telephonyVoicemailOptionsListReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookSharePeerListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookSharePeerListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookSharePeerStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceGroupGetAllInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceGroupGetAllInfoResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfServiceGroupStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="redirectedEmailAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="redirected" type="xsd:string"/>
|
|
<wsdl:part name="target" type="xsd:string"/>
|
|
<wsdl:part name="subdomain" type="xsd:string"/>
|
|
<wsdl:part name="localCopy" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="redirectedEmailAddResponse"/>
|
|
<wsdl:message name="nicModifyInfosRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="firstname" type="xsd:string"/>
|
|
<wsdl:part name="legalform" type="xsd:string"/>
|
|
<wsdl:part name="organisation" type="xsd:string"/>
|
|
<wsdl:part name="address" type="xsd:string"/>
|
|
<wsdl:part name="zip" type="xsd:string"/>
|
|
<wsdl:part name="city" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="phone" type="xsd:string"/>
|
|
<wsdl:part name="fax" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="spareEmail" type="xsd:string"/>
|
|
<wsdl:part name="language" type="xsd:string"/>
|
|
<wsdl:part name="vat" type="xsd:string"/>
|
|
<wsdl:part name="area" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="nicModifyInfosResponse"/>
|
|
<wsdl:message name="ripeGetRipeIdsRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ripeGetRipeIdsResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyRedirectModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="destination" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyRedirectModifyResponse"/>
|
|
<wsdl:message name="sqlpriveMysqlDatabaseImportFromFileRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
<wsdl:part name="database" type="xsd:string"/>
|
|
<wsdl:part name="filename" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlDatabaseImportFromFileResponse"/>
|
|
<wsdl:message name="telephonyNumberModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="newType" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyNumberModifyResponse"/>
|
|
<wsdl:message name="dedicatedAddServiceMonitoringAlertSMSRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
<wsdl:part name="port" type="xsd:int"/>
|
|
<wsdl:part name="itemId" type="xsd:int"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="phoneNumberTo" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedAddServiceMonitoringAlertSMSResponse"/>
|
|
<wsdl:message name="automatedMailGetVolumeHistoryRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="automatedMailGetVolumeHistoryResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfAutomatedMailGetVolumeHistoryStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="automatedMailGetTodoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="automatedMailGetTodoResponse"/>
|
|
<wsdl:message name="dedicatedIpLoadBalancingListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedIpLoadBalancingListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedIpLoadBalancingStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupReinstallConfigurationRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupReinstallConfigurationResponse"/>
|
|
<wsdl:message name="telephonySmsUserGetCsvAttachmentRequest">
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsUserGetCsvAttachmentResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupGetHistoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="backupId" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupGetHistoResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedBackupHistoStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainHostUpdateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="host" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainHostUpdateResponse">
|
|
<wsdl:part name="return" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupUpdateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="backupId" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="snapshot" type="xsd:int"/>
|
|
<wsdl:part name="sshPort" type="xsd:int"/>
|
|
<wsdl:part name="status" type="xsd:int"/>
|
|
<wsdl:part name="language" type="xsd:string"/>
|
|
<wsdl:part name="src" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupUpdateResponse"/>
|
|
<wsdl:message name="serviceGroupListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceGroupListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfServiceGroupStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="databaseChangePasswordRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="db" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="databaseChangePasswordResponse"/>
|
|
<wsdl:message name="billingInvoiceListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="billingInvoiceListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfBillingInvoiceStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyNicSetSipDomainRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="fr" type="xsd:string"/>
|
|
<wsdl:part name="de" type="xsd:string"/>
|
|
<wsdl:part name="es" type="xsd:string"/>
|
|
<wsdl:part name="uk" type="xsd:string"/>
|
|
<wsdl:part name="be" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyNicSetSipDomainResponse"/>
|
|
<wsdl:message name="globalAccessByNicRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="globalAccessByNicResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfGlobalAccessStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedNetbootGetRescueEmailRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedNetbootGetRescueEmailResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ticketListIncidentsByDomainRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ticketListIncidentsByDomainResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTicketStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsMultiSendRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="numberFrom" type="xsd:string"/>
|
|
<wsdl:part name="numberTo" type="typens:MyArrayOfStringType"/>
|
|
<wsdl:part name="message" type="xsd:string"/>
|
|
<wsdl:part name="smsValidity" type="xsd:int"/>
|
|
<wsdl:part name="smsClass" type="xsd:int"/>
|
|
<wsdl:part name="smsDeferred" type="xsd:int"/>
|
|
<wsdl:part name="smsPriority" type="xsd:int"/>
|
|
<wsdl:part name="smsCoding" type="xsd:int"/>
|
|
<wsdl:part name="tag" type="xsd:string"/>
|
|
<wsdl:part name="numberToCsv" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsMultiSendResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfIntType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceListPaginatedRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="start" type="xsd:int"/>
|
|
<wsdl:part name="limit" type="xsd:int"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="component" type="xsd:string"/>
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceListPaginatedResponse">
|
|
<wsdl:part name="return" type="typens:serviceListPaginatedStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedRtmListBackdoorRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedRtmListBackdoorResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedRtmListBackdoorStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsUserAddCsvAttachmentRequest">
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
<wsdl:part name="csvUrl" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsUserAddCsvAttachmentResponse">
|
|
<wsdl:part name="return" type="typens:telephonySmsCsvSlotStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="zoneEntryListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="zoneEntryListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfZoneStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dnsDefaultInstallCustomRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="subdomain" type="xsd:string"/>
|
|
<wsdl:part name="hostingtype" type="xsd:string"/>
|
|
<wsdl:part name="hosting" type="xsd:string"/>
|
|
<wsdl:part name="mxtype" type="xsd:string"/>
|
|
<wsdl:part name="mx" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="minimized" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dnsDefaultInstallCustomResponse"/>
|
|
<wsdl:message name="telephonyFaxHistoryRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="state" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFaxHistoryResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyFaxHistoryStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="multiFtpChangePasswordRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="multiFtpChangePasswordResponse"/>
|
|
<wsdl:message name="telephonyFreefaxToVoicefaxRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFreefaxToVoicefaxResponse">
|
|
<wsdl:part name="return" type="typens:orderStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlUserListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlUserListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFaxSendRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="pdfUrl" type="xsd:string"/>
|
|
<wsdl:part name="recipients" type="typens:MyArrayOfStringType"/>
|
|
<wsdl:part name="quality" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="referer" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFaxSendResponse"/>
|
|
<wsdl:message name="domainUnlockRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainUnlockResponse"/>
|
|
<wsdl:message name="telephonyRestrictionListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyRestrictionListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainWhoisObfuscatorSetAllRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainWhoisObfuscatorSetAllResponse"/>
|
|
<wsdl:message name="popDetachMasterNicRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="pop" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="popDetachMasterNicResponse"/>
|
|
<wsdl:message name="telephonyBillListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="date" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyBillListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyBillStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyNumberCustomListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="prefix" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyNumberCustomListResponse">
|
|
<wsdl:part name="return" type="typens:telephonySpecialNumberCustomListReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringNotificationCreateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="nicAlert" type="xsd:string"/>
|
|
<wsdl:part name="language" type="xsd:string"/>
|
|
<wsdl:part name="status" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringNotificationCreateResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPlugAndPhoneSkinModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="skin" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPlugAndPhoneSkinModifyResponse"/>
|
|
<wsdl:message name="domainListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFaxOptionsModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="fromName" type="xsd:string"/>
|
|
<wsdl:part name="fromEmail" type="xsd:string"/>
|
|
<wsdl:part name="faxQuality" type="xsd:string"/>
|
|
<wsdl:part name="faxTagLine" type="xsd:string"/>
|
|
<wsdl:part name="faxMaxCall" type="xsd:int"/>
|
|
<wsdl:part name="receivId" type="xsd:string"/>
|
|
<wsdl:part name="senderId" type="xsd:string"/>
|
|
<wsdl:part name="redirection1Email" type="xsd:string"/>
|
|
<wsdl:part name="redirection2Email" type="xsd:string"/>
|
|
<wsdl:part name="redirection3Email" type="xsd:string"/>
|
|
<wsdl:part name="redirection4Email" type="xsd:string"/>
|
|
<wsdl:part name="redirection5Email" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFaxOptionsModifyResponse"/>
|
|
<wsdl:message name="telephonyBillingAccountSummaryRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyBillingAccountSummaryResponse">
|
|
<wsdl:part name="return" type="typens:telephonyBillingAccountSummaryReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="overquotaInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="overquotaInfoResponse">
|
|
<wsdl:part name="return" type="typens:overquotaInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="automatedMailGetErrorsRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="deep" type="xsd:int"/>
|
|
<wsdl:part name="limit" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="automatedMailGetErrorsResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfAutomatedMailGetErrorsStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyClick2CallUserDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyClick2CallUserDelResponse"/>
|
|
<wsdl:message name="emailGetCapabilitiesRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailGetCapabilitiesResponse">
|
|
<wsdl:part name="return" type="typens:emailGetCapabilitiesReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsAccountListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsAccountListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyBillingAccountConsumptionCSVByMailRequest">
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="date" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyBillingAccountConsumptionCSVByMailResponse"/>
|
|
<wsdl:message name="telephonyFMHuntingModificationVoicemailRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="noReplyTimer" type="xsd:int"/>
|
|
<wsdl:part name="mainVoicemail" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFMHuntingModificationVoicemailResponse"/>
|
|
<wsdl:message name="dedicatedBackupListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="backupId" type="xsd:string"/>
|
|
<wsdl:part name="backupName" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedBackupListStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyOrdersFollowingUpRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyOrdersFollowingUpResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfOrderFollowingUpStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookOnGroupContactAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="surname" type="xsd:string"/>
|
|
<wsdl:part name="workPhone" type="xsd:string"/>
|
|
<wsdl:part name="workMobile" type="xsd:string"/>
|
|
<wsdl:part name="homePhone" type="xsd:string"/>
|
|
<wsdl:part name="homeMobile" type="xsd:string"/>
|
|
<wsdl:part name="groupName" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookOnGroupContactAddResponse">
|
|
<wsdl:part name="return" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ortDomainDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="subdomain" type="xsd:string"/>
|
|
<wsdl:part name="target" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ortDomainDelResponse"/>
|
|
<wsdl:message name="mailingListModeratorListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="ml" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListModeratorListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyBillDetailsCSVRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="date" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyBillDetailsCSVResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="popListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="popListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfPopStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlRamUsedRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlRamUsedResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsCreditLeftRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsCreditLeftResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="prepaidDomainCreateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="nicowner" type="xsd:string"/>
|
|
<wsdl:part name="nicadmin" type="xsd:string"/>
|
|
<wsdl:part name="nictech" type="xsd:string"/>
|
|
<wsdl:part name="nicbilling" type="xsd:string"/>
|
|
<wsdl:part name="dns1" type="xsd:string"/>
|
|
<wsdl:part name="dns2" type="xsd:string"/>
|
|
<wsdl:part name="dns3" type="xsd:string"/>
|
|
<wsdl:part name="dns4" type="xsd:string"/>
|
|
<wsdl:part name="dns5" type="xsd:string"/>
|
|
<wsdl:part name="frpartBirthday" type="xsd:string"/>
|
|
<wsdl:part name="frpartBirthCountry" type="xsd:string"/>
|
|
<wsdl:part name="frpartBirthDepartment" type="xsd:string"/>
|
|
<wsdl:part name="frpartBirthTown" type="xsd:string"/>
|
|
<wsdl:part name="dryRun" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="prepaidDomainCreateResponse"/>
|
|
<wsdl:message name="telephonyDirectoryPJCodeRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ape" type="xsd:string"/>
|
|
<wsdl:part name="PJCode" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyDirectoryPJCodeResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyDirectoryPJHeadingStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyListSummationCallsFromBillingAccountRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="reversableDelay" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyListSummationCallsFromBillingAccountResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyReversmentsSummationNumbersStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="rpsMigrationGetProgressStatusRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="rpsMigrationGetProgressStatusResponse">
|
|
<wsdl:part name="return" type="typens:rpsMigrationGetProgressStatusReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedNetbootGetAllRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedNetbootGetAllResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedNetbootStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailDomainListByMasterNicRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailDomainListByMasterNicResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyConferenceMailReportModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="room" type="xsd:string"/>
|
|
<wsdl:part name="enable" type="xsd:boolean"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyConferenceMailReportModifyResponse"/>
|
|
<wsdl:message name="telephonyAbbreviatedNumberDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="abbreviatedNumber" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyAbbreviatedNumberDelResponse"/>
|
|
<wsdl:message name="resellerDomainTransferITRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="authinfo" type="xsd:string"/>
|
|
<wsdl:part name="hosting" type="xsd:string"/>
|
|
<wsdl:part name="offer" type="xsd:string"/>
|
|
<wsdl:part name="profile" type="xsd:string"/>
|
|
<wsdl:part name="owo" type="xsd:string"/>
|
|
<wsdl:part name="owner" type="xsd:string"/>
|
|
<wsdl:part name="admin" type="xsd:string"/>
|
|
<wsdl:part name="tech" type="xsd:string"/>
|
|
<wsdl:part name="billing" type="xsd:string"/>
|
|
<wsdl:part name="dns1" type="xsd:string"/>
|
|
<wsdl:part name="dns2" type="xsd:string"/>
|
|
<wsdl:part name="dns3" type="xsd:string"/>
|
|
<wsdl:part name="dns4" type="xsd:string"/>
|
|
<wsdl:part name="dns5" type="xsd:string"/>
|
|
<wsdl:part name="legalRepresentantFirstName" type="xsd:string"/>
|
|
<wsdl:part name="legalRepresentantLastName" type="xsd:string"/>
|
|
<wsdl:part name="legalNumber" type="xsd:string"/>
|
|
<wsdl:part name="vat" type="xsd:string"/>
|
|
<wsdl:part name="birthDate" type="xsd:string"/>
|
|
<wsdl:part name="birthCity" type="xsd:string"/>
|
|
<wsdl:part name="birthDepartement" type="xsd:string"/>
|
|
<wsdl:part name="birthCountry" type="xsd:string"/>
|
|
<wsdl:part name="nationality" type="xsd:string"/>
|
|
<wsdl:part name="dryRun" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="resellerDomainTransferITResponse"/>
|
|
<wsdl:message name="dedicatedVirtualMacIpAvailableGetListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedVirtualMacIpAvailableGetListResponse">
|
|
<wsdl:part name="return" type="typens:dedicatedIpVirtualMacAvailableReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFaxOptionsListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFaxOptionsListResponse">
|
|
<wsdl:part name="return" type="typens:telephonyFaxOptionsListReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ticketListIncidentsRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="status" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ticketListIncidentsResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTicketStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="infrastructureReverseModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
<wsdl:part name="reverse" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="infrastructureReverseModifyResponse"/>
|
|
<wsdl:message name="telephonyVxmlDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyVxmlDelResponse"/>
|
|
<wsdl:message name="dedicatedMonitoringSMSCreateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="phoneNumberTo" type="xsd:string"/>
|
|
<wsdl:part name="language" type="xsd:string"/>
|
|
<wsdl:part name="status" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringSMSCreateResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedRipeQueryRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="search" type="xsd:string"/>
|
|
<wsdl:part name="type" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedRipeQueryResponse">
|
|
<wsdl:part name="return" type="typens:ripeReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="responderEmailListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="responderEmailListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfResponderEmailStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyBillingAccountSetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="numbers" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyBillingAccountSetResponse"/>
|
|
<wsdl:message name="telephonyDepositMovementModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccountSource" type="xsd:string"/>
|
|
<wsdl:part name="billingAccountDestination" type="xsd:string"/>
|
|
<wsdl:part name="amount" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyDepositMovementModifyResponse"/>
|
|
<wsdl:message name="telephonyClick2CallDoRequest">
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
<wsdl:part name="calling" type="xsd:string"/>
|
|
<wsdl:part name="called" type="xsd:string"/>
|
|
<wsdl:part name="billingNumber" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyClick2CallDoResponse"/>
|
|
<wsdl:message name="telephonyVxmlInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyVxmlInfoResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySpecialNumberOrderRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="aliasNumber" type="xsd:string"/>
|
|
<wsdl:part name="prefix" type="xsd:string"/>
|
|
<wsdl:part name="category" type="xsd:string"/>
|
|
<wsdl:part name="numberToReserve" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySpecialNumberOrderResponse">
|
|
<wsdl:part name="return" type="typens:orderStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyVoicemailOptionsModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="redirection1" type="xsd:string"/>
|
|
<wsdl:part name="redirection1Email" type="xsd:string"/>
|
|
<wsdl:part name="redirection2" type="xsd:string"/>
|
|
<wsdl:part name="redirection2Email" type="xsd:string"/>
|
|
<wsdl:part name="redirection3" type="xsd:string"/>
|
|
<wsdl:part name="redirection3Email" type="xsd:string"/>
|
|
<wsdl:part name="redirection4" type="xsd:string"/>
|
|
<wsdl:part name="redirection4Email" type="xsd:string"/>
|
|
<wsdl:part name="redirection5" type="xsd:string"/>
|
|
<wsdl:part name="redirection5Email" type="xsd:string"/>
|
|
<wsdl:part name="annouceMessage" type="xsd:string"/>
|
|
<wsdl:part name="keepMessage" type="xsd:boolean"/>
|
|
<wsdl:part name="audioformat" type="xsd:string"/>
|
|
<wsdl:part name="fromEmail" type="xsd:string"/>
|
|
<wsdl:part name="fromName" type="xsd:string"/>
|
|
<wsdl:part name="doNotRecord" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyVoicemailOptionsModifyResponse"/>
|
|
<wsdl:message name="telephonyLineSwitchOldOfferRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="numbers" type="typens:MyArrayOfStringType"/>
|
|
<wsdl:part name="offers" type="typens:MyArrayOfStringType"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineSwitchOldOfferResponse"/>
|
|
<wsdl:message name="zoneEntryAddCustomRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="fieldtype" type="xsd:string"/>
|
|
<wsdl:part name="hostingtype" type="xsd:string"/>
|
|
<wsdl:part name="hosting" type="xsd:string"/>
|
|
<wsdl:part name="subdomain" type="xsd:string"/>
|
|
<wsdl:part name="priority" type="xsd:string"/>
|
|
<wsdl:part name="target" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="zoneEntryAddCustomResponse"/>
|
|
<wsdl:message name="domainWhoisObfuscatorInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainWhoisObfuscatorInfoResponse">
|
|
<wsdl:part name="return" type="typens:domainWhoisObfuscatorStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookOnGroupContactDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookOnGroupContactDelResponse"/>
|
|
<wsdl:message name="ticketReopenRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ticketId" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ticketReopenResponse"/>
|
|
<wsdl:message name="telephonySmsAddCsvAttachmentRequest">
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="csvUrl" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsAddCsvAttachmentResponse">
|
|
<wsdl:part name="return" type="typens:telephonySmsCsvSlotStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupFtpPasswordRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="language" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupFtpPasswordResponse"/>
|
|
<wsdl:message name="hostingAccessByNicRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="hostingAccessByNicResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyConferenceModeratorCallNumberModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="room" type="xsd:string"/>
|
|
<wsdl:part name="moderatorCallNumber" type="xsd:string"/>
|
|
<wsdl:part name="moderatorCountryCode" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyConferenceModeratorCallNumberModifyResponse"/>
|
|
<wsdl:message name="sqlpriveAlertInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveAlertInfoResponse">
|
|
<wsdl:part name="return" type="typens:sqlpriveAlertInfotReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyOfferSimultaneousLinesAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="simultaneousLines" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyOfferSimultaneousLinesAddResponse">
|
|
<wsdl:part name="return" type="typens:orderStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListFullInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="ml" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListFullInfoResponse">
|
|
<wsdl:part name="return" type="typens:mailingListFullInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedRtmBackdoorUpdateAlertRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="backdoorId" type="xsd:int"/>
|
|
<wsdl:part name="do_not_mail" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedRtmBackdoorUpdateAlertResponse"/>
|
|
<wsdl:message name="responderEmailInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="responder" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="responderEmailInfoResponse">
|
|
<wsdl:part name="return" type="typens:responderEmailStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyToneRemoteUploadRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="toneType" type="xsd:string"/>
|
|
<wsdl:part name="filename" type="xsd:string"/>
|
|
<wsdl:part name="url" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyToneRemoteUploadResponse"/>
|
|
<wsdl:message name="dedicatedSecondaryDNSAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="nameserver" type="xsd:string"/>
|
|
<wsdl:part name="nameserverIp" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedSecondaryDNSAddResponse"/>
|
|
<wsdl:message name="popUpgradeQuotaRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="pop" type="xsd:string"/>
|
|
<wsdl:part name="size" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="popUpgradeQuotaResponse"/>
|
|
<wsdl:message name="telephonyFMHuntingModificationModeRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="strategy" type="xsd:string"/>
|
|
<wsdl:part name="pattern" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFMHuntingModificationModeResponse"/>
|
|
<wsdl:message name="sqlpriveListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfSqlpriveStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dnsInstallRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="hosting" type="xsd:string"/>
|
|
<wsdl:part name="minimized" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dnsInstallResponse"/>
|
|
<wsdl:message name="telephonyAliasToSipOfferRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="offer" type="xsd:string"/>
|
|
<wsdl:part name="delete" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyAliasToSipOfferResponse"/>
|
|
<wsdl:message name="hostingSummaryRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="hostingSummaryResponse">
|
|
<wsdl:part name="return" type="typens:hostingSummaryReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailDomainSummaryRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailDomainSummaryResponse">
|
|
<wsdl:part name="return" type="typens:emailDomainSummaryReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedRtmGetStatusRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedRtmGetStatusResponse">
|
|
<wsdl:part name="return" type="typens:dedicatedRtmStatusReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyConferenceListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyConferenceListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyConferenceStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="managedServicesPartitionQuotaUsedRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="storage" type="xsd:string"/>
|
|
<wsdl:part name="partitionName" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="managedServicesPartitionQuotaUsedResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedNetbootGetAvailableRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedNetbootGetAvailableResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedNetbootStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsUserMultiSendRequest">
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="numberFrom" type="xsd:string"/>
|
|
<wsdl:part name="numberTo" type="typens:MyArrayOfStringType"/>
|
|
<wsdl:part name="message" type="xsd:string"/>
|
|
<wsdl:part name="smsValidity" type="xsd:int"/>
|
|
<wsdl:part name="smsClass" type="xsd:int"/>
|
|
<wsdl:part name="smsDeferred" type="xsd:int"/>
|
|
<wsdl:part name="smsPriority" type="xsd:int"/>
|
|
<wsdl:part name="smsCoding" type="xsd:int"/>
|
|
<wsdl:part name="tag" type="xsd:string"/>
|
|
<wsdl:part name="numberToCsv" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsUserMultiSendResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfIntType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsGetCsvAttachmentRequest">
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsGetCsvAttachmentResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsHistoryRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="smsId" type="xsd:int"/>
|
|
<wsdl:part name="user" type="xsd:string"/>
|
|
<wsdl:part name="pagingStart" type="xsd:int"/>
|
|
<wsdl:part name="pagingLimit" type="xsd:int"/>
|
|
<wsdl:part name="sortField" type="xsd:string"/>
|
|
<wsdl:part name="sortOrder" type="xsd:string"/>
|
|
<wsdl:part name="tag" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsHistoryResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonySmsHistoryStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="zoneEntryModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="subdomain" type="xsd:string"/>
|
|
<wsdl:part name="fieldtype" type="xsd:string"/>
|
|
<wsdl:part name="target" type="xsd:string"/>
|
|
<wsdl:part name="newTarget" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="zoneEntryModifyResponse"/>
|
|
<wsdl:message name="ticketListContactRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ticketListContactResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTicketContactStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMailinglistGetAllowedRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMailinglistGetAllowedResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="backupId" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupInfoResponse">
|
|
<wsdl:part name="return" type="typens:dedicatedBackupListReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyAbbreviatedNumberOnGroupModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
<wsdl:part name="abbreviatedNumber" type="xsd:string"/>
|
|
<wsdl:part name="relatedNumber" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="surname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyAbbreviatedNumberOnGroupModifyResponse"/>
|
|
<wsdl:message name="accountSummaryRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="accountSummaryResponse">
|
|
<wsdl:part name="return" type="typens:accountSummaryReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="subDomainDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="subdomain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="subDomainDelResponse"/>
|
|
<wsdl:message name="telephonyHuntingGenericScreenListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingGenericScreenListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyHuntingGenericScreenStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailFilterAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="pop" type="xsd:string"/>
|
|
<wsdl:part name="filter" type="xsd:string"/>
|
|
<wsdl:part name="priority" type="xsd:int"/>
|
|
<wsdl:part name="active" type="xsd:boolean"/>
|
|
<wsdl:part name="action" type="xsd:string"/>
|
|
<wsdl:part name="action_param" type="xsd:string"/>
|
|
<wsdl:part name="header" type="xsd:string"/>
|
|
<wsdl:part name="rule" type="xsd:string"/>
|
|
<wsdl:part name="rule_param" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailFilterAddResponse"/>
|
|
<wsdl:message name="telephonyHuntingGenericScreenStatusRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingGenericScreenStatusResponse">
|
|
<wsdl:part name="return" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingModificationMembersRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="list_destinations" type="typens:MyArrayOfStringType"/>
|
|
<wsdl:part name="list_noReplyTimer" type="typens:MyArrayOfIntType"/>
|
|
<wsdl:part name="list_logged" type="typens:MyArrayOfBooleanType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingModificationMembersResponse"/>
|
|
<wsdl:message name="rpsMigrationStatusRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="rpsMigrationStatusResponse">
|
|
<wsdl:part name="return" type="typens:rpsMigrationStatusReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dnsResetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="hosting" type="xsd:string"/>
|
|
<wsdl:part name="minimized" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dnsResetResponse"/>
|
|
<wsdl:message name="supportGetNicDomainsRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="supportGetNicDomainsResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfSupportDomainStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFaxCampaignCreationRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="campaignName" type="xsd:string"/>
|
|
<wsdl:part name="pdfUrl" type="xsd:string"/>
|
|
<wsdl:part name="pdfName" type="xsd:string"/>
|
|
<wsdl:part name="recipients" type="typens:MyArrayOfStringType"/>
|
|
<wsdl:part name="faxQuality" type="xsd:string"/>
|
|
<wsdl:part name="initialStatus" type="xsd:string"/>
|
|
<wsdl:part name="launchDate" type="xsd:string"/>
|
|
<wsdl:part name="remoteRecipients" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFaxCampaignCreationResponse"/>
|
|
<wsdl:message name="supportGetThreadsRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="page" type="xsd:int"/>
|
|
<wsdl:part name="view" type="xsd:string"/>
|
|
<wsdl:part name="unread" type="xsd:boolean"/>
|
|
<wsdl:part name="sortDir" type="xsd:string"/>
|
|
<wsdl:part name="sortBy" type="xsd:string"/>
|
|
<wsdl:part name="limit" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="supportGetThreadsResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfSupportThreadDetailStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="ml" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListDelResponse"/>
|
|
<wsdl:message name="dedicatedFailoverRipeAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="netname" type="xsd:string"/>
|
|
<wsdl:part name="description" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="addressesNumber" type="xsd:int"/>
|
|
<wsdl:part name="comment" type="xsd:string"/>
|
|
<wsdl:part name="routedToInterface" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFailoverRipeAddResponse"/>
|
|
<wsdl:message name="mailingListSubscriberAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="ml" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListSubscriberAddResponse"/>
|
|
<wsdl:message name="dedicatedFilterIrcClientRuleAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="fromIp" type="xsd:string"/>
|
|
<wsdl:part name="toIp" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFilterIrcClientRuleAddResponse"/>
|
|
<wsdl:message name="telephonyLineLogsNotificationOptionsRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineLogsNotificationOptionsResponse">
|
|
<wsdl:part name="return" type="typens:telephonyLineLogsNotificationOptionsReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedInstallationTemplateListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedInstallationTemplateListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedInstallationTemplateStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupGetCalendarRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupGetCalendarResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedBackupGetPlanningStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFMHuntingModificationMembersRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="list_destinations" type="typens:MyArrayOfStringType"/>
|
|
<wsdl:part name="list_noReplyTimer" type="typens:MyArrayOfIntType"/>
|
|
<wsdl:part name="list_logged" type="typens:MyArrayOfBooleanType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFMHuntingModificationMembersResponse"/>
|
|
<wsdl:message name="telephonyPhonebookAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookAddResponse">
|
|
<wsdl:part name="return" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyRestrictionModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="restrictions" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyRestrictionModifyResponse"/>
|
|
<wsdl:message name="crontabDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="crontabDelResponse"/>
|
|
<wsdl:message name="telephonyHuntingGenericScreenOptionsRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingGenericScreenOptionsResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyHuntingGenericScreenOptionsStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyBillingAccountAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyBillingAccountAddResponse"/>
|
|
<wsdl:message name="managedServicesIpAccessChangeRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="storage" type="xsd:string"/>
|
|
<wsdl:part name="value" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
<wsdl:part name="idZfs" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="managedServicesIpAccessChangeResponse"/>
|
|
<wsdl:message name="accountHistoryRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="month" type="xsd:int"/>
|
|
<wsdl:part name="year" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="accountHistoryResponse">
|
|
<wsdl:part name="return" type="typens:accountHistoryReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedIpLoadBalancingServerDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ipLoadBalancing" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedIpLoadBalancingServerDelResponse"/>
|
|
<wsdl:message name="domainCheckRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainCheckResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDomainCheckStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="prepaidDomainTransferRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="nicowner" type="xsd:string"/>
|
|
<wsdl:part name="nicadmin" type="xsd:string"/>
|
|
<wsdl:part name="nictech" type="xsd:string"/>
|
|
<wsdl:part name="nicbilling" type="xsd:string"/>
|
|
<wsdl:part name="dns1" type="xsd:string"/>
|
|
<wsdl:part name="dns2" type="xsd:string"/>
|
|
<wsdl:part name="dns3" type="xsd:string"/>
|
|
<wsdl:part name="dns4" type="xsd:string"/>
|
|
<wsdl:part name="dns5" type="xsd:string"/>
|
|
<wsdl:part name="frpartBirthday" type="xsd:string"/>
|
|
<wsdl:part name="frpartBirthCountry" type="xsd:string"/>
|
|
<wsdl:part name="frpartBirthDepartment" type="xsd:string"/>
|
|
<wsdl:part name="frpartBirthTown" type="xsd:string"/>
|
|
<wsdl:part name="dryRun" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="prepaidDomainTransferResponse"/>
|
|
<wsdl:message name="dedicatedEditServiceMonitoringItemRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
<wsdl:part name="itemId" type="xsd:int"/>
|
|
<wsdl:part name="period" type="xsd:string"/>
|
|
<wsdl:part name="string" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedEditServiceMonitoringItemResponse"/>
|
|
<wsdl:message name="passwordRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="passwordResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsSenderValidateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="code" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsSenderValidateResponse"/>
|
|
<wsdl:message name="dedicatedIPForUDPServerListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedIPForUDPServerListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfIPForUDPServerListStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingModificationSimultaneousCallsRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="numberOfCalls" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingModificationSimultaneousCallsResponse"/>
|
|
<wsdl:message name="serviceGroupCreateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="comment" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceGroupCreateResponse"/>
|
|
<wsdl:message name="orderTelephonySmsCreditRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="quantity" type="xsd:string"/>
|
|
<wsdl:part name="payWithPoints" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="orderTelephonySmsCreditResponse">
|
|
<wsdl:part name="return" type="typens:orderStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupSetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="backupId" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="backupType" type="xsd:string"/>
|
|
<wsdl:part name="snapshot" type="xsd:int"/>
|
|
<wsdl:part name="sshPort" type="xsd:int"/>
|
|
<wsdl:part name="status" type="xsd:int"/>
|
|
<wsdl:part name="language" type="xsd:string"/>
|
|
<wsdl:part name="src" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupSetResponse"/>
|
|
<wsdl:message name="dedicatedVirtualMacIpDeleteRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedVirtualMacIpDeleteResponse"/>
|
|
<wsdl:message name="dedicatedFailoverRipeSplitRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="netname" type="xsd:string"/>
|
|
<wsdl:part name="networkIp" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFailoverRipeSplitResponse"/>
|
|
<wsdl:message name="dedicatedReverseInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedReverseInfoResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedCapabilitiesGetAllRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedCapabilitiesGetAllResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedCapabilitiesStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="nicRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="nicResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFaxCampaignListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="campaignStatus" type="xsd:string"/>
|
|
<wsdl:part name="pagingStart" type="xsd:int"/>
|
|
<wsdl:part name="pagingLimit" type="xsd:int"/>
|
|
<wsdl:part name="sortField" type="xsd:string"/>
|
|
<wsdl:part name="sortOrder" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFaxCampaignListResponse">
|
|
<wsdl:part name="return" type="typens:telephonyFaxCampaignListReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupIncludeAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="backupId" type="xsd:string"/>
|
|
<wsdl:part name="include" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupIncludeAddResponse"/>
|
|
<wsdl:message name="ticketGetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ticketId" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ticketGetResponse">
|
|
<wsdl:part name="return" type="typens:fullTicketReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="supportSendMessageRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="messagePrevious" type="xsd:int"/>
|
|
<wsdl:part name="category" type="xsd:int"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="subject" type="xsd:string"/>
|
|
<wsdl:part name="body" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="supportSendMessageResponse">
|
|
<wsdl:part name="return" type="typens:supportSendMessageReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="notepadSetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="content" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="notepadSetResponse"/>
|
|
<wsdl:message name="dedicatedFailoverRipeListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFailoverRipeListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedFailoverRipeStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsGetUserQuotaForUserRequest">
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsGetUserQuotaForUserResponse">
|
|
<wsdl:part name="return" type="typens:telephonySmsUserQuotaStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringServiceAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
<wsdl:part name="port" type="xsd:int"/>
|
|
<wsdl:part name="protocol" type="xsd:string"/>
|
|
<wsdl:part name="period" type="xsd:string"/>
|
|
<wsdl:part name="string" type="xsd:string"/>
|
|
<wsdl:part name="url" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringServiceAddResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedHardRebootDoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="reason" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="emailLanguage" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedHardRebootDoResponse"/>
|
|
<wsdl:message name="dedicatedReverseListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedReverseListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedReverseStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainWhoisObfuscatorSetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="field" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainWhoisObfuscatorSetResponse"/>
|
|
<wsdl:message name="rpsMigrationTodoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="logicalRpsName" type="xsd:string"/>
|
|
<wsdl:part name="physicalRpsTo" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="rpsMigrationTodoResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFunctionKeyModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="keyNum" type="xsd:int"/>
|
|
<wsdl:part name="function" type="xsd:string"/>
|
|
<wsdl:part name="relatedNumber" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFunctionKeyModifyResponse"/>
|
|
<wsdl:message name="nicTldEligibilityRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
<wsdl:part name="tld" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="nicTldEligibilityResponse">
|
|
<wsdl:part name="return" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="automatedMailGetStateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="automatedMailGetStateResponse">
|
|
<wsdl:part name="return" type="typens:automatedMailGetStateReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyAbbreviatedNumberListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyAbbreviatedNumberListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyAbbreviatedNumberStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlLogsRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlLogsResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFaxModifyPasswordRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFaxModifyPasswordResponse"/>
|
|
<wsdl:message name="dedicatedBackupFtpAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupFtpAddResponse"/>
|
|
<wsdl:message name="databaseDumpRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="db" type="xsd:string"/>
|
|
<wsdl:part name="backup" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="databaseDumpResponse"/>
|
|
<wsdl:message name="telephonySmsDeleteRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="smsIds" type="typens:MyArrayOfIntType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsDeleteResponse"/>
|
|
<wsdl:message name="telephonyDirectoryModifyPublicationRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="callNumber" type="xsd:string"/>
|
|
<wsdl:part name="countryCode" type="xsd:string"/>
|
|
<wsdl:part name="lineDescription" type="xsd:string"/>
|
|
<wsdl:part name="displayFirstName" type="xsd:string"/>
|
|
<wsdl:part name="displayOnlyCity" type="xsd:string"/>
|
|
<wsdl:part name="displayUniversalDirectory" type="xsd:string"/>
|
|
<wsdl:part name="displayMarketingDirectory" type="xsd:string"/>
|
|
<wsdl:part name="displaySearchReverse" type="xsd:string"/>
|
|
<wsdl:part name="receivePJDirectory" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyDirectoryModifyPublicationResponse"/>
|
|
<wsdl:message name="domainResellerSetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="profile" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainResellerSetResponse"/>
|
|
<wsdl:message name="crontabListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="crontabListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfCrontabStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookOnGroupAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookOnGroupAddResponse">
|
|
<wsdl:part name="return" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedVirtualMacIpUsedGetListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedVirtualMacIpUsedGetListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedIpVirtualMacUsedStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineSwitchOfferPossibilityRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineSwitchOfferPossibilityResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyLineSwitchPossibilityPriceStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsSenderListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsSenderListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonySmsSenderStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="resellerDomainRestoreRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="dryRun" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="resellerDomainRestoreResponse"/>
|
|
<wsdl:message name="ticketAnswerRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ticketId" type="xsd:int"/>
|
|
<wsdl:part name="message" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ticketAnswerResponse"/>
|
|
<wsdl:message name="sqlpriveCronSetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
<wsdl:part name="operation" type="xsd:string"/>
|
|
<wsdl:part name="recursivityDays" type="typens:MyArrayOfStringType"/>
|
|
<wsdl:part name="recursivityHours" type="typens:MyArrayOfStringType"/>
|
|
<wsdl:part name="endDate" type="xsd:string"/>
|
|
<wsdl:part name="comment" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveCronSetResponse"/>
|
|
<wsdl:message name="telephonyFunctionKeyListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFunctionKeyListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyFunctionKeyStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedNetbootInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedNetbootInfoResponse">
|
|
<wsdl:part name="return" type="typens:dedicatedNetbootStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainOperationRelaunchRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainOperationRelaunchResponse"/>
|
|
<wsdl:message name="telephonyLineSwitchOfferRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="offer" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineSwitchOfferResponse"/>
|
|
<wsdl:message name="telephonyFreefaxToVoicefaxCheckListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFreefaxToVoicefaxCheckListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyFreefaxToVoicefaxCheckStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyVoicemailModifyPasswordRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
<wsdl:part name="forcePassword" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyVoicemailModifyPasswordResponse"/>
|
|
<wsdl:message name="telephonyConferenceRoomModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="currentRoom" type="xsd:string"/>
|
|
<wsdl:part name="newRoom" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyConferenceRoomModifyResponse"/>
|
|
<wsdl:message name="telephonyPhonebookShareRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
<wsdl:part name="targetNumber" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="mode" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookShareResponse">
|
|
<wsdl:part name="return" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsSetUserQuotaRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="status" type="xsd:string"/>
|
|
<wsdl:part name="quotaDiff" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsSetUserQuotaResponse"/>
|
|
<wsdl:message name="cmsInstallRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="cmsName" type="xsd:string"/>
|
|
<wsdl:part name="path" type="xsd:string"/>
|
|
<wsdl:part name="language" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="cmsInstallResponse"/>
|
|
<wsdl:message name="dedicatedIpLoadBalancingAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="ipLoadBalancing" type="xsd:string"/>
|
|
<wsdl:part name="serverList" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedIpLoadBalancingAddResponse"/>
|
|
<wsdl:message name="supportGetAllVisibleCategoriesRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="supportGetAllVisibleCategoriesResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfSupportCategoryStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyVxmlValidateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="url" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyVxmlValidateResponse"/>
|
|
<wsdl:message name="telephonyAbbreviatedNumberOnGroupListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyAbbreviatedNumberOnGroupListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyAbbreviatedNumberStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedAvailableNotificationNicsGetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedAvailableNotificationNicsGetResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineLogsRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="pagingStart" type="xsd:int"/>
|
|
<wsdl:part name="pagingLimit" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineLogsResponse">
|
|
<wsdl:part name="return" type="typens:telephonyLineLogsStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="multiFtpListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="multiFtpListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfMultiFtpStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="multiFtpAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="subdir" type="xsd:string"/>
|
|
<wsdl:part name="loginsuffix" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="multiFtpAddResponse"/>
|
|
<wsdl:message name="sqlpriveMysqlDatabasePrivilegeListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlDatabasePrivilegeListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfSqlpriveMysqlDatabasePrivilegeStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailAccessByNicRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailAccessByNicResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyClick2CallUserListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyClick2CallUserListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="zoneEntryDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="subdomain" type="xsd:string"/>
|
|
<wsdl:part name="fieldtype" type="xsd:string"/>
|
|
<wsdl:part name="target" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="zoneEntryDelResponse"/>
|
|
<wsdl:message name="prepaidSetThresholdRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
<wsdl:part name="threshold" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="prepaidSetThresholdResponse"/>
|
|
<wsdl:message name="telephonyVoicemailMailboxListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="pagingStart" type="xsd:int"/>
|
|
<wsdl:part name="pagingLimit" type="xsd:int"/>
|
|
<wsdl:part name="sortField" type="xsd:string"/>
|
|
<wsdl:part name="sortOrder" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyVoicemailMailboxListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyVoicemailMailboxStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="resellerDomainRenewRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="dryRun" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="resellerDomainRenewResponse"/>
|
|
<wsdl:message name="popDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="pop" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="popDelResponse"/>
|
|
<wsdl:message name="telephonyFaxCampaignDetailsRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="reference" type="xsd:string"/>
|
|
<wsdl:part name="sendRecipients" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFaxCampaignDetailsResponse">
|
|
<wsdl:part name="return" type="typens:telephonyFaxCampaignDetailsStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailFilterRuleDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="pop" type="xsd:string"/>
|
|
<wsdl:part name="filter" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailFilterRuleDelResponse"/>
|
|
<wsdl:message name="telephonyPhonebookOnGroupDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookOnGroupDelResponse"/>
|
|
<wsdl:message name="telephonyPhonebookOnGroupListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookOnGroupListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySpecialNumberCustomListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="prefix" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySpecialNumberCustomListResponse">
|
|
<wsdl:part name="return" type="typens:telephonySpecialNumberCustomListReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringServiceDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="itemsIdTable" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringServiceDelResponse"/>
|
|
<wsdl:message name="telephonyFMHuntingModificationSimultaneousCallsRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="numberOfCalls" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFMHuntingModificationSimultaneousCallsResponse"/>
|
|
<wsdl:message name="emailFilterPriorityRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="pop" type="xsd:string"/>
|
|
<wsdl:part name="filter" type="xsd:string"/>
|
|
<wsdl:part name="priority" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailFilterPriorityResponse"/>
|
|
<wsdl:message name="accountAlertThresholdSetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="threshold" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="accountAlertThresholdSetResponse"/>
|
|
<wsdl:message name="emailFilterDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="pop" type="xsd:string"/>
|
|
<wsdl:part name="filter" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailFilterDelResponse"/>
|
|
<wsdl:message name="resellerDomainCreateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="hosting" type="xsd:string"/>
|
|
<wsdl:part name="offer" type="xsd:string"/>
|
|
<wsdl:part name="profile" type="xsd:string"/>
|
|
<wsdl:part name="owo" type="xsd:string"/>
|
|
<wsdl:part name="owner" type="xsd:string"/>
|
|
<wsdl:part name="admin" type="xsd:string"/>
|
|
<wsdl:part name="tech" type="xsd:string"/>
|
|
<wsdl:part name="billing" type="xsd:string"/>
|
|
<wsdl:part name="dns1" type="xsd:string"/>
|
|
<wsdl:part name="dns2" type="xsd:string"/>
|
|
<wsdl:part name="dns3" type="xsd:string"/>
|
|
<wsdl:part name="dns4" type="xsd:string"/>
|
|
<wsdl:part name="dns5" type="xsd:string"/>
|
|
<wsdl:part name="method" type="xsd:string"/>
|
|
<wsdl:part name="legalName" type="xsd:string"/>
|
|
<wsdl:part name="legalNumber" type="xsd:string"/>
|
|
<wsdl:part name="afnicIdent" type="xsd:string"/>
|
|
<wsdl:part name="birthDate" type="xsd:string"/>
|
|
<wsdl:part name="birthCity" type="xsd:string"/>
|
|
<wsdl:part name="birthDepartement" type="xsd:string"/>
|
|
<wsdl:part name="birthCountry" type="xsd:string"/>
|
|
<wsdl:part name="dryRun" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="resellerDomainCreateResponse"/>
|
|
<wsdl:message name="managedServicesSnapshotUpdateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="snapShotList" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="managedServicesSnapshotUpdateResponse"/>
|
|
<wsdl:message name="supportGetThreadTreeRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="threadId" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="supportGetThreadTreeResponse">
|
|
<wsdl:part name="return" type="typens:supportThreadTreeReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailSetDomainCatchAllRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="type" type="xsd:string"/>
|
|
<wsdl:part name="pop" type="xsd:string"/>
|
|
<wsdl:part name="address" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailSetDomainCatchAllResponse"/>
|
|
<wsdl:message name="domainCapabilitiesRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainCapabilitiesResponse">
|
|
<wsdl:part name="return" type="typens:domainCapabilitiesReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedIpLoadBalancingServerStateModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ipLoadBalancing" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="state" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedIpLoadBalancingServerStateModifyResponse"/>
|
|
<wsdl:message name="telephonyVoicemailMailboxDownloadRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
<wsdl:part name="format" type="xsd:string"/>
|
|
<wsdl:part name="folder" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyVoicemailMailboxDownloadResponse">
|
|
<wsdl:part name="return" type="typens:telephonyVoicemailMailboxDownloadReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedReverseModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
<wsdl:part name="reverse" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedReverseModifyResponse"/>
|
|
<wsdl:message name="telephonyReversmentsRefundIsPendingRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyReversmentsRefundIsPendingResponse"/>
|
|
<wsdl:message name="serviceModifyContactRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="component" type="xsd:string"/>
|
|
<wsdl:part name="contact" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
<wsdl:part name="componentSubType" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceModifyContactResponse"/>
|
|
<wsdl:message name="telephonyScreenListInfoModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="screenListType" type="xsd:string"/>
|
|
<wsdl:part name="numbersScreen" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyScreenListInfoModifyResponse"/>
|
|
<wsdl:message name="domainDnsListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainDnsListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfNsStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFailoverListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFailoverListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedFailoverStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailDomainMxListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailDomainMxListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfZoneStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="managedServicesHostMasterIpGetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="managedServicesHostMasterIpGetResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedSecondaryDNSInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedSecondaryDNSInfoResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfSecondaryDNSStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedRipeUpdateInetnumRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="block" type="xsd:string"/>
|
|
<wsdl:part name="netname" type="xsd:string"/>
|
|
<wsdl:part name="descr" type="xsd:string"/>
|
|
<wsdl:part name="ripeId" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedRipeUpdateInetnumResponse">
|
|
<wsdl:part name="return" type="typens:ripeUpdateReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ortDomainListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ortDomainListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfOrtStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingGenericScreenStatusModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="status" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingGenericScreenStatusModifyResponse"/>
|
|
<wsdl:message name="telephonyPhonebookContactAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="surname" type="xsd:string"/>
|
|
<wsdl:part name="workPhone" type="xsd:string"/>
|
|
<wsdl:part name="workMobile" type="xsd:string"/>
|
|
<wsdl:part name="homePhone" type="xsd:string"/>
|
|
<wsdl:part name="homeMobile" type="xsd:string"/>
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookContactAddResponse">
|
|
<wsdl:part name="return" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainOperationInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainOperationInfoResponse">
|
|
<wsdl:part name="return" type="typens:operationStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedGetAvailableNetworkFromCountryRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedGetAvailableNetworkFromCountryResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPortabilityOrderSpecialNumberRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="offer" type="xsd:string"/>
|
|
<wsdl:part name="desireDate" type="xsd:string"/>
|
|
<wsdl:part name="callNumber" type="xsd:string"/>
|
|
<wsdl:part name="custContactName" type="xsd:string"/>
|
|
<wsdl:part name="custContactNumber" type="xsd:string"/>
|
|
<wsdl:part name="custName" type="xsd:string"/>
|
|
<wsdl:part name="custSiret" type="xsd:string"/>
|
|
<wsdl:part name="custStreetName" type="xsd:string"/>
|
|
<wsdl:part name="custStreetNumber" type="xsd:string"/>
|
|
<wsdl:part name="custBuilding" type="xsd:string"/>
|
|
<wsdl:part name="custStair" type="xsd:string"/>
|
|
<wsdl:part name="custFloor" type="xsd:string"/>
|
|
<wsdl:part name="custDoor" type="xsd:string"/>
|
|
<wsdl:part name="custZip" type="xsd:string"/>
|
|
<wsdl:part name="custCity" type="xsd:string"/>
|
|
<wsdl:part name="comment" type="xsd:string"/>
|
|
<wsdl:part name="evenPorted" type="xsd:boolean"/>
|
|
<wsdl:part name="category" type="xsd:string"/>
|
|
<wsdl:part name="extraNumbers" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPortabilityOrderSpecialNumberResponse">
|
|
<wsdl:part name="return" type="typens:telephonyNumberOrderReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="billingGetReferencesToExpiredRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="delay" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="billingGetReferencesToExpiredResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfBillingGetReferencesToExpiredStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFailoverAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="comment" type="xsd:string"/>
|
|
<wsdl:part name="wantedIp" type="xsd:string"/>
|
|
<wsdl:part name="routedTo" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFailoverAddResponse"/>
|
|
<wsdl:message name="prepaidGetSummaryRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="prepaidGetSummaryResponse">
|
|
<wsdl:part name="return" type="typens:prepaidGetSummaryReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainDnsUpdateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="dns1" type="xsd:string"/>
|
|
<wsdl:part name="ip1" type="xsd:string"/>
|
|
<wsdl:part name="dns2" type="xsd:string"/>
|
|
<wsdl:part name="ip2" type="xsd:string"/>
|
|
<wsdl:part name="dns3" type="xsd:string"/>
|
|
<wsdl:part name="ip3" type="xsd:string"/>
|
|
<wsdl:part name="dns4" type="xsd:string"/>
|
|
<wsdl:part name="ip4" type="xsd:string"/>
|
|
<wsdl:part name="dns5" type="xsd:string"/>
|
|
<wsdl:part name="ip5" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainDnsUpdateResponse">
|
|
<wsdl:part name="return" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailFilterRuleAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="pop" type="xsd:string"/>
|
|
<wsdl:part name="filter" type="xsd:string"/>
|
|
<wsdl:part name="header" type="xsd:string"/>
|
|
<wsdl:part name="rule" type="xsd:string"/>
|
|
<wsdl:part name="rule_param" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailFilterRuleAddResponse"/>
|
|
<wsdl:message name="ripeUpdateInetnumRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="block" type="xsd:string"/>
|
|
<wsdl:part name="netname" type="xsd:string"/>
|
|
<wsdl:part name="descr" type="xsd:string"/>
|
|
<wsdl:part name="ripeId" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ripeUpdateInetnumResponse">
|
|
<wsdl:part name="return" type="typens:ripeUpdateReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainResellerDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainResellerDelResponse"/>
|
|
<wsdl:message name="telephonyPhonebookOnGroupModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookOnGroupModifyResponse"/>
|
|
<wsdl:message name="telephonyLineSwitchOldOfferPossibilityRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="numbers" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineSwitchOldOfferPossibilityResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyLineSwitchOldOfferStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="resellerDomainCreateITRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="hosting" type="xsd:string"/>
|
|
<wsdl:part name="offer" type="xsd:string"/>
|
|
<wsdl:part name="profile" type="xsd:string"/>
|
|
<wsdl:part name="owo" type="xsd:string"/>
|
|
<wsdl:part name="owner" type="xsd:string"/>
|
|
<wsdl:part name="admin" type="xsd:string"/>
|
|
<wsdl:part name="tech" type="xsd:string"/>
|
|
<wsdl:part name="billing" type="xsd:string"/>
|
|
<wsdl:part name="dns1" type="xsd:string"/>
|
|
<wsdl:part name="dns2" type="xsd:string"/>
|
|
<wsdl:part name="dns3" type="xsd:string"/>
|
|
<wsdl:part name="dns4" type="xsd:string"/>
|
|
<wsdl:part name="dns5" type="xsd:string"/>
|
|
<wsdl:part name="legalRepresentantFirstName" type="xsd:string"/>
|
|
<wsdl:part name="legalRepresentantLastName" type="xsd:string"/>
|
|
<wsdl:part name="legalNumber" type="xsd:string"/>
|
|
<wsdl:part name="vat" type="xsd:string"/>
|
|
<wsdl:part name="birthDate" type="xsd:string"/>
|
|
<wsdl:part name="birthCity" type="xsd:string"/>
|
|
<wsdl:part name="birthDepartement" type="xsd:string"/>
|
|
<wsdl:part name="birthCountry" type="xsd:string"/>
|
|
<wsdl:part name="nationality" type="xsd:string"/>
|
|
<wsdl:part name="dryRun" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="resellerDomainCreateITResponse"/>
|
|
<wsdl:message name="notepadGetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="notepadGetResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingModificationAnonymousCallRejectionRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="anonymousCallRejection" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingModificationAnonymousCallRejectionResponse"/>
|
|
<wsdl:message name="dedicatedFilterIrcServerRuleListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFilterIrcServerRuleListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedFilterIrcRuleStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyNumberGetBillingAccountRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyNumberGetBillingAccountResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="managedServicesPartitionDeleteRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="storage" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="managedServicesPartitionDeleteResponse"/>
|
|
<wsdl:message name="telephonyTonesOptionsListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyTonesOptionsListResponse">
|
|
<wsdl:part name="return" type="typens:telephonyTonesOptionsListReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="supportReportAnswerProblemRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="messageId" type="xsd:int"/>
|
|
<wsdl:part name="reportReason" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="supportReportAnswerProblemResponse"/>
|
|
<wsdl:message name="multiDomainListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="multiDomainListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfMultiDomainStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ticketCloseRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ticketId" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ticketCloseResponse"/>
|
|
<wsdl:message name="dedicatedRipeCreateOrganisationRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="address" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="abuse" type="xsd:string"/>
|
|
<wsdl:part name="descr" type="xsd:string"/>
|
|
<wsdl:part name="phone" type="xsd:string"/>
|
|
<wsdl:part name="fax" type="xsd:string"/>
|
|
<wsdl:part name="remarks" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedRipeCreateOrganisationResponse">
|
|
<wsdl:part name="return" type="typens:ripeUpdateReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyListSummationCallsFromNumberRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="reversableDelay" type="xsd:string"/>
|
|
<wsdl:part name="sortOrder" type="xsd:string"/>
|
|
<wsdl:part name="sortField" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyListSummationCallsFromNumberResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyReversmentsSummationStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookContactModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="surname" type="xsd:string"/>
|
|
<wsdl:part name="workPhone" type="xsd:string"/>
|
|
<wsdl:part name="workMobile" type="xsd:string"/>
|
|
<wsdl:part name="homePhone" type="xsd:string"/>
|
|
<wsdl:part name="homeMobile" type="xsd:string"/>
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookContactModifyResponse"/>
|
|
<wsdl:message name="domainDnsGetOvhDefaultRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainDnsGetOvhDefaultResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfNsStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineListResponse">
|
|
<wsdl:part name="return" type="typens:telephonyLineListReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="databaseCreateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="db" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
<wsdl:part name="dbType" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="databaseCreateResponse"/>
|
|
<wsdl:message name="billingGetAccessByNicRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="billingGetAccessByNicResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupExcludeAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="backupId" type="xsd:string"/>
|
|
<wsdl:part name="exclude" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupExcludeAddResponse"/>
|
|
<wsdl:message name="serviceModifyOwnerRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="component" type="xsd:string"/>
|
|
<wsdl:part name="legalform" type="xsd:string"/>
|
|
<wsdl:part name="organisation" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="firstname" type="xsd:string"/>
|
|
<wsdl:part name="address" type="xsd:string"/>
|
|
<wsdl:part name="city" type="xsd:string"/>
|
|
<wsdl:part name="zip" type="xsd:string"/>
|
|
<wsdl:part name="area" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="phone" type="xsd:string"/>
|
|
<wsdl:part name="fax" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="identityConfirmation" type="xsd:boolean"/>
|
|
<wsdl:part name="acceptanceConfirmation" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceModifyOwnerResponse"/>
|
|
<wsdl:message name="telephonyLineOptionsModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="identificationRestriction" type="xsd:boolean"/>
|
|
<wsdl:part name="anonymousCallRejection" type="xsd:boolean"/>
|
|
<wsdl:part name="doNotDisturb" type="xsd:boolean"/>
|
|
<wsdl:part name="absentSuscriber" type="xsd:boolean"/>
|
|
<wsdl:part name="lockOutCall" type="xsd:boolean"/>
|
|
<wsdl:part name="lockOutCallPassword" type="xsd:string"/>
|
|
<wsdl:part name="forwardUnconditional" type="xsd:boolean"/>
|
|
<wsdl:part name="forwardUnconditionalNumber" type="xsd:string"/>
|
|
<wsdl:part name="forwardNoReply" type="xsd:boolean"/>
|
|
<wsdl:part name="forwardNoReplyDelay" type="xsd:int"/>
|
|
<wsdl:part name="forwardNoReplyNumber" type="xsd:string"/>
|
|
<wsdl:part name="forwardBusy" type="xsd:boolean"/>
|
|
<wsdl:part name="forwardBusyNumber" type="xsd:string"/>
|
|
<wsdl:part name="forwardBackup" type="xsd:boolean"/>
|
|
<wsdl:part name="forwardBackupNumber" type="xsd:string"/>
|
|
<wsdl:part name="displayCallNumber" type="xsd:string"/>
|
|
<wsdl:part name="callWaiting" type="xsd:boolean"/>
|
|
<wsdl:part name="forwardNoReplyNature" type="xsd:string"/>
|
|
<wsdl:part name="forwardBackupNature" type="xsd:string"/>
|
|
<wsdl:part name="forwardUnconditionalNature" type="xsd:string"/>
|
|
<wsdl:part name="forwardBusyNature" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineOptionsModifyResponse"/>
|
|
<wsdl:message name="telephonyHuntingGenericScreenSetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="timesStart" type="typens:MyArrayOfStringType"/>
|
|
<wsdl:part name="timesEnd" type="typens:MyArrayOfStringType"/>
|
|
<wsdl:part name="daysType" type="typens:MyArrayOfStringType"/>
|
|
<wsdl:part name="forwardPolicyIndex" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingGenericScreenSetResponse"/>
|
|
<wsdl:message name="sqlpriveCronDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
<wsdl:part name="cronId" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveCronDelResponse"/>
|
|
<wsdl:message name="telephonyVxmlAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="url" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyVxmlAddResponse"/>
|
|
<wsdl:message name="telephonyFaxCampaignStartStopRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="reference" type="xsd:string"/>
|
|
<wsdl:part name="forceStart" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFaxCampaignStartStopResponse"/>
|
|
<wsdl:message name="dedicatedFilterIrcServerRuleDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="toIp" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFilterIrcServerRuleDelResponse"/>
|
|
<wsdl:message name="hostingGetCapabilitiesRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="hostingGetCapabilitiesResponse">
|
|
<wsdl:part name="return" type="typens:hostingGetCapabilitiesReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainWhoisObfuscatorUnsetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="field" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainWhoisObfuscatorUnsetResponse"/>
|
|
<wsdl:message name="domainHostDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="host" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainHostDelResponse">
|
|
<wsdl:part name="return" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFailoverRipeModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="hostnameNew" type="xsd:string"/>
|
|
<wsdl:part name="networkIp" type="xsd:string"/>
|
|
<wsdl:part name="suffix" type="xsd:int"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFailoverRipeModifyResponse"/>
|
|
<wsdl:message name="responderEmailDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="responder" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="responderEmailDelResponse"/>
|
|
<wsdl:message name="dedicatedMonitoringListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedMonitoringStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyDirectoryModifyAddressRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="callNumber" type="xsd:string"/>
|
|
<wsdl:part name="countryCode" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="firstName" type="xsd:string"/>
|
|
<wsdl:part name="wayNumber" type="xsd:string"/>
|
|
<wsdl:part name="wayNumberExtra" type="xsd:string"/>
|
|
<wsdl:part name="wayType" type="xsd:string"/>
|
|
<wsdl:part name="wayName" type="xsd:string"/>
|
|
<wsdl:part name="addressExtra" type="xsd:string"/>
|
|
<wsdl:part name="urbanDistrict" type="xsd:string"/>
|
|
<wsdl:part name="postBox" type="xsd:string"/>
|
|
<wsdl:part name="cedex" type="xsd:string"/>
|
|
<wsdl:part name="postCode" type="xsd:string"/>
|
|
<wsdl:part name="city" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="legalForm" type="xsd:string"/>
|
|
<wsdl:part name="socialNomination" type="xsd:string"/>
|
|
<wsdl:part name="PJSocialNomination" type="xsd:string"/>
|
|
<wsdl:part name="socialNominationExtra" type="xsd:string"/>
|
|
<wsdl:part name="occupation" type="xsd:string"/>
|
|
<wsdl:part name="siret" type="xsd:string"/>
|
|
<wsdl:part name="ape" type="xsd:string"/>
|
|
<wsdl:part name="PJCode" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyDirectoryModifyAddressResponse"/>
|
|
<wsdl:message name="managedServicesPartitionStatusCheckRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="storage" type="xsd:string"/>
|
|
<wsdl:part name="partitionName" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="managedServicesPartitionStatusCheckResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="cmsAvailableListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="cmsAvailableListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfCmsAvailableStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySecurityDepositCreditRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="amount" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySecurityDepositCreditResponse">
|
|
<wsdl:part name="return" type="typens:telephonySecurityDepositCreditReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="nicModifyLanguageRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
<wsdl:part name="language" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="nicModifyLanguageResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineOrderRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="offer" type="xsd:string"/>
|
|
<wsdl:part name="prefix" type="xsd:string"/>
|
|
<wsdl:part name="quantity" type="xsd:int"/>
|
|
<wsdl:part name="payWithPoints" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineOrderResponse">
|
|
<wsdl:part name="return" type="typens:orderStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupExcludeDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="backupId" type="xsd:string"/>
|
|
<wsdl:part name="exclude" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupExcludeDelResponse"/>
|
|
<wsdl:message name="automatedMailUnlockRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="automatedMailUnlockResponse"/>
|
|
<wsdl:message name="ripeQueryRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="search" type="xsd:string"/>
|
|
<wsdl:part name="type" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ripeQueryResponse">
|
|
<wsdl:part name="return" type="typens:ripeReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="loginRequest">
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
<wsdl:part name="language" type="xsd:string"/>
|
|
<wsdl:part name="multisession" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="loginResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFunctionKeyDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="keyNum" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFunctionKeyDelResponse"/>
|
|
<wsdl:message name="popListByMasterNicRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="popListByMasterNicResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfPopStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceModifyOwnerInfosRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="owner" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="component" type="xsd:string"/>
|
|
<wsdl:part name="address" type="xsd:string"/>
|
|
<wsdl:part name="city" type="xsd:string"/>
|
|
<wsdl:part name="zip" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="phone" type="xsd:string"/>
|
|
<wsdl:part name="fax" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceModifyOwnerInfosResponse"/>
|
|
<wsdl:message name="dedicatedHardRebootStatusRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedHardRebootStatusResponse">
|
|
<wsdl:part name="return" type="typens:dedicatedHardRebootStatusReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainInfoResponse">
|
|
<wsdl:part name="return" type="typens:domainInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedGetServiceMonitoringItemRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
<wsdl:part name="itemId" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedGetServiceMonitoringItemResponse">
|
|
<wsdl:part name="return" type="typens:dedicatedGetServiceMonitoringItemStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyNicGetSipDomainRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyNicGetSipDomainResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonySipDomainStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsUserCreditLeftRequest">
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsUserCreditLeftResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPortabilityOrderRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="offer" type="xsd:string"/>
|
|
<wsdl:part name="desireDate" type="xsd:string"/>
|
|
<wsdl:part name="callNumber" type="xsd:string"/>
|
|
<wsdl:part name="custContactName" type="xsd:string"/>
|
|
<wsdl:part name="custContactNumber" type="xsd:string"/>
|
|
<wsdl:part name="custName" type="xsd:string"/>
|
|
<wsdl:part name="custSiret" type="xsd:string"/>
|
|
<wsdl:part name="custStreetName" type="xsd:string"/>
|
|
<wsdl:part name="custStreetNumber" type="xsd:string"/>
|
|
<wsdl:part name="custBuilding" type="xsd:string"/>
|
|
<wsdl:part name="custStair" type="xsd:string"/>
|
|
<wsdl:part name="custFloor" type="xsd:string"/>
|
|
<wsdl:part name="custDoor" type="xsd:string"/>
|
|
<wsdl:part name="custZip" type="xsd:string"/>
|
|
<wsdl:part name="custCity" type="xsd:string"/>
|
|
<wsdl:part name="comment" type="xsd:string"/>
|
|
<wsdl:part name="evenPorted" type="xsd:boolean"/>
|
|
<wsdl:part name="extraNumbers" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPortabilityOrderResponse"/>
|
|
<wsdl:message name="nicCreateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="firstname" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="phone" type="xsd:string"/>
|
|
<wsdl:part name="fax" type="xsd:string"/>
|
|
<wsdl:part name="address" type="xsd:string"/>
|
|
<wsdl:part name="city" type="xsd:string"/>
|
|
<wsdl:part name="area" type="xsd:string"/>
|
|
<wsdl:part name="zip" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="language" type="xsd:string"/>
|
|
<wsdl:part name="isOwner" type="xsd:boolean"/>
|
|
<wsdl:part name="legalform" type="xsd:string"/>
|
|
<wsdl:part name="organisation" type="xsd:string"/>
|
|
<wsdl:part name="legalName" type="xsd:string"/>
|
|
<wsdl:part name="legalNumber" type="xsd:string"/>
|
|
<wsdl:part name="vat" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="nicCreateResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="cmsRemoveRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="cmsRemoveResponse"/>
|
|
<wsdl:message name="telephonyVoicemailMailboxDeleteRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="ids" type="xsd:string"/>
|
|
<wsdl:part name="folder" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyVoicemailMailboxDeleteResponse"/>
|
|
<wsdl:message name="sqlpriveMysqlDatabaseImportFromHostRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
<wsdl:part name="database" type="xsd:string"/>
|
|
<wsdl:part name="foreignHost" type="xsd:string"/>
|
|
<wsdl:part name="foreignUser" type="xsd:string"/>
|
|
<wsdl:part name="foreignPassword" type="xsd:string"/>
|
|
<wsdl:part name="foreignDatabase" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlDatabaseImportFromHostResponse"/>
|
|
<wsdl:message name="billingInvoiceInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="billingInvoiceInfoResponse">
|
|
<wsdl:part name="return" type="typens:billingInvoiceInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyBillingAccountDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="cancelDelete" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyBillingAccountDelResponse"/>
|
|
<wsdl:message name="versionRequest"></wsdl:message>
|
|
<wsdl:message name="versionResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="orderAccountCreditRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="amount" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="orderAccountCreditResponse">
|
|
<wsdl:part name="return" type="typens:orderStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyNumberCleanRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyNumberCleanResponse"/>
|
|
<wsdl:message name="dedicatedReverseAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
<wsdl:part name="reverse" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedReverseAddResponse"/>
|
|
<wsdl:message name="dedicatedBackupGetFreePlanningRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="backupId" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupGetFreePlanningResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedBackupGetPlanningStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedInstallAllowedDistributionGetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedInstallAllowedDistributionGetResponse">
|
|
<wsdl:part name="return" type="typens:dedicatedAllowedDistributionReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="subDomainModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="subdomain" type="xsd:string"/>
|
|
<wsdl:part name="target" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="subDomainModifyResponse"/>
|
|
<wsdl:message name="telephonyPlugAndPhoneOperationRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="operation" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPlugAndPhoneOperationResponse"/>
|
|
<wsdl:message name="nicInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="nicInfoResponse">
|
|
<wsdl:part name="return" type="typens:nicInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="anonymousFtpInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="anonymousFtpInfoResponse">
|
|
<wsdl:part name="return" type="typens:anonymousFtpInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedCapabilitiesGetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedCapabilitiesGetResponse">
|
|
<wsdl:part name="return" type="typens:dedicatedCapabilitiesStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="cmsListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="cmsListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfCmsStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsSetQuotaNotificationRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="support" type="xsd:string"/>
|
|
<wsdl:part name="alertNumber" type="xsd:string"/>
|
|
<wsdl:part name="alertThreshold" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsSetQuotaNotificationResponse"/>
|
|
<wsdl:message name="dedicatedMonitoringSMSDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringSMSDelResponse"/>
|
|
<wsdl:message name="telephonySmsUserListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsUserListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ripeDeleteOrganisationRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ripeId" type="xsd:string"/>
|
|
<wsdl:part name="comment" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ripeDeleteOrganisationResponse">
|
|
<wsdl:part name="return" type="typens:ripeUpdateReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="logsAccessListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="logsAccessListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfLogsAccessStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingInfoResponse">
|
|
<wsdl:part name="return" type="typens:telephonyHuntingInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="language" type="xsd:string"/>
|
|
<wsdl:part name="status" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringAddResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookContactListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookContactListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookContactStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="resellerDomainTransferASIARequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="authinfo" type="xsd:string"/>
|
|
<wsdl:part name="hosting" type="xsd:string"/>
|
|
<wsdl:part name="offer" type="xsd:string"/>
|
|
<wsdl:part name="profile" type="xsd:string"/>
|
|
<wsdl:part name="owo" type="xsd:string"/>
|
|
<wsdl:part name="owner" type="xsd:string"/>
|
|
<wsdl:part name="admin" type="xsd:string"/>
|
|
<wsdl:part name="tech" type="xsd:string"/>
|
|
<wsdl:part name="billing" type="xsd:string"/>
|
|
<wsdl:part name="dns1" type="xsd:string"/>
|
|
<wsdl:part name="dns2" type="xsd:string"/>
|
|
<wsdl:part name="dns3" type="xsd:string"/>
|
|
<wsdl:part name="dns4" type="xsd:string"/>
|
|
<wsdl:part name="dns5" type="xsd:string"/>
|
|
<wsdl:part name="CedCea" type="xsd:string"/>
|
|
<wsdl:part name="contactCED" type="xsd:string"/>
|
|
<wsdl:part name="localityCity" type="xsd:string"/>
|
|
<wsdl:part name="localitySp" type="xsd:string"/>
|
|
<wsdl:part name="ccLocality" type="xsd:string"/>
|
|
<wsdl:part name="legalEntityType" type="xsd:string"/>
|
|
<wsdl:part name="otherLEType" type="xsd:string"/>
|
|
<wsdl:part name="identForm" type="xsd:string"/>
|
|
<wsdl:part name="otherIdentForm" type="xsd:string"/>
|
|
<wsdl:part name="identNumber" type="xsd:string"/>
|
|
<wsdl:part name="dryRun" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="resellerDomainTransferASIAResponse"/>
|
|
<wsdl:message name="telephonyConferenceLanguageModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="room" type="xsd:string"/>
|
|
<wsdl:part name="newLanguage" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyConferenceLanguageModifyResponse"/>
|
|
<wsdl:message name="telephonySmsUserPasswordRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsUserPasswordResponse"/>
|
|
<wsdl:message name="domainHostListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainHostListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="hostingChangeMainDomainRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="newDomain" type="xsd:string"/>
|
|
<wsdl:part name="mxAction" type="xsd:string"/>
|
|
<wsdl:part name="mxOffer" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="hostingChangeMainDomainResponse">
|
|
<wsdl:part name="return" type="typens:hostingChangeMainDomainReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineGetOfferPricesRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineGetOfferPricesResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyLineSwitchPossibilityPriceStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsGetQuotaNotificationRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsGetQuotaNotificationResponse">
|
|
<wsdl:part name="return" type="typens:telephonyNotificationSmsUserStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingModificationModeRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="strategy" type="xsd:string"/>
|
|
<wsdl:part name="pattern" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingModificationModeResponse"/>
|
|
<wsdl:message name="telephonyScreenListBlackWhiteChoiceRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyScreenListBlackWhiteChoiceResponse">
|
|
<wsdl:part name="return" type="typens:telephonyScreenBlackWhiteChoiceReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsDeleteCsvAttachmentRequest">
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="ids" type="typens:MyArrayOfIntType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsDeleteCsvAttachmentResponse"/>
|
|
<wsdl:message name="telephonyNumberZoneAndPrefixListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyNumberZoneAndPrefixListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyNumberZoneAndPrefixStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceGroupDeleteRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceGroupDeleteResponse"/>
|
|
<wsdl:message name="dedicatedOperationListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedOperationListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedOperationStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineSetSipDomainRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineSetSipDomainResponse"/>
|
|
<wsdl:message name="telephonyConferenceAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="language" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyConferenceAddResponse"/>
|
|
<wsdl:message name="mailingListModeratorAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="ml" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListModeratorAddResponse"/>
|
|
<wsdl:message name="telephonyPhonebookOnGroupContactListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
<wsdl:part name="groupName" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookOnGroupContactListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookContactStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="anonymousFtpActivateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="anonymousFtpActivateResponse"/>
|
|
<wsdl:message name="telephonyDeleteLineRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="cancelDelete" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyDeleteLineResponse"/>
|
|
<wsdl:message name="nicModifyInfosITRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="firstname" type="xsd:string"/>
|
|
<wsdl:part name="sex" type="xsd:string"/>
|
|
<wsdl:part name="legalform" type="xsd:string"/>
|
|
<wsdl:part name="organisation" type="xsd:string"/>
|
|
<wsdl:part name="address" type="xsd:string"/>
|
|
<wsdl:part name="area" type="xsd:string"/>
|
|
<wsdl:part name="zip" type="xsd:string"/>
|
|
<wsdl:part name="city" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="phone" type="xsd:string"/>
|
|
<wsdl:part name="fax" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="spareEmail" type="xsd:string"/>
|
|
<wsdl:part name="language" type="xsd:string"/>
|
|
<wsdl:part name="vat" type="xsd:string"/>
|
|
<wsdl:part name="birthDay" type="xsd:string"/>
|
|
<wsdl:part name="birthCity" type="xsd:string"/>
|
|
<wsdl:part name="nationalIdentificationNumber" type="xsd:string"/>
|
|
<wsdl:part name="companyNationalIdentificationNumber" type="xsd:string"/>
|
|
<wsdl:part name="corporationType" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="nicModifyInfosITResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ortDomainAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="subdomain" type="xsd:string"/>
|
|
<wsdl:part name="target" type="xsd:string"/>
|
|
<wsdl:part name="type" type="xsd:string"/>
|
|
<wsdl:part name="overwrite" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ortDomainAddResponse"/>
|
|
<wsdl:message name="nicPublicInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="nicPublicInfoResponse">
|
|
<wsdl:part name="return" type="typens:nicPublicInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveAlertSetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="smsNumber" type="xsd:string"/>
|
|
<wsdl:part name="alert" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveAlertSetResponse"/>
|
|
<wsdl:message name="dedicatedBackupIncludeDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="backupId" type="xsd:string"/>
|
|
<wsdl:part name="include" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupIncludeDelResponse"/>
|
|
<wsdl:message name="dedicatedBandwidthSwitchingRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="oldBandwidth" type="xsd:string"/>
|
|
<wsdl:part name="newBandwidth" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBandwidthSwitchingResponse"/>
|
|
<wsdl:message name="dedicatedIpLoadBalancingDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ipLoadBalancing" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedIpLoadBalancingDelResponse"/>
|
|
<wsdl:message name="sqlpriveMysqlOvhMyAdminRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
<wsdl:part name="function" type="xsd:string"/>
|
|
<wsdl:part name="database" type="xsd:string"/>
|
|
<wsdl:part name="username" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlOvhMyAdminResponse"/>
|
|
<wsdl:message name="ftpInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ftpInfoResponse">
|
|
<wsdl:part name="return" type="typens:ftpInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPortabilityStatusRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPortabilityStatusResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyPortabilityStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="hostingListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="hostingListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfHostingListStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="orderEmailMxPlanRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="type" type="xsd:string"/>
|
|
<wsdl:part name="payWithPoints" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="orderEmailMxPlanResponse">
|
|
<wsdl:part name="return" type="typens:orderStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedInstallationTemplateUseRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="template" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedInstallationTemplateUseResponse"/>
|
|
<wsdl:message name="mailingListSubscriberListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="ml" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListSubscriberListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListSubscriberDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="ml" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListSubscriberDelResponse"/>
|
|
<wsdl:message name="domainLockStatusRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainLockStatusResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="prepaidDomainRenewRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="dryRun" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="prepaidDomainRenewResponse"/>
|
|
<wsdl:message name="orderEmailMxLargeRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="type" type="xsd:string"/>
|
|
<wsdl:part name="payWithPoints" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="orderEmailMxLargeResponse">
|
|
<wsdl:part name="return" type="typens:orderStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailFilterActiveRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="pop" type="xsd:string"/>
|
|
<wsdl:part name="filter" type="xsd:string"/>
|
|
<wsdl:part name="active" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailFilterActiveResponse"/>
|
|
<wsdl:message name="telephonySecurityDepositInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySecurityDepositInfoResponse">
|
|
<wsdl:part name="return" type="xsd:float"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="databaseListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="databaseListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDatabaseStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedIpLoadBalancingServerAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ipLoadBalancing" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedIpLoadBalancingServerAddResponse"/>
|
|
<wsdl:message name="resellerDomainCreateCATRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="hosting" type="xsd:string"/>
|
|
<wsdl:part name="offer" type="xsd:string"/>
|
|
<wsdl:part name="profile" type="xsd:string"/>
|
|
<wsdl:part name="owo" type="xsd:string"/>
|
|
<wsdl:part name="owner" type="xsd:string"/>
|
|
<wsdl:part name="admin" type="xsd:string"/>
|
|
<wsdl:part name="tech" type="xsd:string"/>
|
|
<wsdl:part name="billing" type="xsd:string"/>
|
|
<wsdl:part name="dns1" type="xsd:string"/>
|
|
<wsdl:part name="dns2" type="xsd:string"/>
|
|
<wsdl:part name="dns3" type="xsd:string"/>
|
|
<wsdl:part name="dns4" type="xsd:string"/>
|
|
<wsdl:part name="dns5" type="xsd:string"/>
|
|
<wsdl:part name="reason" type="xsd:string"/>
|
|
<wsdl:part name="dryRun" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="resellerDomainCreateCATResponse"/>
|
|
<wsdl:message name="telephonySmsListCsvAttachmentRequest">
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsListCsvAttachmentResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonySmsCsvSlotStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ftpChangePasswordRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
<wsdl:part name="oldstate" type="xsd:string"/>
|
|
<wsdl:part name="newstate" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ftpChangePasswordResponse"/>
|
|
<wsdl:message name="orderDedicatedFailoverRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="orderIps" type="xsd:int"/>
|
|
<wsdl:part name="payWithPoints" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="orderDedicatedFailoverResponse">
|
|
<wsdl:part name="return" type="typens:orderStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="rpsGetIoStatsRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="type" type="xsd:string"/>
|
|
<wsdl:part name="duration" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="rpsGetIoStatsResponse">
|
|
<wsdl:part name="return" type="typens:rpsGetIoStatsReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyVxmlModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="url" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyVxmlModifyResponse"/>
|
|
<wsdl:message name="dedicatedRipeUpdateOrganisationRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ripeId" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="address" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="abuse" type="xsd:string"/>
|
|
<wsdl:part name="descr" type="xsd:string"/>
|
|
<wsdl:part name="phone" type="xsd:string"/>
|
|
<wsdl:part name="fax" type="xsd:string"/>
|
|
<wsdl:part name="remarks" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedRipeUpdateOrganisationResponse">
|
|
<wsdl:part name="return" type="typens:ripeUpdateReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="cmsRenewAdminPasswordRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="cmsRenewAdminPasswordResponse"/>
|
|
<wsdl:message name="telephonyConferenceAnnounceDeleteRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="room" type="xsd:string"/>
|
|
<wsdl:part name="announceType" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyConferenceAnnounceDeleteResponse"/>
|
|
<wsdl:message name="dedicatedNetbootModifyByIdRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:string"/>
|
|
<wsdl:part name="root" type="xsd:string"/>
|
|
<wsdl:part name="rescueEmail" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedNetbootModifyByIdResponse"/>
|
|
<wsdl:message name="telephonyScreenListInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="screenListType" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyScreenListInfoResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyScreenStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineLogsOnGroupRequest">
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
<wsdl:part name="pagingStart" type="xsd:int"/>
|
|
<wsdl:part name="pagingLimit" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineLogsOnGroupResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyLineLogsStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="databaseDeleteRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="db" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="databaseDeleteResponse"/>
|
|
<wsdl:message name="telephonyConferenceAnnouncesStatusRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="room" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyConferenceAnnouncesStatusResponse">
|
|
<wsdl:part name="return" type="typens:telephonyConferenceAnnouncesStatusReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="resellerDomainCreateASIARequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="hosting" type="xsd:string"/>
|
|
<wsdl:part name="offer" type="xsd:string"/>
|
|
<wsdl:part name="profile" type="xsd:string"/>
|
|
<wsdl:part name="owo" type="xsd:string"/>
|
|
<wsdl:part name="owner" type="xsd:string"/>
|
|
<wsdl:part name="admin" type="xsd:string"/>
|
|
<wsdl:part name="tech" type="xsd:string"/>
|
|
<wsdl:part name="billing" type="xsd:string"/>
|
|
<wsdl:part name="dns1" type="xsd:string"/>
|
|
<wsdl:part name="dns2" type="xsd:string"/>
|
|
<wsdl:part name="dns3" type="xsd:string"/>
|
|
<wsdl:part name="dns4" type="xsd:string"/>
|
|
<wsdl:part name="dns5" type="xsd:string"/>
|
|
<wsdl:part name="CedCea" type="xsd:string"/>
|
|
<wsdl:part name="contactCED" type="xsd:string"/>
|
|
<wsdl:part name="localityCity" type="xsd:string"/>
|
|
<wsdl:part name="localitySp" type="xsd:string"/>
|
|
<wsdl:part name="ccLocality" type="xsd:string"/>
|
|
<wsdl:part name="legalEntityType" type="xsd:string"/>
|
|
<wsdl:part name="otherLEType" type="xsd:string"/>
|
|
<wsdl:part name="identForm" type="xsd:string"/>
|
|
<wsdl:part name="otherIdentForm" type="xsd:string"/>
|
|
<wsdl:part name="identNumber" type="xsd:string"/>
|
|
<wsdl:part name="dryRun" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="resellerDomainCreateASIAResponse"/>
|
|
<wsdl:message name="nicChangePasswordRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="nicChangePasswordResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookContactDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookContactDelResponse"/>
|
|
<wsdl:message name="ticketCreateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="componentType" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="phone" type="xsd:string"/>
|
|
<wsdl:part name="subject" type="xsd:string"/>
|
|
<wsdl:part name="incidentSummary" type="xsd:string"/>
|
|
<wsdl:part name="incidentDetails" type="xsd:string"/>
|
|
<wsdl:part name="incidentManip" type="xsd:string"/>
|
|
<wsdl:part name="level" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ticketCreateResponse">
|
|
<wsdl:part name="return" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="notepadAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="content" type="xsd:string"/>
|
|
<wsdl:part name="offset" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="notepadAddResponse"/>
|
|
<wsdl:message name="subDomainAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="subdomain" type="xsd:string"/>
|
|
<wsdl:part name="target" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="subDomainAddResponse"/>
|
|
<wsdl:message name="dedicatedBackupGetDateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="backupId" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupGetDateResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedBackupDateStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedSecondaryDNSDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="nameserver" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedSecondaryDNSDelResponse"/>
|
|
<wsdl:message name="domainLockRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainLockResponse"/>
|
|
<wsdl:message name="emailFilterListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="pop" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailFilterListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfEmailFilterStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="zoneEntryAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="subdomain" type="xsd:string"/>
|
|
<wsdl:part name="fieldtype" type="xsd:string"/>
|
|
<wsdl:part name="target" type="xsd:string"/>
|
|
<wsdl:part name="overwrite" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="zoneEntryAddResponse"/>
|
|
<wsdl:message name="dedicatedSecondaryDNSGetAllRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedSecondaryDNSGetAllResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfAllSecondaryDNSStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="infrastructureIpListGetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="infrastructureIpListGetResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfInfrastructureIpStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="ml" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListInfoResponse">
|
|
<wsdl:part name="return" type="typens:mailingListStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="component" type="xsd:string"/>
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
<wsdl:part name="componentSubType" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfServiceStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceGroupSetCommentRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="comment" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceGroupSetCommentResponse"/>
|
|
<wsdl:message name="nicCreateITRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="firstname" type="xsd:string"/>
|
|
<wsdl:part name="sex" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="phone" type="xsd:string"/>
|
|
<wsdl:part name="fax" type="xsd:string"/>
|
|
<wsdl:part name="address" type="xsd:string"/>
|
|
<wsdl:part name="city" type="xsd:string"/>
|
|
<wsdl:part name="area" type="xsd:string"/>
|
|
<wsdl:part name="zip" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="language" type="xsd:string"/>
|
|
<wsdl:part name="isOwner" type="xsd:boolean"/>
|
|
<wsdl:part name="legalform" type="xsd:string"/>
|
|
<wsdl:part name="organisation" type="xsd:string"/>
|
|
<wsdl:part name="legalName" type="xsd:string"/>
|
|
<wsdl:part name="legalNumber" type="xsd:string"/>
|
|
<wsdl:part name="vat" type="xsd:string"/>
|
|
<wsdl:part name="birthDay" type="xsd:string"/>
|
|
<wsdl:part name="birthCity" type="xsd:string"/>
|
|
<wsdl:part name="nationalIdentificationNumber" type="xsd:string"/>
|
|
<wsdl:part name="companyNationalIdentificationNumber" type="xsd:string"/>
|
|
<wsdl:part name="corporationType" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="nicCreateITResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringNotificationDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringNotificationDelResponse"/>
|
|
<wsdl:message name="domainOperationCancelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainOperationCancelResponse"/>
|
|
<wsdl:message name="telephonyFMHuntingModificationAnonymousCallRejectionRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="anonymousCallRejection" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFMHuntingModificationAnonymousCallRejectionResponse"/>
|
|
<wsdl:message name="dedicatedBandwidthManagementGetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBandwidthManagementGetResponse">
|
|
<wsdl:part name="return" type="typens:dedicatedBandwidthManagementReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyDdiModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="destination" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyDdiModifyResponse"/>
|
|
<wsdl:message name="dedicatedMonitoringStatusUpdateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="disabled" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringStatusUpdateResponse"/>
|
|
<wsdl:message name="dedicatedIPForUDPMoveGetStatusRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedIPForUDPMoveGetStatusResponse"/>
|
|
<wsdl:message name="telephonyRedirectInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyRedirectInfoResponse">
|
|
<wsdl:part name="return" type="typens:telephonyRedirectInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="anonymousFtpChangePasswordRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="anonymousFtpChangePasswordResponse"/>
|
|
<wsdl:message name="telephonySmsSendRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="numberFrom" type="xsd:string"/>
|
|
<wsdl:part name="numberTo" type="xsd:string"/>
|
|
<wsdl:part name="message" type="xsd:string"/>
|
|
<wsdl:part name="smsValidity" type="xsd:int"/>
|
|
<wsdl:part name="smsClass" type="xsd:int"/>
|
|
<wsdl:part name="smsDeferred" type="xsd:int"/>
|
|
<wsdl:part name="smsPriority" type="xsd:int"/>
|
|
<wsdl:part name="smsCoding" type="xsd:int"/>
|
|
<wsdl:part name="tag" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsSendResponse">
|
|
<wsdl:part name="return" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="automatedMailLockRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="automatedMailLockResponse"/>
|
|
<wsdl:message name="dedicatedRipeDeleteOrganisationRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ripeId" type="xsd:string"/>
|
|
<wsdl:part name="comment" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedRipeDeleteOrganisationResponse">
|
|
<wsdl:part name="return" type="typens:ripeUpdateReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFailoverRipeGetIpRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFailoverRipeGetIpResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedRipeGetIpStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="responderEmailModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="responder" type="xsd:string"/>
|
|
<wsdl:part name="content" type="xsd:string"/>
|
|
<wsdl:part name="delivered_to" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="responderEmailModifyResponse"/>
|
|
<wsdl:message name="dedicatedInstallBasicRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="status" type="xsd:string"/>
|
|
<wsdl:part name="language" type="xsd:string"/>
|
|
<wsdl:part name="bitFormat" type="xsd:string"/>
|
|
<wsdl:part name="os" type="xsd:string"/>
|
|
<wsdl:part name="sql" type="xsd:string"/>
|
|
<wsdl:part name="customerScriptLink" type="xsd:string"/>
|
|
<wsdl:part name="customerScriptReturn" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedInstallBasicResponse"/>
|
|
<wsdl:message name="emailGetDomainMxFilteringRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="subdomain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailGetDomainMxFilteringResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="managedServicesPartitionCreateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="storage" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="size" type="xsd:int"/>
|
|
<wsdl:part name="protocol" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="managedServicesPartitionCreateResponse"/>
|
|
<wsdl:message name="telephonyLineGetSipDomainRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineGetSipDomainResponse">
|
|
<wsdl:part name="return" type="typens:telephonySipDomainStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="nicModifyEmailRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="nicModifyEmailResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyToneDeleteRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="toneType" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyToneDeleteResponse"/>
|
|
<wsdl:message name="dedicatedInstallResetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedInstallResetResponse"/>
|
|
<wsdl:message name="dedicatedMonitoringServiceAddNotificationRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
<wsdl:part name="port" type="xsd:int"/>
|
|
<wsdl:part name="protocol" type="xsd:string"/>
|
|
<wsdl:part name="period" type="xsd:string"/>
|
|
<wsdl:part name="string" type="xsd:string"/>
|
|
<wsdl:part name="url" type="xsd:string"/>
|
|
<wsdl:part name="nicAlert" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringServiceAddNotificationResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="orderDedicatedFailoverRipeRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="address" type="xsd:int"/>
|
|
<wsdl:part name="period" type="xsd:int"/>
|
|
<wsdl:part name="payWithPoints" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="orderDedicatedFailoverRipeResponse">
|
|
<wsdl:part name="return" type="typens:orderStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookOnGroupContactModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="surname" type="xsd:string"/>
|
|
<wsdl:part name="workPhone" type="xsd:string"/>
|
|
<wsdl:part name="workMobile" type="xsd:string"/>
|
|
<wsdl:part name="homePhone" type="xsd:string"/>
|
|
<wsdl:part name="homeMobile" type="xsd:string"/>
|
|
<wsdl:part name="groupName" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookOnGroupContactModifyResponse"/>
|
|
<wsdl:message name="serviceGroupRemoveServiceRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="service" type="xsd:string"/>
|
|
<wsdl:part name="component" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceGroupRemoveServiceResponse"/>
|
|
<wsdl:message name="telephonyScreenListBlackWhiteChoiceModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="screenList" type="xsd:string"/>
|
|
<wsdl:part name="outgoingCodeUnlock" type="xsd:string"/>
|
|
<wsdl:part name="incomingOoutgoing" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyScreenListBlackWhiteChoiceModifyResponse"/>
|
|
<wsdl:message name="dedicatedFilterIrcClientRuleDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="fromIp" type="xsd:string"/>
|
|
<wsdl:part name="toIp" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFilterIrcClientRuleDelResponse"/>
|
|
<wsdl:message name="domainHostAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="host" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainHostAddResponse">
|
|
<wsdl:part name="return" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="popModifyDescriptionRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="pop" type="xsd:string"/>
|
|
<wsdl:part name="description" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="popModifyDescriptionResponse"/>
|
|
<wsdl:message name="crontabAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="path" type="xsd:string"/>
|
|
<wsdl:part name="programLanguage" type="xsd:string"/>
|
|
<wsdl:part name="weekDay" type="xsd:string"/>
|
|
<wsdl:part name="days" type="xsd:string"/>
|
|
<wsdl:part name="hours" type="xsd:string"/>
|
|
<wsdl:part name="desc" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="otherEmail" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="crontabAddResponse">
|
|
<wsdl:part name="return" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsSenderDescriptionRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="description" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsSenderDescriptionResponse"/>
|
|
<wsdl:message name="telephonyAbbreviatedNumberOnGroupDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
<wsdl:part name="abbreviatedNumber" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyAbbreviatedNumberOnGroupDelResponse"/>
|
|
<wsdl:message name="mailingListModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="ml" type="xsd:string"/>
|
|
<wsdl:part name="owner" type="xsd:string"/>
|
|
<wsdl:part name="lang" type="xsd:string"/>
|
|
<wsdl:part name="replyto" type="xsd:string"/>
|
|
<wsdl:part name="message_moderation" type="xsd:boolean"/>
|
|
<wsdl:part name="users_post_only" type="xsd:boolean"/>
|
|
<wsdl:part name="subscription_moderation" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListModifyResponse"/>
|
|
<wsdl:message name="managedServicesPartitionGetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="managedServicesPartitionGetResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfManagedServicesPartitionStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailDelMasterNicRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailDelMasterNicResponse"/>
|
|
<wsdl:message name="redirectedEmailModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="redirected" type="xsd:string"/>
|
|
<wsdl:part name="old_target" type="xsd:string"/>
|
|
<wsdl:part name="target" type="xsd:string"/>
|
|
<wsdl:part name="subdomain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="redirectedEmailModifyResponse"/>
|
|
<wsdl:message name="popInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="pop" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="popInfoResponse">
|
|
<wsdl:part name="return" type="typens:popStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="zoneExportRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="zoneExportResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMrtgInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="type" type="xsd:string"/>
|
|
<wsdl:part name="duration" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMrtgInfoResponse">
|
|
<wsdl:part name="return" type="typens:dedicatedMrtgInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupReinstallDataRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="backupId" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupReinstallDataResponse"/>
|
|
<wsdl:message name="serviceFreedomListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="component" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceFreedomListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfFreedomStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="supportGetFullMessageRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="messageId" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="supportGetFullMessageResponse">
|
|
<wsdl:part name="return" type="typens:supportMessageDetailReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsUserListCsvAttachmentRequest">
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsUserListCsvAttachmentResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonySmsCsvSlotStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailGetDomainCatchAllRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailGetDomainCatchAllResponse">
|
|
<wsdl:part name="return" type="typens:catchAllGetReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsUserSendRequest">
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="numberFrom" type="xsd:string"/>
|
|
<wsdl:part name="numberTo" type="xsd:string"/>
|
|
<wsdl:part name="message" type="xsd:string"/>
|
|
<wsdl:part name="smsValidity" type="xsd:int"/>
|
|
<wsdl:part name="smsClass" type="xsd:int"/>
|
|
<wsdl:part name="smsDeferred" type="xsd:int"/>
|
|
<wsdl:part name="smsPriority" type="xsd:int"/>
|
|
<wsdl:part name="smsCoding" type="xsd:int"/>
|
|
<wsdl:part name="tag" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsUserSendResponse">
|
|
<wsdl:part name="return" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="ml" type="xsd:string"/>
|
|
<wsdl:part name="owner" type="xsd:string"/>
|
|
<wsdl:part name="lang" type="xsd:string"/>
|
|
<wsdl:part name="replyto" type="xsd:string"/>
|
|
<wsdl:part name="message_moderation" type="xsd:boolean"/>
|
|
<wsdl:part name="users_post_only" type="xsd:boolean"/>
|
|
<wsdl:part name="subscription_moderation" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListAddResponse"/>
|
|
<wsdl:message name="dedicatedBackupFtpInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupFtpInfoResponse">
|
|
<wsdl:part name="return" type="typens:dedicatedBackupFtpInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookOnGroupGroupListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookOnGroupGroupListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookGroupStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyClick2CallUserPasswordRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyClick2CallUserPasswordResponse"/>
|
|
<wsdl:message name="dedicatedMonitoringModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="language" type="xsd:string"/>
|
|
<wsdl:part name="status" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringModifyResponse"/>
|
|
<wsdl:message name="momVersionRequest"></wsdl:message>
|
|
<wsdl:message name="momVersionResponse">
|
|
<wsdl:part name="return" type="typens:momVersionReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailSetMasterNicRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailSetMasterNicResponse"/>
|
|
<wsdl:message name="sqlpriveMysqlDatabaseListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlDatabaseListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="automatedMailReturnSetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="automatedMailReturnSetResponse"/>
|
|
<wsdl:message name="databaseRecreateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="db" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="databaseRecreateResponse"/>
|
|
<wsdl:message name="popModifyPasswordRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="pop" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
<wsdl:part name="doNotSendMail" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="popModifyPasswordResponse"/>
|
|
<wsdl:message name="responderEmailAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="responder" type="xsd:string"/>
|
|
<wsdl:part name="content" type="xsd:string"/>
|
|
<wsdl:part name="delivered_to" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="responderEmailAddResponse"/>
|
|
<wsdl:message name="sqlpriveMysqlProcessListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlProcessListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfSqlpriveMysqlProcessStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsGetUserQuotaRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsGetUserQuotaResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedGetRandomAvailableIpFromCountryRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedGetRandomAvailableIpFromCountryResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsSenderDeleteRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsSenderDeleteResponse"/>
|
|
<wsdl:message name="telephonyToneStatusRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyToneStatusResponse">
|
|
<wsdl:part name="return" type="typens:telephonyToneStatusReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyDdiInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyDdiInfoResponse">
|
|
<wsdl:part name="return" type="typens:telephonyDdiInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedInstallBasicProgressRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedInstallBasicProgressResponse">
|
|
<wsdl:part name="return" type="typens:dedicatedBasicInstallProgressReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedAddServiceMonitoringAlertEmailRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
<wsdl:part name="port" type="xsd:int"/>
|
|
<wsdl:part name="itemId" type="xsd:int"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedAddServiceMonitoringAlertEmailResponse"/>
|
|
<wsdl:message name="telephonyHuntingGroupListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingGroupListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFailoverUpdateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
<wsdl:part name="routedTo" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFailoverUpdateResponse"/>
|
|
<wsdl:message name="telephonyDirectoryListWayTypeRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ape" type="xsd:string"/>
|
|
<wsdl:part name="PJCode" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyDirectoryListWayTypeResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyDirectoryWayTypeStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyCallListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="listBegin" type="xsd:int"/>
|
|
<wsdl:part name="listLimit" type="xsd:int"/>
|
|
<wsdl:part name="listType" type="xsd:string"/>
|
|
<wsdl:part name="date" type="xsd:string"/>
|
|
<wsdl:part name="callReceived" type="xsd:boolean"/>
|
|
<wsdl:part name="filterSearch" type="xsd:string"/>
|
|
<wsdl:part name="filterValue" type="xsd:string"/>
|
|
<wsdl:part name="planType" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyCallListResponse">
|
|
<wsdl:part name="return" type="typens:telephonyCallListReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="managedServicesPartitionUpdateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="storage" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="size" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="managedServicesPartitionUpdateResponse"/>
|
|
<wsdl:message name="TelephonySipToAliasOfferRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="delete" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="TelephonySipToAliasOfferResponse"/>
|
|
<wsdl:message name="dedicatedFilterIrcServerRuleAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="toIp" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFilterIrcServerRuleAddResponse"/>
|
|
<wsdl:message name="dedicatedVirtualMacIpAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
<wsdl:part name="newMac" type="xsd:string"/>
|
|
<wsdl:part name="typeMac" type="xsd:string"/>
|
|
<wsdl:part name="macName" type="xsd:string"/>
|
|
<wsdl:part name="mac" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedVirtualMacIpAddResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyAliasToSipPossibilitiesRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyAliasToSipPossibilitiesResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyAliasToLinePossibilityPriceStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyAbbreviatedNumberOnGroupAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="group" type="xsd:string"/>
|
|
<wsdl:part name="abbreviatedNumber" type="xsd:string"/>
|
|
<wsdl:part name="relatedNumber" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="surname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyAbbreviatedNumberOnGroupAddResponse"/>
|
|
<wsdl:message name="telephonyHuntingModificationQueueRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="onHoldTimer" type="xsd:int"/>
|
|
<wsdl:part name="queueSize" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingModificationQueueResponse"/>
|
|
<wsdl:message name="telephonyBillDetailsRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="date" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyBillDetailsResponse">
|
|
<wsdl:part name="return" type="typens:telephonyBillDetailsReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyDirectoryInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="callNumber" type="xsd:string"/>
|
|
<wsdl:part name="countryCode" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyDirectoryInfoResponse">
|
|
<wsdl:part name="return" type="typens:telephonyDirectoryInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedRipeGetRipeIdsRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedRipeGetRipeIdsResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineLogsNotificationOptionsModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="frequency" type="xsd:string"/>
|
|
<wsdl:part name="sendIfNull" type="xsd:boolean"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineLogsNotificationOptionsModifyResponse"/>
|
|
<wsdl:message name="dnsInstallCustomRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="subdomain" type="xsd:string"/>
|
|
<wsdl:part name="hostingtype" type="xsd:string"/>
|
|
<wsdl:part name="hosting" type="xsd:string"/>
|
|
<wsdl:part name="mxtype" type="xsd:string"/>
|
|
<wsdl:part name="mx" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="minimized" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dnsInstallCustomResponse"/>
|
|
<wsdl:message name="sqlpriveMysqlActivateOvhManagementRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlActivateOvhManagementResponse"/>
|
|
<wsdl:message name="telephonyClick2CallDoBySessionRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="calling" type="xsd:string"/>
|
|
<wsdl:part name="called" type="xsd:string"/>
|
|
<wsdl:part name="billingNumber" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyClick2CallDoBySessionResponse"/>
|
|
<wsdl:message name="prepaidGetThresholdRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="prepaidGetThresholdResponse">
|
|
<wsdl:part name="return" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyAbbreviatedNumberAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="abbreviatedNumber" type="xsd:string"/>
|
|
<wsdl:part name="relatedNumber" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="surname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyAbbreviatedNumberAddResponse"/>
|
|
<wsdl:message name="domainWhoisObfuscatorUnsetAllRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainWhoisObfuscatorUnsetAllResponse"/>
|
|
<wsdl:message name="multiFtpDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="multiFtpDelResponse"/>
|
|
<wsdl:message name="sqlpriveMysqlGetPossibleDumpRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
<wsdl:part name="directory" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlGetPossibleDumpResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfSqlpriveGetPossibleDumpStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyNumberOrderRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
<wsdl:part name="aliasNumber" type="xsd:string"/>
|
|
<wsdl:part name="prefix" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="firstname" type="xsd:string"/>
|
|
<wsdl:part name="streetName" type="xsd:string"/>
|
|
<wsdl:part name="streetNumber" type="xsd:string"/>
|
|
<wsdl:part name="address" type="xsd:string"/>
|
|
<wsdl:part name="zip" type="xsd:string"/>
|
|
<wsdl:part name="city" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="numberToReserve" type="xsd:string"/>
|
|
<wsdl:part name="procedureId" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyNumberOrderResponse">
|
|
<wsdl:part name="return" type="typens:telephonyNumberOrderReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="prepaidGetHistoryRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
<wsdl:part name="page" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="prepaidGetHistoryResponse">
|
|
<wsdl:part name="return" type="typens:prepaidGetHistoryReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyNumberCityForZoneListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="zone" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyNumberCityForZoneListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyNumberCityForZoneStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="redirectedEmailDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="redirected" type="xsd:string"/>
|
|
<wsdl:part name="target" type="xsd:string"/>
|
|
<wsdl:part name="subdomain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="redirectedEmailDelResponse"/>
|
|
<wsdl:message name="dedicatedInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedInfoResponse">
|
|
<wsdl:part name="return" type="typens:dedicatedInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupUpdateDateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="backupId" type="xsd:string"/>
|
|
<wsdl:part name="monday" type="xsd:string"/>
|
|
<wsdl:part name="tuesday" type="xsd:string"/>
|
|
<wsdl:part name="wednesday" type="xsd:string"/>
|
|
<wsdl:part name="thursday" type="xsd:string"/>
|
|
<wsdl:part name="friday" type="xsd:string"/>
|
|
<wsdl:part name="saturday" type="xsd:string"/>
|
|
<wsdl:part name="sunday" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedBackupUpdateDateResponse"/>
|
|
<wsdl:message name="domainOperationListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="status" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainOperationListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfOperationStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyTonesOptionsModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="toneRingback" type="xsd:boolean"/>
|
|
<wsdl:part name="toneOnHold" type="xsd:boolean"/>
|
|
<wsdl:part name="toneOnClosure" type="xsd:boolean"/>
|
|
<wsdl:part name="toneOnCallWaiting" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyTonesOptionsModifyResponse"/>
|
|
<wsdl:message name="popAttachMasterNicRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="pop" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="popAttachMasterNicResponse"/>
|
|
<wsdl:message name="crontabInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="crontabInfoResponse">
|
|
<wsdl:part name="return" type="typens:crontabInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceGroupSetNameRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="newName" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceGroupSetNameResponse"/>
|
|
<wsdl:message name="telephonyOfferInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyOfferInfoResponse">
|
|
<wsdl:part name="return" type="typens:telephonyOfferInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="multiDomainAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="multidomain" type="xsd:string"/>
|
|
<wsdl:part name="target" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="ownLog" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="multiDomainAddResponse"/>
|
|
<wsdl:message name="telephonyPhonebookDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookDelResponse"/>
|
|
<wsdl:message name="redirectedEmailListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="redirectedEmailListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfEmailRedirectionStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsUserAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsUserAddResponse"/>
|
|
<wsdl:message name="nicUpdateITRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="firstname" type="xsd:string"/>
|
|
<wsdl:part name="sex" type="xsd:string"/>
|
|
<wsdl:part name="legalForm" type="xsd:string"/>
|
|
<wsdl:part name="organisation" type="xsd:string"/>
|
|
<wsdl:part name="legalName" type="xsd:string"/>
|
|
<wsdl:part name="legalNumber" type="xsd:string"/>
|
|
<wsdl:part name="vat" type="xsd:string"/>
|
|
<wsdl:part name="birthDay" type="xsd:string"/>
|
|
<wsdl:part name="birthCity" type="xsd:string"/>
|
|
<wsdl:part name="nationalIdentificationNumber" type="xsd:string"/>
|
|
<wsdl:part name="companyNationalIdentificationNumber" type="xsd:string"/>
|
|
<wsdl:part name="corporationType" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="nicUpdateITResponse"/>
|
|
<wsdl:message name="telephonySmsUserHistoryRequest">
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="smsId" type="xsd:int"/>
|
|
<wsdl:part name="user" type="xsd:string"/>
|
|
<wsdl:part name="pagingStart" type="xsd:int"/>
|
|
<wsdl:part name="pagingLimit" type="xsd:int"/>
|
|
<wsdl:part name="sortField" type="xsd:string"/>
|
|
<wsdl:part name="sortOrder" type="xsd:string"/>
|
|
<wsdl:part name="tag" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsUserHistoryResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonySmsHistoryStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringStatusGetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringStatusGetResponse">
|
|
<wsdl:part name="return" type="typens:dedicatedMonitoringStatusReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ripeUpdateOrganisationRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ripeId" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="address" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="abuse" type="xsd:string"/>
|
|
<wsdl:part name="descr" type="xsd:string"/>
|
|
<wsdl:part name="phone" type="xsd:string"/>
|
|
<wsdl:part name="fax" type="xsd:string"/>
|
|
<wsdl:part name="remarks" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ripeUpdateOrganisationResponse">
|
|
<wsdl:part name="return" type="typens:ripeUpdateReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedNetbootModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="kernel" type="xsd:string"/>
|
|
<wsdl:part name="cpufamily" type="xsd:string"/>
|
|
<wsdl:part name="grsec" type="xsd:boolean"/>
|
|
<wsdl:part name="smp" type="xsd:boolean"/>
|
|
<wsdl:part name="ipv6" type="xsd:boolean"/>
|
|
<wsdl:part name="root" type="xsd:string"/>
|
|
<wsdl:part name="rescueEmail" type="xsd:string"/>
|
|
<wsdl:part name="hz" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedNetbootModifyResponse"/>
|
|
<wsdl:message name="subDomainListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="subDomainListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfSubDomainStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveFtpPasswordRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveFtpPasswordResponse"/>
|
|
<wsdl:message name="telephonyOfferModifyPasswordRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyOfferModifyPasswordResponse"/>
|
|
<wsdl:message name="dnsUninstallRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dnsUninstallResponse"/>
|
|
<wsdl:message name="dedicatedFilterIrcClientRuleListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedFilterIrcClientRuleListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedFilterIrcRuleStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFunctionKeyAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="keyNum" type="xsd:int"/>
|
|
<wsdl:part name="function" type="xsd:string"/>
|
|
<wsdl:part name="relatedNumber" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFunctionKeyAddResponse"/>
|
|
<wsdl:message name="telephonyPhonebookListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPlugAndPhoneResetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPlugAndPhoneResetResponse"/>
|
|
<wsdl:message name="sqlpriveMysqlRootPasswordRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlRootPasswordResponse"/>
|
|
<wsdl:message name="telephonySmsUserDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsUserDelResponse"/>
|
|
<wsdl:message name="emailSetDomainMxFilteringRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="subdomain" type="xsd:string"/>
|
|
<wsdl:part name="type" type="xsd:string"/>
|
|
<wsdl:part name="mx" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="emailSetDomainMxFilteringResponse"/>
|
|
<wsdl:message name="telephonyVoicemailMessagesStatusRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyVoicemailMessagesStatusResponse">
|
|
<wsdl:part name="return" type="typens:telephonyVoicemailMessagesStatusReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookModifyResponse"/>
|
|
<wsdl:message name="dedicatedIPForUDPMoveRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="hostnameTo" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedIPForUDPMoveResponse"/>
|
|
<wsdl:message name="nicUpdateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="firstname" type="xsd:string"/>
|
|
<wsdl:part name="legalForm" type="xsd:string"/>
|
|
<wsdl:part name="organisation" type="xsd:string"/>
|
|
<wsdl:part name="legalName" type="xsd:string"/>
|
|
<wsdl:part name="legalNumber" type="xsd:string"/>
|
|
<wsdl:part name="vat" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="nicUpdateResponse"/>
|
|
<wsdl:message name="telephonyOfferModifyNameRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyOfferModifyNameResponse"/>
|
|
<wsdl:message name="notepadFlushRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="notepadFlushResponse"/>
|
|
<wsdl:message name="multiDomainModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="multidomain" type="xsd:string"/>
|
|
<wsdl:part name="target" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="ownLog" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="multiDomainModifyResponse"/>
|
|
<wsdl:message name="languageRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="language" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="languageResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringSMSModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="phoneNumberTo" type="xsd:string"/>
|
|
<wsdl:part name="language" type="xsd:string"/>
|
|
<wsdl:part name="status" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringSMSModifyResponse"/>
|
|
<wsdl:message name="telephonyPhonebookGroupListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPhonebookGroupListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyPhonebookGroupStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="logsAccessDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="user" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="logsAccessDelResponse"/>
|
|
<wsdl:message name="logsAccessAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="user" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="logsAccessAddResponse"/>
|
|
<wsdl:message name="multiDomainInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="multidomain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="multiDomainInfoResponse">
|
|
<wsdl:part name="return" type="typens:multiDomainStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainWhoisObfuscatorListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainWhoisObfuscatorListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDomainWhoisObfuscatorStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlProcessKillRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
<wsdl:part name="process" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlProcessKillResponse"/>
|
|
<wsdl:message name="telephonyBillingAccountInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyBillingAccountInfoResponse">
|
|
<wsdl:part name="return" type="typens:telephonyBillingAccountInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfMailingListStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsSenderAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsSenderAddResponse">
|
|
<wsdl:part name="return" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineConsumptionCSVByMailRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="date" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineConsumptionCSVByMailResponse"/>
|
|
<wsdl:message name="telephonySmsUserDeleteCsvAttachmentRequest">
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
<wsdl:part name="ids" type="typens:MyArrayOfIntType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsUserDeleteCsvAttachmentResponse"/>
|
|
<wsdl:message name="mailingListSubscriberListByEmailRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="ml" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="mailingListSubscriberListByEmailResponse"/>
|
|
<wsdl:message name="supportCloseThreadsRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="threads" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="supportCloseThreadsResponse"/>
|
|
<wsdl:message name="sqlpriveMysqlDatabaseSaveRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
<wsdl:part name="database" type="xsd:string"/>
|
|
<wsdl:part name="comment" type="xsd:string"/>
|
|
<wsdl:part name="compress" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveMysqlDatabaseSaveResponse">
|
|
<wsdl:part name="return" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyListReversableCallsFromNumberRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="reversableDelay" type="xsd:string"/>
|
|
<wsdl:part name="pagingStart" type="xsd:int"/>
|
|
<wsdl:part name="pagingLimit" type="xsd:int"/>
|
|
<wsdl:part name="sortOrder" type="xsd:string"/>
|
|
<wsdl:part name="sortField" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyListReversableCallsFromNumberResponse">
|
|
<wsdl:part name="return" type="typens:telephonyListReversableCallsFromNumberReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyBillingAccountListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyBillingAccountListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfTelephonyBillingAccountStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsGetQuotaNotificationForUserRequest">
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonySmsGetQuotaNotificationForUserResponse">
|
|
<wsdl:part name="return" type="typens:telephonyNotificationSmsUserStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringDelResponse"/>
|
|
<wsdl:message name="telephonyChangeNicModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="nicNames" type="typens:MyArrayOfStringType"/>
|
|
<wsdl:part name="nicPasswords" type="typens:MyArrayOfStringType"/>
|
|
<wsdl:part name="nicTypes" type="typens:MyArrayOfStringType"/>
|
|
<wsdl:part name="changeTypes" type="typens:MyArrayOfStringType"/>
|
|
<wsdl:part name="changeElts" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyChangeNicModifyResponse"/>
|
|
<wsdl:message name="dedicatedMonitoringServiceAddSMSRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="ip" type="xsd:string"/>
|
|
<wsdl:part name="port" type="xsd:int"/>
|
|
<wsdl:part name="protocol" type="xsd:string"/>
|
|
<wsdl:part name="period" type="xsd:string"/>
|
|
<wsdl:part name="string" type="xsd:string"/>
|
|
<wsdl:part name="url" type="xsd:string"/>
|
|
<wsdl:part name="smsAccount" type="xsd:string"/>
|
|
<wsdl:part name="phoneNumberTo" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringServiceAddSMSResponse">
|
|
<wsdl:part name="return" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="prepaidGetBalanceRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="prepaidGetBalanceResponse">
|
|
<wsdl:part name="return" type="xsd:float"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dnsGeolocalizeHostingRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="hosting" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dnsGeolocalizeHostingResponse"/>
|
|
<wsdl:message name="popAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="pop" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
<wsdl:part name="description" type="xsd:string"/>
|
|
<wsdl:part name="nic" type="xsd:string"/>
|
|
<wsdl:part name="quota" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="popAddResponse"/>
|
|
<wsdl:message name="telephonyClick2CallUserAddRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="login" type="xsd:string"/>
|
|
<wsdl:part name="password" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyClick2CallUserAddResponse"/>
|
|
<wsdl:message name="domainHostInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="host" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="domainHostInfoResponse">
|
|
<wsdl:part name="return" type="typens:domainHostInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedIPForUDPGetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedIPForUDPGetResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedIPForUDPStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyConferenceOptionsModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="room" type="xsd:string"/>
|
|
<wsdl:part name="askName" type="xsd:boolean"/>
|
|
<wsdl:part name="tellMemberCount" type="xsd:boolean"/>
|
|
<wsdl:part name="announce_rcv" type="xsd:boolean"/>
|
|
<wsdl:part name="announce_snd" type="xsd:boolean"/>
|
|
<wsdl:part name="dtmfmenu" type="xsd:boolean"/>
|
|
<wsdl:part name="recordConf" type="xsd:boolean"/>
|
|
<wsdl:part name="recordDir" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyConferenceOptionsModifyResponse"/>
|
|
<wsdl:message name="dedicatedGetAvailableIpFromNetworkRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
<wsdl:part name="network" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedGetAvailableIpFromNetworkResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfStringType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="crontabModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="id" type="xsd:int"/>
|
|
<wsdl:part name="path" type="xsd:string"/>
|
|
<wsdl:part name="programLanguage" type="xsd:string"/>
|
|
<wsdl:part name="weekDay" type="xsd:string"/>
|
|
<wsdl:part name="days" type="xsd:string"/>
|
|
<wsdl:part name="hours" type="xsd:string"/>
|
|
<wsdl:part name="desc" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="otherEmail" type="xsd:string"/>
|
|
<wsdl:part name="enable" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="crontabModifyResponse"/>
|
|
<wsdl:message name="sqlpriveCronGetRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="server" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="sqlpriveCronGetResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfSqlpriveCronStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="supportReactivateThreadRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="threadId" type="xsd:int"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="supportReactivateThreadResponse"/>
|
|
<wsdl:message name="zoneImportRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="zone" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="zoneImportResponse"/>
|
|
<wsdl:message name="multiDomainDelRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="multidomain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="multiDomainDelResponse"/>
|
|
<wsdl:message name="dedicatedMailinglistSubscribeRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="mailingList" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMailinglistSubscribeResponse"/>
|
|
<wsdl:message name="serviceGroupInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceGroupInfoResponse">
|
|
<wsdl:part name="return" type="typens:serviceGroupStruct"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="automatedMailFlushRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="automatedMailFlushResponse"/>
|
|
<wsdl:message name="managedServicesNameUpdateRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="storage" type="xsd:string"/>
|
|
<wsdl:part name="customName" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="managedServicesNameUpdateResponse"/>
|
|
<wsdl:message name="popGetQuotaRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="pop" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="popGetQuotaResponse">
|
|
<wsdl:part name="return" type="typens:popGetQuotaReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingGenericScreenOptionsModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="forwardUnconditionalNumber" type="xsd:string"/>
|
|
<wsdl:part name="mainVoicemail" type="xsd:string"/>
|
|
<wsdl:part name="forwardPolicyIndex" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyHuntingGenericScreenOptionsModifyResponse"/>
|
|
<wsdl:message name="ripeCreateOrganisationRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="address" type="xsd:string"/>
|
|
<wsdl:part name="email" type="xsd:string"/>
|
|
<wsdl:part name="abuse" type="xsd:string"/>
|
|
<wsdl:part name="descr" type="xsd:string"/>
|
|
<wsdl:part name="phone" type="xsd:string"/>
|
|
<wsdl:part name="fax" type="xsd:string"/>
|
|
<wsdl:part name="remarks" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="ripeCreateOrganisationResponse">
|
|
<wsdl:part name="return" type="typens:ripeUpdateReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPlugAndPhoneInfoRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyPlugAndPhoneInfoResponse">
|
|
<wsdl:part name="return" type="typens:telephonyPlugAndPhoneInfoReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFaxCampaignDeleteRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="reference" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyFaxCampaignDeleteResponse"/>
|
|
<wsdl:message name="telephonyReversmentsRefundFromBillingAccountRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="billingAccount" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyReversmentsRefundFromBillingAccountResponse"/>
|
|
<wsdl:message name="telephonyVoicemailMessageDeleteRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="messageType" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyVoicemailMessageDeleteResponse"/>
|
|
<wsdl:message name="dedicatedIpLoadBalancingNameModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="ipLoadBalancing" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedIpLoadBalancingNameModifyResponse"/>
|
|
<wsdl:message name="telephonyLineOptionsListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyLineOptionsListResponse">
|
|
<wsdl:part name="return" type="typens:telephonyLineOptionsListReturn"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyAbbreviatedNumberModifyRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="number" type="xsd:string"/>
|
|
<wsdl:part name="country" type="xsd:string"/>
|
|
<wsdl:part name="abbreviatedNumber" type="xsd:string"/>
|
|
<wsdl:part name="relatedNumber" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="surname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="telephonyAbbreviatedNumberModifyResponse"/>
|
|
<wsdl:message name="dedicatedMonitoringServiceListRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="hostname" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="dedicatedMonitoringServiceListResponse">
|
|
<wsdl:part name="return" type="typens:MyArrayOfDedicatedMonitoringServiceStructType"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="resellerDomainTransferRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="domain" type="xsd:string"/>
|
|
<wsdl:part name="authinfo" type="xsd:string"/>
|
|
<wsdl:part name="hosting" type="xsd:string"/>
|
|
<wsdl:part name="offer" type="xsd:string"/>
|
|
<wsdl:part name="profile" type="xsd:string"/>
|
|
<wsdl:part name="owo" type="xsd:string"/>
|
|
<wsdl:part name="owner" type="xsd:string"/>
|
|
<wsdl:part name="admin" type="xsd:string"/>
|
|
<wsdl:part name="tech" type="xsd:string"/>
|
|
<wsdl:part name="billing" type="xsd:string"/>
|
|
<wsdl:part name="dns1" type="xsd:string"/>
|
|
<wsdl:part name="dns2" type="xsd:string"/>
|
|
<wsdl:part name="dns3" type="xsd:string"/>
|
|
<wsdl:part name="dns4" type="xsd:string"/>
|
|
<wsdl:part name="dns5" type="xsd:string"/>
|
|
<wsdl:part name="method" type="xsd:string"/>
|
|
<wsdl:part name="legalName" type="xsd:string"/>
|
|
<wsdl:part name="legalNumber" type="xsd:string"/>
|
|
<wsdl:part name="afnicIdent" type="xsd:string"/>
|
|
<wsdl:part name="birthDate" type="xsd:string"/>
|
|
<wsdl:part name="birthCity" type="xsd:string"/>
|
|
<wsdl:part name="birthDepartement" type="xsd:string"/>
|
|
<wsdl:part name="birthCountry" type="xsd:string"/>
|
|
<wsdl:part name="dryRun" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="resellerDomainTransferResponse"/>
|
|
<wsdl:message name="serviceGroupAddServiceRequest">
|
|
<wsdl:part name="session" type="xsd:string"/>
|
|
<wsdl:part name="name" type="xsd:string"/>
|
|
<wsdl:part name="service" type="xsd:string"/>
|
|
<wsdl:part name="component" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="serviceGroupAddServiceResponse"/>
|
|
<wsdl:message name="FailureMsg">
|
|
<part name="error" type="typens:FailureType"/>
|
|
</wsdl:message>
|
|
<wsdl:portType name="managerPortType">
|
|
<wsdl:operation name="telephonyConferenceDel">
|
|
<wsdl:input message="wsdlns:telephonyConferenceDelRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyConferenceDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListModeratorDel">
|
|
<wsdl:input message="wsdlns:mailingListModeratorDelRequest"/>
|
|
<wsdl:output message="wsdlns:mailingListModeratorDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNumberInfo">
|
|
<wsdl:input message="wsdlns:telephonyNumberInfoRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyNumberInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlRestart">
|
|
<wsdl:input message="wsdlns:sqlpriveMysqlRestartRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveMysqlRestartResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="logout">
|
|
<wsdl:input message="wsdlns:logoutRequest"/>
|
|
<wsdl:output message="wsdlns:logoutResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiFtpChangeDirectory">
|
|
<wsdl:input message="wsdlns:multiFtpChangeDirectoryRequest"/>
|
|
<wsdl:output message="wsdlns:multiFtpChangeDirectoryResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlVersion">
|
|
<wsdl:input message="wsdlns:sqlpriveMysqlVersionRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveMysqlVersionResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedReverseDel">
|
|
<wsdl:input message="wsdlns:dedicatedReverseDelRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedReverseDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedDelServiceMonitoringAlert">
|
|
<wsdl:input message="wsdlns:dedicatedDelServiceMonitoringAlertRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedDelServiceMonitoringAlertResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVoicemailOptionsList">
|
|
<wsdl:input message="wsdlns:telephonyVoicemailOptionsListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyVoicemailOptionsListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookSharePeerList">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookSharePeerListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookSharePeerListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceGroupGetAllInfo">
|
|
<wsdl:input message="wsdlns:serviceGroupGetAllInfoRequest"/>
|
|
<wsdl:output message="wsdlns:serviceGroupGetAllInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="redirectedEmailAdd">
|
|
<wsdl:input message="wsdlns:redirectedEmailAddRequest"/>
|
|
<wsdl:output message="wsdlns:redirectedEmailAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicModifyInfos">
|
|
<wsdl:input message="wsdlns:nicModifyInfosRequest"/>
|
|
<wsdl:output message="wsdlns:nicModifyInfosResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ripeGetRipeIds">
|
|
<wsdl:input message="wsdlns:ripeGetRipeIdsRequest"/>
|
|
<wsdl:output message="wsdlns:ripeGetRipeIdsResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyRedirectModify">
|
|
<wsdl:input message="wsdlns:telephonyRedirectModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyRedirectModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlDatabaseImportFromFile">
|
|
<wsdl:input message="wsdlns:sqlpriveMysqlDatabaseImportFromFileRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveMysqlDatabaseImportFromFileResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNumberModify">
|
|
<wsdl:input message="wsdlns:telephonyNumberModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyNumberModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedAddServiceMonitoringAlertSMS">
|
|
<wsdl:input message="wsdlns:dedicatedAddServiceMonitoringAlertSMSRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedAddServiceMonitoringAlertSMSResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="automatedMailGetVolumeHistory">
|
|
<wsdl:input message="wsdlns:automatedMailGetVolumeHistoryRequest"/>
|
|
<wsdl:output message="wsdlns:automatedMailGetVolumeHistoryResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="automatedMailGetTodo">
|
|
<wsdl:input message="wsdlns:automatedMailGetTodoRequest"/>
|
|
<wsdl:output message="wsdlns:automatedMailGetTodoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIpLoadBalancingList">
|
|
<wsdl:input message="wsdlns:dedicatedIpLoadBalancingListRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedIpLoadBalancingListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupReinstallConfiguration">
|
|
<wsdl:input message="wsdlns:dedicatedBackupReinstallConfigurationRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBackupReinstallConfigurationResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserGetCsvAttachment">
|
|
<wsdl:input message="wsdlns:telephonySmsUserGetCsvAttachmentRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsUserGetCsvAttachmentResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupGetHisto">
|
|
<wsdl:input message="wsdlns:dedicatedBackupGetHistoRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBackupGetHistoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainHostUpdate">
|
|
<wsdl:input message="wsdlns:domainHostUpdateRequest"/>
|
|
<wsdl:output message="wsdlns:domainHostUpdateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupUpdate">
|
|
<wsdl:input message="wsdlns:dedicatedBackupUpdateRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBackupUpdateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceGroupList">
|
|
<wsdl:input message="wsdlns:serviceGroupListRequest"/>
|
|
<wsdl:output message="wsdlns:serviceGroupListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="databaseChangePassword">
|
|
<wsdl:input message="wsdlns:databaseChangePasswordRequest"/>
|
|
<wsdl:output message="wsdlns:databaseChangePasswordResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="billingInvoiceList">
|
|
<wsdl:input message="wsdlns:billingInvoiceListRequest"/>
|
|
<wsdl:output message="wsdlns:billingInvoiceListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNicSetSipDomain">
|
|
<wsdl:input message="wsdlns:telephonyNicSetSipDomainRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyNicSetSipDomainResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="globalAccessByNic">
|
|
<wsdl:input message="wsdlns:globalAccessByNicRequest"/>
|
|
<wsdl:output message="wsdlns:globalAccessByNicResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedNetbootGetRescueEmail">
|
|
<wsdl:input message="wsdlns:dedicatedNetbootGetRescueEmailRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedNetbootGetRescueEmailResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ticketListIncidentsByDomain">
|
|
<wsdl:input message="wsdlns:ticketListIncidentsByDomainRequest"/>
|
|
<wsdl:output message="wsdlns:ticketListIncidentsByDomainResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsMultiSend">
|
|
<wsdl:input message="wsdlns:telephonySmsMultiSendRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsMultiSendResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceListPaginated">
|
|
<wsdl:input message="wsdlns:serviceListPaginatedRequest"/>
|
|
<wsdl:output message="wsdlns:serviceListPaginatedResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedRtmListBackdoor">
|
|
<wsdl:input message="wsdlns:dedicatedRtmListBackdoorRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedRtmListBackdoorResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserAddCsvAttachment">
|
|
<wsdl:input message="wsdlns:telephonySmsUserAddCsvAttachmentRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsUserAddCsvAttachmentResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="zoneEntryList">
|
|
<wsdl:input message="wsdlns:zoneEntryListRequest"/>
|
|
<wsdl:output message="wsdlns:zoneEntryListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dnsDefaultInstallCustom">
|
|
<wsdl:input message="wsdlns:dnsDefaultInstallCustomRequest"/>
|
|
<wsdl:output message="wsdlns:dnsDefaultInstallCustomResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxHistory">
|
|
<wsdl:input message="wsdlns:telephonyFaxHistoryRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFaxHistoryResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiFtpChangePassword">
|
|
<wsdl:input message="wsdlns:multiFtpChangePasswordRequest"/>
|
|
<wsdl:output message="wsdlns:multiFtpChangePasswordResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFreefaxToVoicefax">
|
|
<wsdl:input message="wsdlns:telephonyFreefaxToVoicefaxRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFreefaxToVoicefaxResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlUserList">
|
|
<wsdl:input message="wsdlns:sqlpriveMysqlUserListRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveMysqlUserListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxSend">
|
|
<wsdl:input message="wsdlns:telephonyFaxSendRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFaxSendResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainUnlock">
|
|
<wsdl:input message="wsdlns:domainUnlockRequest"/>
|
|
<wsdl:output message="wsdlns:domainUnlockResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyRestrictionList">
|
|
<wsdl:input message="wsdlns:telephonyRestrictionListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyRestrictionListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainWhoisObfuscatorSetAll">
|
|
<wsdl:input message="wsdlns:domainWhoisObfuscatorSetAllRequest"/>
|
|
<wsdl:output message="wsdlns:domainWhoisObfuscatorSetAllResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popDetachMasterNic">
|
|
<wsdl:input message="wsdlns:popDetachMasterNicRequest"/>
|
|
<wsdl:output message="wsdlns:popDetachMasterNicResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillList">
|
|
<wsdl:input message="wsdlns:telephonyBillListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyBillListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNumberCustomList">
|
|
<wsdl:input message="wsdlns:telephonyNumberCustomListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyNumberCustomListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringNotificationCreate">
|
|
<wsdl:input message="wsdlns:dedicatedMonitoringNotificationCreateRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMonitoringNotificationCreateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPlugAndPhoneSkinModify">
|
|
<wsdl:input message="wsdlns:telephonyPlugAndPhoneSkinModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPlugAndPhoneSkinModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainList">
|
|
<wsdl:input message="wsdlns:domainListRequest"/>
|
|
<wsdl:output message="wsdlns:domainListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxOptionsModify">
|
|
<wsdl:input message="wsdlns:telephonyFaxOptionsModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFaxOptionsModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillingAccountSummary">
|
|
<wsdl:input message="wsdlns:telephonyBillingAccountSummaryRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyBillingAccountSummaryResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="overquotaInfo">
|
|
<wsdl:input message="wsdlns:overquotaInfoRequest"/>
|
|
<wsdl:output message="wsdlns:overquotaInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="automatedMailGetErrors">
|
|
<wsdl:input message="wsdlns:automatedMailGetErrorsRequest"/>
|
|
<wsdl:output message="wsdlns:automatedMailGetErrorsResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyClick2CallUserDel">
|
|
<wsdl:input message="wsdlns:telephonyClick2CallUserDelRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyClick2CallUserDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailGetCapabilities">
|
|
<wsdl:input message="wsdlns:emailGetCapabilitiesRequest"/>
|
|
<wsdl:output message="wsdlns:emailGetCapabilitiesResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsAccountList">
|
|
<wsdl:input message="wsdlns:telephonySmsAccountListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsAccountListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillingAccountConsumptionCSVByMail">
|
|
<wsdl:input message="wsdlns:telephonyBillingAccountConsumptionCSVByMailRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyBillingAccountConsumptionCSVByMailResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFMHuntingModificationVoicemail">
|
|
<wsdl:input message="wsdlns:telephonyFMHuntingModificationVoicemailRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFMHuntingModificationVoicemailResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupList">
|
|
<wsdl:input message="wsdlns:dedicatedBackupListRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBackupListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyOrdersFollowingUp">
|
|
<wsdl:input message="wsdlns:telephonyOrdersFollowingUpRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyOrdersFollowingUpResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookOnGroupContactAdd">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookOnGroupContactAddRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookOnGroupContactAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ortDomainDel">
|
|
<wsdl:input message="wsdlns:ortDomainDelRequest"/>
|
|
<wsdl:output message="wsdlns:ortDomainDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListModeratorList">
|
|
<wsdl:input message="wsdlns:mailingListModeratorListRequest"/>
|
|
<wsdl:output message="wsdlns:mailingListModeratorListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillDetailsCSV">
|
|
<wsdl:input message="wsdlns:telephonyBillDetailsCSVRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyBillDetailsCSVResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popList">
|
|
<wsdl:input message="wsdlns:popListRequest"/>
|
|
<wsdl:output message="wsdlns:popListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlRamUsed">
|
|
<wsdl:input message="wsdlns:sqlpriveMysqlRamUsedRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveMysqlRamUsedResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsCreditLeft">
|
|
<wsdl:input message="wsdlns:telephonySmsCreditLeftRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsCreditLeftResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="prepaidDomainCreate">
|
|
<wsdl:input message="wsdlns:prepaidDomainCreateRequest"/>
|
|
<wsdl:output message="wsdlns:prepaidDomainCreateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyDirectoryPJCode">
|
|
<wsdl:input message="wsdlns:telephonyDirectoryPJCodeRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyDirectoryPJCodeResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyListSummationCallsFromBillingAccount">
|
|
<wsdl:input message="wsdlns:telephonyListSummationCallsFromBillingAccountRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyListSummationCallsFromBillingAccountResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="rpsMigrationGetProgressStatus">
|
|
<wsdl:input message="wsdlns:rpsMigrationGetProgressStatusRequest"/>
|
|
<wsdl:output message="wsdlns:rpsMigrationGetProgressStatusResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedNetbootGetAll">
|
|
<wsdl:input message="wsdlns:dedicatedNetbootGetAllRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedNetbootGetAllResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailDomainListByMasterNic">
|
|
<wsdl:input message="wsdlns:emailDomainListByMasterNicRequest"/>
|
|
<wsdl:output message="wsdlns:emailDomainListByMasterNicResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyConferenceMailReportModify">
|
|
<wsdl:input message="wsdlns:telephonyConferenceMailReportModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyConferenceMailReportModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAbbreviatedNumberDel">
|
|
<wsdl:input message="wsdlns:telephonyAbbreviatedNumberDelRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyAbbreviatedNumberDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resellerDomainTransferIT">
|
|
<wsdl:input message="wsdlns:resellerDomainTransferITRequest"/>
|
|
<wsdl:output message="wsdlns:resellerDomainTransferITResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedVirtualMacIpAvailableGetList">
|
|
<wsdl:input message="wsdlns:dedicatedVirtualMacIpAvailableGetListRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedVirtualMacIpAvailableGetListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxOptionsList">
|
|
<wsdl:input message="wsdlns:telephonyFaxOptionsListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFaxOptionsListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ticketListIncidents">
|
|
<wsdl:input message="wsdlns:ticketListIncidentsRequest"/>
|
|
<wsdl:output message="wsdlns:ticketListIncidentsResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="infrastructureReverseModify">
|
|
<wsdl:input message="wsdlns:infrastructureReverseModifyRequest"/>
|
|
<wsdl:output message="wsdlns:infrastructureReverseModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVxmlDel">
|
|
<wsdl:input message="wsdlns:telephonyVxmlDelRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyVxmlDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringSMSCreate">
|
|
<wsdl:input message="wsdlns:dedicatedMonitoringSMSCreateRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMonitoringSMSCreateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedRipeQuery">
|
|
<wsdl:input message="wsdlns:dedicatedRipeQueryRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedRipeQueryResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="responderEmailList">
|
|
<wsdl:input message="wsdlns:responderEmailListRequest"/>
|
|
<wsdl:output message="wsdlns:responderEmailListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillingAccountSet">
|
|
<wsdl:input message="wsdlns:telephonyBillingAccountSetRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyBillingAccountSetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyDepositMovementModify">
|
|
<wsdl:input message="wsdlns:telephonyDepositMovementModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyDepositMovementModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyClick2CallDo">
|
|
<wsdl:input message="wsdlns:telephonyClick2CallDoRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyClick2CallDoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVxmlInfo">
|
|
<wsdl:input message="wsdlns:telephonyVxmlInfoRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyVxmlInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySpecialNumberOrder">
|
|
<wsdl:input message="wsdlns:telephonySpecialNumberOrderRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySpecialNumberOrderResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVoicemailOptionsModify">
|
|
<wsdl:input message="wsdlns:telephonyVoicemailOptionsModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyVoicemailOptionsModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineSwitchOldOffer">
|
|
<wsdl:input message="wsdlns:telephonyLineSwitchOldOfferRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyLineSwitchOldOfferResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="zoneEntryAddCustom">
|
|
<wsdl:input message="wsdlns:zoneEntryAddCustomRequest"/>
|
|
<wsdl:output message="wsdlns:zoneEntryAddCustomResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainWhoisObfuscatorInfo">
|
|
<wsdl:input message="wsdlns:domainWhoisObfuscatorInfoRequest"/>
|
|
<wsdl:output message="wsdlns:domainWhoisObfuscatorInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookOnGroupContactDel">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookOnGroupContactDelRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookOnGroupContactDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ticketReopen">
|
|
<wsdl:input message="wsdlns:ticketReopenRequest"/>
|
|
<wsdl:output message="wsdlns:ticketReopenResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsAddCsvAttachment">
|
|
<wsdl:input message="wsdlns:telephonySmsAddCsvAttachmentRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsAddCsvAttachmentResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupFtpPassword">
|
|
<wsdl:input message="wsdlns:dedicatedBackupFtpPasswordRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBackupFtpPasswordResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="hostingAccessByNic">
|
|
<wsdl:input message="wsdlns:hostingAccessByNicRequest"/>
|
|
<wsdl:output message="wsdlns:hostingAccessByNicResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyConferenceModeratorCallNumberModify">
|
|
<wsdl:input message="wsdlns:telephonyConferenceModeratorCallNumberModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyConferenceModeratorCallNumberModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveAlertInfo">
|
|
<wsdl:input message="wsdlns:sqlpriveAlertInfoRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveAlertInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyOfferSimultaneousLinesAdd">
|
|
<wsdl:input message="wsdlns:telephonyOfferSimultaneousLinesAddRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyOfferSimultaneousLinesAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListFullInfo">
|
|
<wsdl:input message="wsdlns:mailingListFullInfoRequest"/>
|
|
<wsdl:output message="wsdlns:mailingListFullInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedRtmBackdoorUpdateAlert">
|
|
<wsdl:input message="wsdlns:dedicatedRtmBackdoorUpdateAlertRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedRtmBackdoorUpdateAlertResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="responderEmailInfo">
|
|
<wsdl:input message="wsdlns:responderEmailInfoRequest"/>
|
|
<wsdl:output message="wsdlns:responderEmailInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyToneRemoteUpload">
|
|
<wsdl:input message="wsdlns:telephonyToneRemoteUploadRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyToneRemoteUploadResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedSecondaryDNSAdd">
|
|
<wsdl:input message="wsdlns:dedicatedSecondaryDNSAddRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedSecondaryDNSAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popUpgradeQuota">
|
|
<wsdl:input message="wsdlns:popUpgradeQuotaRequest"/>
|
|
<wsdl:output message="wsdlns:popUpgradeQuotaResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFMHuntingModificationMode">
|
|
<wsdl:input message="wsdlns:telephonyFMHuntingModificationModeRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFMHuntingModificationModeResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveList">
|
|
<wsdl:input message="wsdlns:sqlpriveListRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dnsInstall">
|
|
<wsdl:input message="wsdlns:dnsInstallRequest"/>
|
|
<wsdl:output message="wsdlns:dnsInstallResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAliasToSipOffer">
|
|
<wsdl:input message="wsdlns:telephonyAliasToSipOfferRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyAliasToSipOfferResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="hostingSummary">
|
|
<wsdl:input message="wsdlns:hostingSummaryRequest"/>
|
|
<wsdl:output message="wsdlns:hostingSummaryResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailDomainSummary">
|
|
<wsdl:input message="wsdlns:emailDomainSummaryRequest"/>
|
|
<wsdl:output message="wsdlns:emailDomainSummaryResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedRtmGetStatus">
|
|
<wsdl:input message="wsdlns:dedicatedRtmGetStatusRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedRtmGetStatusResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyConferenceList">
|
|
<wsdl:input message="wsdlns:telephonyConferenceListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyConferenceListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesPartitionQuotaUsed">
|
|
<wsdl:input message="wsdlns:managedServicesPartitionQuotaUsedRequest"/>
|
|
<wsdl:output message="wsdlns:managedServicesPartitionQuotaUsedResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedNetbootGetAvailable">
|
|
<wsdl:input message="wsdlns:dedicatedNetbootGetAvailableRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedNetbootGetAvailableResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserMultiSend">
|
|
<wsdl:input message="wsdlns:telephonySmsUserMultiSendRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsUserMultiSendResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsGetCsvAttachment">
|
|
<wsdl:input message="wsdlns:telephonySmsGetCsvAttachmentRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsGetCsvAttachmentResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsHistory">
|
|
<wsdl:input message="wsdlns:telephonySmsHistoryRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsHistoryResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="zoneEntryModify">
|
|
<wsdl:input message="wsdlns:zoneEntryModifyRequest"/>
|
|
<wsdl:output message="wsdlns:zoneEntryModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ticketListContact">
|
|
<wsdl:input message="wsdlns:ticketListContactRequest"/>
|
|
<wsdl:output message="wsdlns:ticketListContactResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMailinglistGetAllowed">
|
|
<wsdl:input message="wsdlns:dedicatedMailinglistGetAllowedRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMailinglistGetAllowedResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupInfo">
|
|
<wsdl:input message="wsdlns:dedicatedBackupInfoRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBackupInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAbbreviatedNumberOnGroupModify">
|
|
<wsdl:input message="wsdlns:telephonyAbbreviatedNumberOnGroupModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyAbbreviatedNumberOnGroupModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="accountSummary">
|
|
<wsdl:input message="wsdlns:accountSummaryRequest"/>
|
|
<wsdl:output message="wsdlns:accountSummaryResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="subDomainDel">
|
|
<wsdl:input message="wsdlns:subDomainDelRequest"/>
|
|
<wsdl:output message="wsdlns:subDomainDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingGenericScreenList">
|
|
<wsdl:input message="wsdlns:telephonyHuntingGenericScreenListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyHuntingGenericScreenListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailFilterAdd">
|
|
<wsdl:input message="wsdlns:emailFilterAddRequest"/>
|
|
<wsdl:output message="wsdlns:emailFilterAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingGenericScreenStatus">
|
|
<wsdl:input message="wsdlns:telephonyHuntingGenericScreenStatusRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyHuntingGenericScreenStatusResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingModificationMembers">
|
|
<wsdl:input message="wsdlns:telephonyHuntingModificationMembersRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyHuntingModificationMembersResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="rpsMigrationStatus">
|
|
<wsdl:input message="wsdlns:rpsMigrationStatusRequest"/>
|
|
<wsdl:output message="wsdlns:rpsMigrationStatusResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dnsReset">
|
|
<wsdl:input message="wsdlns:dnsResetRequest"/>
|
|
<wsdl:output message="wsdlns:dnsResetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="supportGetNicDomains">
|
|
<wsdl:input message="wsdlns:supportGetNicDomainsRequest"/>
|
|
<wsdl:output message="wsdlns:supportGetNicDomainsResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxCampaignCreation">
|
|
<wsdl:input message="wsdlns:telephonyFaxCampaignCreationRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFaxCampaignCreationResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="supportGetThreads">
|
|
<wsdl:input message="wsdlns:supportGetThreadsRequest"/>
|
|
<wsdl:output message="wsdlns:supportGetThreadsResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListDel">
|
|
<wsdl:input message="wsdlns:mailingListDelRequest"/>
|
|
<wsdl:output message="wsdlns:mailingListDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFailoverRipeAdd">
|
|
<wsdl:input message="wsdlns:dedicatedFailoverRipeAddRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedFailoverRipeAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListSubscriberAdd">
|
|
<wsdl:input message="wsdlns:mailingListSubscriberAddRequest"/>
|
|
<wsdl:output message="wsdlns:mailingListSubscriberAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFilterIrcClientRuleAdd">
|
|
<wsdl:input message="wsdlns:dedicatedFilterIrcClientRuleAddRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedFilterIrcClientRuleAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineLogsNotificationOptions">
|
|
<wsdl:input message="wsdlns:telephonyLineLogsNotificationOptionsRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyLineLogsNotificationOptionsResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedInstallationTemplateList">
|
|
<wsdl:input message="wsdlns:dedicatedInstallationTemplateListRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedInstallationTemplateListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupGetCalendar">
|
|
<wsdl:input message="wsdlns:dedicatedBackupGetCalendarRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBackupGetCalendarResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFMHuntingModificationMembers">
|
|
<wsdl:input message="wsdlns:telephonyFMHuntingModificationMembersRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFMHuntingModificationMembersResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookAdd">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookAddRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyRestrictionModify">
|
|
<wsdl:input message="wsdlns:telephonyRestrictionModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyRestrictionModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="crontabDel">
|
|
<wsdl:input message="wsdlns:crontabDelRequest"/>
|
|
<wsdl:output message="wsdlns:crontabDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingGenericScreenOptions">
|
|
<wsdl:input message="wsdlns:telephonyHuntingGenericScreenOptionsRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyHuntingGenericScreenOptionsResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillingAccountAdd">
|
|
<wsdl:input message="wsdlns:telephonyBillingAccountAddRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyBillingAccountAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesIpAccessChange">
|
|
<wsdl:input message="wsdlns:managedServicesIpAccessChangeRequest"/>
|
|
<wsdl:output message="wsdlns:managedServicesIpAccessChangeResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="accountHistory">
|
|
<wsdl:input message="wsdlns:accountHistoryRequest"/>
|
|
<wsdl:output message="wsdlns:accountHistoryResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIpLoadBalancingServerDel">
|
|
<wsdl:input message="wsdlns:dedicatedIpLoadBalancingServerDelRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedIpLoadBalancingServerDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainCheck">
|
|
<wsdl:input message="wsdlns:domainCheckRequest"/>
|
|
<wsdl:output message="wsdlns:domainCheckResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="prepaidDomainTransfer">
|
|
<wsdl:input message="wsdlns:prepaidDomainTransferRequest"/>
|
|
<wsdl:output message="wsdlns:prepaidDomainTransferResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedEditServiceMonitoringItem">
|
|
<wsdl:input message="wsdlns:dedicatedEditServiceMonitoringItemRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedEditServiceMonitoringItemResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="password">
|
|
<wsdl:input message="wsdlns:passwordRequest"/>
|
|
<wsdl:output message="wsdlns:passwordResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsSenderValidate">
|
|
<wsdl:input message="wsdlns:telephonySmsSenderValidateRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsSenderValidateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIPForUDPServerList">
|
|
<wsdl:input message="wsdlns:dedicatedIPForUDPServerListRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedIPForUDPServerListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingModificationSimultaneousCalls">
|
|
<wsdl:input message="wsdlns:telephonyHuntingModificationSimultaneousCallsRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyHuntingModificationSimultaneousCallsResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceGroupCreate">
|
|
<wsdl:input message="wsdlns:serviceGroupCreateRequest"/>
|
|
<wsdl:output message="wsdlns:serviceGroupCreateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="orderTelephonySmsCredit">
|
|
<wsdl:input message="wsdlns:orderTelephonySmsCreditRequest"/>
|
|
<wsdl:output message="wsdlns:orderTelephonySmsCreditResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupSet">
|
|
<wsdl:input message="wsdlns:dedicatedBackupSetRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBackupSetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedVirtualMacIpDelete">
|
|
<wsdl:input message="wsdlns:dedicatedVirtualMacIpDeleteRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedVirtualMacIpDeleteResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFailoverRipeSplit">
|
|
<wsdl:input message="wsdlns:dedicatedFailoverRipeSplitRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedFailoverRipeSplitResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedReverseInfo">
|
|
<wsdl:input message="wsdlns:dedicatedReverseInfoRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedReverseInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedCapabilitiesGetAll">
|
|
<wsdl:input message="wsdlns:dedicatedCapabilitiesGetAllRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedCapabilitiesGetAllResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nic">
|
|
<wsdl:input message="wsdlns:nicRequest"/>
|
|
<wsdl:output message="wsdlns:nicResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxCampaignList">
|
|
<wsdl:input message="wsdlns:telephonyFaxCampaignListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFaxCampaignListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupIncludeAdd">
|
|
<wsdl:input message="wsdlns:dedicatedBackupIncludeAddRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBackupIncludeAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ticketGet">
|
|
<wsdl:input message="wsdlns:ticketGetRequest"/>
|
|
<wsdl:output message="wsdlns:ticketGetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="supportSendMessage">
|
|
<wsdl:input message="wsdlns:supportSendMessageRequest"/>
|
|
<wsdl:output message="wsdlns:supportSendMessageResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="notepadSet">
|
|
<wsdl:input message="wsdlns:notepadSetRequest"/>
|
|
<wsdl:output message="wsdlns:notepadSetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFailoverRipeList">
|
|
<wsdl:input message="wsdlns:dedicatedFailoverRipeListRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedFailoverRipeListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsGetUserQuotaForUser">
|
|
<wsdl:input message="wsdlns:telephonySmsGetUserQuotaForUserRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsGetUserQuotaForUserResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringServiceAdd">
|
|
<wsdl:input message="wsdlns:dedicatedMonitoringServiceAddRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMonitoringServiceAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedHardRebootDo">
|
|
<wsdl:input message="wsdlns:dedicatedHardRebootDoRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedHardRebootDoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedReverseList">
|
|
<wsdl:input message="wsdlns:dedicatedReverseListRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedReverseListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainWhoisObfuscatorSet">
|
|
<wsdl:input message="wsdlns:domainWhoisObfuscatorSetRequest"/>
|
|
<wsdl:output message="wsdlns:domainWhoisObfuscatorSetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="rpsMigrationTodo">
|
|
<wsdl:input message="wsdlns:rpsMigrationTodoRequest"/>
|
|
<wsdl:output message="wsdlns:rpsMigrationTodoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFunctionKeyModify">
|
|
<wsdl:input message="wsdlns:telephonyFunctionKeyModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFunctionKeyModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicTldEligibility">
|
|
<wsdl:input message="wsdlns:nicTldEligibilityRequest"/>
|
|
<wsdl:output message="wsdlns:nicTldEligibilityResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="automatedMailGetState">
|
|
<wsdl:input message="wsdlns:automatedMailGetStateRequest"/>
|
|
<wsdl:output message="wsdlns:automatedMailGetStateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAbbreviatedNumberList">
|
|
<wsdl:input message="wsdlns:telephonyAbbreviatedNumberListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyAbbreviatedNumberListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlLogs">
|
|
<wsdl:input message="wsdlns:sqlpriveMysqlLogsRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveMysqlLogsResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxModifyPassword">
|
|
<wsdl:input message="wsdlns:telephonyFaxModifyPasswordRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFaxModifyPasswordResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupFtpAdd">
|
|
<wsdl:input message="wsdlns:dedicatedBackupFtpAddRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBackupFtpAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="databaseDump">
|
|
<wsdl:input message="wsdlns:databaseDumpRequest"/>
|
|
<wsdl:output message="wsdlns:databaseDumpResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsDelete">
|
|
<wsdl:input message="wsdlns:telephonySmsDeleteRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsDeleteResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyDirectoryModifyPublication">
|
|
<wsdl:input message="wsdlns:telephonyDirectoryModifyPublicationRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyDirectoryModifyPublicationResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainResellerSet">
|
|
<wsdl:input message="wsdlns:domainResellerSetRequest"/>
|
|
<wsdl:output message="wsdlns:domainResellerSetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="crontabList">
|
|
<wsdl:input message="wsdlns:crontabListRequest"/>
|
|
<wsdl:output message="wsdlns:crontabListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookOnGroupAdd">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookOnGroupAddRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookOnGroupAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedVirtualMacIpUsedGetList">
|
|
<wsdl:input message="wsdlns:dedicatedVirtualMacIpUsedGetListRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedVirtualMacIpUsedGetListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineSwitchOfferPossibility">
|
|
<wsdl:input message="wsdlns:telephonyLineSwitchOfferPossibilityRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyLineSwitchOfferPossibilityResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsSenderList">
|
|
<wsdl:input message="wsdlns:telephonySmsSenderListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsSenderListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resellerDomainRestore">
|
|
<wsdl:input message="wsdlns:resellerDomainRestoreRequest"/>
|
|
<wsdl:output message="wsdlns:resellerDomainRestoreResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ticketAnswer">
|
|
<wsdl:input message="wsdlns:ticketAnswerRequest"/>
|
|
<wsdl:output message="wsdlns:ticketAnswerResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveCronSet">
|
|
<wsdl:input message="wsdlns:sqlpriveCronSetRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveCronSetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFunctionKeyList">
|
|
<wsdl:input message="wsdlns:telephonyFunctionKeyListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFunctionKeyListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedNetbootInfo">
|
|
<wsdl:input message="wsdlns:dedicatedNetbootInfoRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedNetbootInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainOperationRelaunch">
|
|
<wsdl:input message="wsdlns:domainOperationRelaunchRequest"/>
|
|
<wsdl:output message="wsdlns:domainOperationRelaunchResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineSwitchOffer">
|
|
<wsdl:input message="wsdlns:telephonyLineSwitchOfferRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyLineSwitchOfferResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFreefaxToVoicefaxCheckList">
|
|
<wsdl:input message="wsdlns:telephonyFreefaxToVoicefaxCheckListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFreefaxToVoicefaxCheckListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVoicemailModifyPassword">
|
|
<wsdl:input message="wsdlns:telephonyVoicemailModifyPasswordRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyVoicemailModifyPasswordResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyConferenceRoomModify">
|
|
<wsdl:input message="wsdlns:telephonyConferenceRoomModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyConferenceRoomModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookShare">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookShareRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookShareResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsSetUserQuota">
|
|
<wsdl:input message="wsdlns:telephonySmsSetUserQuotaRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsSetUserQuotaResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="cmsInstall">
|
|
<wsdl:input message="wsdlns:cmsInstallRequest"/>
|
|
<wsdl:output message="wsdlns:cmsInstallResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIpLoadBalancingAdd">
|
|
<wsdl:input message="wsdlns:dedicatedIpLoadBalancingAddRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedIpLoadBalancingAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="supportGetAllVisibleCategories">
|
|
<wsdl:input message="wsdlns:supportGetAllVisibleCategoriesRequest"/>
|
|
<wsdl:output message="wsdlns:supportGetAllVisibleCategoriesResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVxmlValidate">
|
|
<wsdl:input message="wsdlns:telephonyVxmlValidateRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyVxmlValidateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAbbreviatedNumberOnGroupList">
|
|
<wsdl:input message="wsdlns:telephonyAbbreviatedNumberOnGroupListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyAbbreviatedNumberOnGroupListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedAvailableNotificationNicsGet">
|
|
<wsdl:input message="wsdlns:dedicatedAvailableNotificationNicsGetRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedAvailableNotificationNicsGetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineLogs">
|
|
<wsdl:input message="wsdlns:telephonyLineLogsRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyLineLogsResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiFtpList">
|
|
<wsdl:input message="wsdlns:multiFtpListRequest"/>
|
|
<wsdl:output message="wsdlns:multiFtpListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiFtpAdd">
|
|
<wsdl:input message="wsdlns:multiFtpAddRequest"/>
|
|
<wsdl:output message="wsdlns:multiFtpAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlDatabasePrivilegeList">
|
|
<wsdl:input message="wsdlns:sqlpriveMysqlDatabasePrivilegeListRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveMysqlDatabasePrivilegeListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailAccessByNic">
|
|
<wsdl:input message="wsdlns:emailAccessByNicRequest"/>
|
|
<wsdl:output message="wsdlns:emailAccessByNicResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyClick2CallUserList">
|
|
<wsdl:input message="wsdlns:telephonyClick2CallUserListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyClick2CallUserListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="zoneEntryDel">
|
|
<wsdl:input message="wsdlns:zoneEntryDelRequest"/>
|
|
<wsdl:output message="wsdlns:zoneEntryDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="prepaidSetThreshold">
|
|
<wsdl:input message="wsdlns:prepaidSetThresholdRequest"/>
|
|
<wsdl:output message="wsdlns:prepaidSetThresholdResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVoicemailMailboxList">
|
|
<wsdl:input message="wsdlns:telephonyVoicemailMailboxListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyVoicemailMailboxListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resellerDomainRenew">
|
|
<wsdl:input message="wsdlns:resellerDomainRenewRequest"/>
|
|
<wsdl:output message="wsdlns:resellerDomainRenewResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popDel">
|
|
<wsdl:input message="wsdlns:popDelRequest"/>
|
|
<wsdl:output message="wsdlns:popDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxCampaignDetails">
|
|
<wsdl:input message="wsdlns:telephonyFaxCampaignDetailsRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFaxCampaignDetailsResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailFilterRuleDel">
|
|
<wsdl:input message="wsdlns:emailFilterRuleDelRequest"/>
|
|
<wsdl:output message="wsdlns:emailFilterRuleDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookOnGroupDel">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookOnGroupDelRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookOnGroupDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookOnGroupList">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookOnGroupListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookOnGroupListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySpecialNumberCustomList">
|
|
<wsdl:input message="wsdlns:telephonySpecialNumberCustomListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySpecialNumberCustomListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringServiceDel">
|
|
<wsdl:input message="wsdlns:dedicatedMonitoringServiceDelRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMonitoringServiceDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFMHuntingModificationSimultaneousCalls">
|
|
<wsdl:input message="wsdlns:telephonyFMHuntingModificationSimultaneousCallsRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFMHuntingModificationSimultaneousCallsResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailFilterPriority">
|
|
<wsdl:input message="wsdlns:emailFilterPriorityRequest"/>
|
|
<wsdl:output message="wsdlns:emailFilterPriorityResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="accountAlertThresholdSet">
|
|
<wsdl:input message="wsdlns:accountAlertThresholdSetRequest"/>
|
|
<wsdl:output message="wsdlns:accountAlertThresholdSetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailFilterDel">
|
|
<wsdl:input message="wsdlns:emailFilterDelRequest"/>
|
|
<wsdl:output message="wsdlns:emailFilterDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resellerDomainCreate">
|
|
<wsdl:input message="wsdlns:resellerDomainCreateRequest"/>
|
|
<wsdl:output message="wsdlns:resellerDomainCreateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesSnapshotUpdate">
|
|
<wsdl:input message="wsdlns:managedServicesSnapshotUpdateRequest"/>
|
|
<wsdl:output message="wsdlns:managedServicesSnapshotUpdateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="supportGetThreadTree">
|
|
<wsdl:input message="wsdlns:supportGetThreadTreeRequest"/>
|
|
<wsdl:output message="wsdlns:supportGetThreadTreeResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailSetDomainCatchAll">
|
|
<wsdl:input message="wsdlns:emailSetDomainCatchAllRequest"/>
|
|
<wsdl:output message="wsdlns:emailSetDomainCatchAllResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainCapabilities">
|
|
<wsdl:input message="wsdlns:domainCapabilitiesRequest"/>
|
|
<wsdl:output message="wsdlns:domainCapabilitiesResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIpLoadBalancingServerStateModify">
|
|
<wsdl:input message="wsdlns:dedicatedIpLoadBalancingServerStateModifyRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedIpLoadBalancingServerStateModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVoicemailMailboxDownload">
|
|
<wsdl:input message="wsdlns:telephonyVoicemailMailboxDownloadRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyVoicemailMailboxDownloadResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedReverseModify">
|
|
<wsdl:input message="wsdlns:dedicatedReverseModifyRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedReverseModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyReversmentsRefundIsPending">
|
|
<wsdl:input message="wsdlns:telephonyReversmentsRefundIsPendingRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyReversmentsRefundIsPendingResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceModifyContact">
|
|
<wsdl:input message="wsdlns:serviceModifyContactRequest"/>
|
|
<wsdl:output message="wsdlns:serviceModifyContactResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyScreenListInfoModify">
|
|
<wsdl:input message="wsdlns:telephonyScreenListInfoModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyScreenListInfoModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainDnsList">
|
|
<wsdl:input message="wsdlns:domainDnsListRequest"/>
|
|
<wsdl:output message="wsdlns:domainDnsListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFailoverList">
|
|
<wsdl:input message="wsdlns:dedicatedFailoverListRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedFailoverListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailDomainMxList">
|
|
<wsdl:input message="wsdlns:emailDomainMxListRequest"/>
|
|
<wsdl:output message="wsdlns:emailDomainMxListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesHostMasterIpGet">
|
|
<wsdl:input message="wsdlns:managedServicesHostMasterIpGetRequest"/>
|
|
<wsdl:output message="wsdlns:managedServicesHostMasterIpGetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedSecondaryDNSInfo">
|
|
<wsdl:input message="wsdlns:dedicatedSecondaryDNSInfoRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedSecondaryDNSInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedRipeUpdateInetnum">
|
|
<wsdl:input message="wsdlns:dedicatedRipeUpdateInetnumRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedRipeUpdateInetnumResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ortDomainList">
|
|
<wsdl:input message="wsdlns:ortDomainListRequest"/>
|
|
<wsdl:output message="wsdlns:ortDomainListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingGenericScreenStatusModify">
|
|
<wsdl:input message="wsdlns:telephonyHuntingGenericScreenStatusModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyHuntingGenericScreenStatusModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookContactAdd">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookContactAddRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookContactAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainOperationInfo">
|
|
<wsdl:input message="wsdlns:domainOperationInfoRequest"/>
|
|
<wsdl:output message="wsdlns:domainOperationInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedGetAvailableNetworkFromCountry">
|
|
<wsdl:input message="wsdlns:dedicatedGetAvailableNetworkFromCountryRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedGetAvailableNetworkFromCountryResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPortabilityOrderSpecialNumber">
|
|
<wsdl:input message="wsdlns:telephonyPortabilityOrderSpecialNumberRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPortabilityOrderSpecialNumberResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="billingGetReferencesToExpired">
|
|
<wsdl:input message="wsdlns:billingGetReferencesToExpiredRequest"/>
|
|
<wsdl:output message="wsdlns:billingGetReferencesToExpiredResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFailoverAdd">
|
|
<wsdl:input message="wsdlns:dedicatedFailoverAddRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedFailoverAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="prepaidGetSummary">
|
|
<wsdl:input message="wsdlns:prepaidGetSummaryRequest"/>
|
|
<wsdl:output message="wsdlns:prepaidGetSummaryResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainDnsUpdate">
|
|
<wsdl:input message="wsdlns:domainDnsUpdateRequest"/>
|
|
<wsdl:output message="wsdlns:domainDnsUpdateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailFilterRuleAdd">
|
|
<wsdl:input message="wsdlns:emailFilterRuleAddRequest"/>
|
|
<wsdl:output message="wsdlns:emailFilterRuleAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ripeUpdateInetnum">
|
|
<wsdl:input message="wsdlns:ripeUpdateInetnumRequest"/>
|
|
<wsdl:output message="wsdlns:ripeUpdateInetnumResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainResellerDel">
|
|
<wsdl:input message="wsdlns:domainResellerDelRequest"/>
|
|
<wsdl:output message="wsdlns:domainResellerDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookOnGroupModify">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookOnGroupModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookOnGroupModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineSwitchOldOfferPossibility">
|
|
<wsdl:input message="wsdlns:telephonyLineSwitchOldOfferPossibilityRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyLineSwitchOldOfferPossibilityResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resellerDomainCreateIT">
|
|
<wsdl:input message="wsdlns:resellerDomainCreateITRequest"/>
|
|
<wsdl:output message="wsdlns:resellerDomainCreateITResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="notepadGet">
|
|
<wsdl:input message="wsdlns:notepadGetRequest"/>
|
|
<wsdl:output message="wsdlns:notepadGetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingModificationAnonymousCallRejection">
|
|
<wsdl:input message="wsdlns:telephonyHuntingModificationAnonymousCallRejectionRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyHuntingModificationAnonymousCallRejectionResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFilterIrcServerRuleList">
|
|
<wsdl:input message="wsdlns:dedicatedFilterIrcServerRuleListRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedFilterIrcServerRuleListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNumberGetBillingAccount">
|
|
<wsdl:input message="wsdlns:telephonyNumberGetBillingAccountRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyNumberGetBillingAccountResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesPartitionDelete">
|
|
<wsdl:input message="wsdlns:managedServicesPartitionDeleteRequest"/>
|
|
<wsdl:output message="wsdlns:managedServicesPartitionDeleteResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyTonesOptionsList">
|
|
<wsdl:input message="wsdlns:telephonyTonesOptionsListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyTonesOptionsListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="supportReportAnswerProblem">
|
|
<wsdl:input message="wsdlns:supportReportAnswerProblemRequest"/>
|
|
<wsdl:output message="wsdlns:supportReportAnswerProblemResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiDomainList">
|
|
<wsdl:input message="wsdlns:multiDomainListRequest"/>
|
|
<wsdl:output message="wsdlns:multiDomainListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ticketClose">
|
|
<wsdl:input message="wsdlns:ticketCloseRequest"/>
|
|
<wsdl:output message="wsdlns:ticketCloseResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedRipeCreateOrganisation">
|
|
<wsdl:input message="wsdlns:dedicatedRipeCreateOrganisationRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedRipeCreateOrganisationResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyListSummationCallsFromNumber">
|
|
<wsdl:input message="wsdlns:telephonyListSummationCallsFromNumberRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyListSummationCallsFromNumberResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookContactModify">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookContactModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookContactModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainDnsGetOvhDefault">
|
|
<wsdl:input message="wsdlns:domainDnsGetOvhDefaultRequest"/>
|
|
<wsdl:output message="wsdlns:domainDnsGetOvhDefaultResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineList">
|
|
<wsdl:input message="wsdlns:telephonyLineListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyLineListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="databaseCreate">
|
|
<wsdl:input message="wsdlns:databaseCreateRequest"/>
|
|
<wsdl:output message="wsdlns:databaseCreateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="billingGetAccessByNic">
|
|
<wsdl:input message="wsdlns:billingGetAccessByNicRequest"/>
|
|
<wsdl:output message="wsdlns:billingGetAccessByNicResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupExcludeAdd">
|
|
<wsdl:input message="wsdlns:dedicatedBackupExcludeAddRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBackupExcludeAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceModifyOwner">
|
|
<wsdl:input message="wsdlns:serviceModifyOwnerRequest"/>
|
|
<wsdl:output message="wsdlns:serviceModifyOwnerResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineOptionsModify">
|
|
<wsdl:input message="wsdlns:telephonyLineOptionsModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyLineOptionsModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingGenericScreenSet">
|
|
<wsdl:input message="wsdlns:telephonyHuntingGenericScreenSetRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyHuntingGenericScreenSetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveCronDel">
|
|
<wsdl:input message="wsdlns:sqlpriveCronDelRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveCronDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVxmlAdd">
|
|
<wsdl:input message="wsdlns:telephonyVxmlAddRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyVxmlAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxCampaignStartStop">
|
|
<wsdl:input message="wsdlns:telephonyFaxCampaignStartStopRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFaxCampaignStartStopResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFilterIrcServerRuleDel">
|
|
<wsdl:input message="wsdlns:dedicatedFilterIrcServerRuleDelRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedFilterIrcServerRuleDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="hostingGetCapabilities">
|
|
<wsdl:input message="wsdlns:hostingGetCapabilitiesRequest"/>
|
|
<wsdl:output message="wsdlns:hostingGetCapabilitiesResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainWhoisObfuscatorUnset">
|
|
<wsdl:input message="wsdlns:domainWhoisObfuscatorUnsetRequest"/>
|
|
<wsdl:output message="wsdlns:domainWhoisObfuscatorUnsetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainHostDel">
|
|
<wsdl:input message="wsdlns:domainHostDelRequest"/>
|
|
<wsdl:output message="wsdlns:domainHostDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFailoverRipeModify">
|
|
<wsdl:input message="wsdlns:dedicatedFailoverRipeModifyRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedFailoverRipeModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="responderEmailDel">
|
|
<wsdl:input message="wsdlns:responderEmailDelRequest"/>
|
|
<wsdl:output message="wsdlns:responderEmailDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringList">
|
|
<wsdl:input message="wsdlns:dedicatedMonitoringListRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMonitoringListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyDirectoryModifyAddress">
|
|
<wsdl:input message="wsdlns:telephonyDirectoryModifyAddressRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyDirectoryModifyAddressResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesPartitionStatusCheck">
|
|
<wsdl:input message="wsdlns:managedServicesPartitionStatusCheckRequest"/>
|
|
<wsdl:output message="wsdlns:managedServicesPartitionStatusCheckResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="cmsAvailableList">
|
|
<wsdl:input message="wsdlns:cmsAvailableListRequest"/>
|
|
<wsdl:output message="wsdlns:cmsAvailableListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySecurityDepositCredit">
|
|
<wsdl:input message="wsdlns:telephonySecurityDepositCreditRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySecurityDepositCreditResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicModifyLanguage">
|
|
<wsdl:input message="wsdlns:nicModifyLanguageRequest"/>
|
|
<wsdl:output message="wsdlns:nicModifyLanguageResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineOrder">
|
|
<wsdl:input message="wsdlns:telephonyLineOrderRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyLineOrderResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupExcludeDel">
|
|
<wsdl:input message="wsdlns:dedicatedBackupExcludeDelRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBackupExcludeDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="automatedMailUnlock">
|
|
<wsdl:input message="wsdlns:automatedMailUnlockRequest"/>
|
|
<wsdl:output message="wsdlns:automatedMailUnlockResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ripeQuery">
|
|
<wsdl:input message="wsdlns:ripeQueryRequest"/>
|
|
<wsdl:output message="wsdlns:ripeQueryResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="login">
|
|
<wsdl:input message="wsdlns:loginRequest"/>
|
|
<wsdl:output message="wsdlns:loginResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFunctionKeyDel">
|
|
<wsdl:input message="wsdlns:telephonyFunctionKeyDelRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFunctionKeyDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popListByMasterNic">
|
|
<wsdl:input message="wsdlns:popListByMasterNicRequest"/>
|
|
<wsdl:output message="wsdlns:popListByMasterNicResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceModifyOwnerInfos">
|
|
<wsdl:input message="wsdlns:serviceModifyOwnerInfosRequest"/>
|
|
<wsdl:output message="wsdlns:serviceModifyOwnerInfosResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedHardRebootStatus">
|
|
<wsdl:input message="wsdlns:dedicatedHardRebootStatusRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedHardRebootStatusResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainInfo">
|
|
<wsdl:input message="wsdlns:domainInfoRequest"/>
|
|
<wsdl:output message="wsdlns:domainInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedGetServiceMonitoringItem">
|
|
<wsdl:input message="wsdlns:dedicatedGetServiceMonitoringItemRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedGetServiceMonitoringItemResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNicGetSipDomain">
|
|
<wsdl:input message="wsdlns:telephonyNicGetSipDomainRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyNicGetSipDomainResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserCreditLeft">
|
|
<wsdl:input message="wsdlns:telephonySmsUserCreditLeftRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsUserCreditLeftResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPortabilityOrder">
|
|
<wsdl:input message="wsdlns:telephonyPortabilityOrderRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPortabilityOrderResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicCreate">
|
|
<wsdl:input message="wsdlns:nicCreateRequest"/>
|
|
<wsdl:output message="wsdlns:nicCreateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="cmsRemove">
|
|
<wsdl:input message="wsdlns:cmsRemoveRequest"/>
|
|
<wsdl:output message="wsdlns:cmsRemoveResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVoicemailMailboxDelete">
|
|
<wsdl:input message="wsdlns:telephonyVoicemailMailboxDeleteRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyVoicemailMailboxDeleteResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlDatabaseImportFromHost">
|
|
<wsdl:input message="wsdlns:sqlpriveMysqlDatabaseImportFromHostRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveMysqlDatabaseImportFromHostResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="billingInvoiceInfo">
|
|
<wsdl:input message="wsdlns:billingInvoiceInfoRequest"/>
|
|
<wsdl:output message="wsdlns:billingInvoiceInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillingAccountDel">
|
|
<wsdl:input message="wsdlns:telephonyBillingAccountDelRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyBillingAccountDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="version">
|
|
<wsdl:input message="wsdlns:versionRequest"/>
|
|
<wsdl:output message="wsdlns:versionResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="orderAccountCredit">
|
|
<wsdl:input message="wsdlns:orderAccountCreditRequest"/>
|
|
<wsdl:output message="wsdlns:orderAccountCreditResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNumberClean">
|
|
<wsdl:input message="wsdlns:telephonyNumberCleanRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyNumberCleanResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedReverseAdd">
|
|
<wsdl:input message="wsdlns:dedicatedReverseAddRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedReverseAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupGetFreePlanning">
|
|
<wsdl:input message="wsdlns:dedicatedBackupGetFreePlanningRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBackupGetFreePlanningResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedInstallAllowedDistributionGet">
|
|
<wsdl:input message="wsdlns:dedicatedInstallAllowedDistributionGetRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedInstallAllowedDistributionGetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="subDomainModify">
|
|
<wsdl:input message="wsdlns:subDomainModifyRequest"/>
|
|
<wsdl:output message="wsdlns:subDomainModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPlugAndPhoneOperation">
|
|
<wsdl:input message="wsdlns:telephonyPlugAndPhoneOperationRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPlugAndPhoneOperationResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicInfo">
|
|
<wsdl:input message="wsdlns:nicInfoRequest"/>
|
|
<wsdl:output message="wsdlns:nicInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="anonymousFtpInfo">
|
|
<wsdl:input message="wsdlns:anonymousFtpInfoRequest"/>
|
|
<wsdl:output message="wsdlns:anonymousFtpInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedCapabilitiesGet">
|
|
<wsdl:input message="wsdlns:dedicatedCapabilitiesGetRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedCapabilitiesGetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="cmsList">
|
|
<wsdl:input message="wsdlns:cmsListRequest"/>
|
|
<wsdl:output message="wsdlns:cmsListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsSetQuotaNotification">
|
|
<wsdl:input message="wsdlns:telephonySmsSetQuotaNotificationRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsSetQuotaNotificationResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringSMSDel">
|
|
<wsdl:input message="wsdlns:dedicatedMonitoringSMSDelRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMonitoringSMSDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserList">
|
|
<wsdl:input message="wsdlns:telephonySmsUserListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsUserListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ripeDeleteOrganisation">
|
|
<wsdl:input message="wsdlns:ripeDeleteOrganisationRequest"/>
|
|
<wsdl:output message="wsdlns:ripeDeleteOrganisationResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="logsAccessList">
|
|
<wsdl:input message="wsdlns:logsAccessListRequest"/>
|
|
<wsdl:output message="wsdlns:logsAccessListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingInfo">
|
|
<wsdl:input message="wsdlns:telephonyHuntingInfoRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyHuntingInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringAdd">
|
|
<wsdl:input message="wsdlns:dedicatedMonitoringAddRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMonitoringAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookContactList">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookContactListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookContactListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resellerDomainTransferASIA">
|
|
<wsdl:input message="wsdlns:resellerDomainTransferASIARequest"/>
|
|
<wsdl:output message="wsdlns:resellerDomainTransferASIAResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyConferenceLanguageModify">
|
|
<wsdl:input message="wsdlns:telephonyConferenceLanguageModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyConferenceLanguageModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserPassword">
|
|
<wsdl:input message="wsdlns:telephonySmsUserPasswordRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsUserPasswordResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainHostList">
|
|
<wsdl:input message="wsdlns:domainHostListRequest"/>
|
|
<wsdl:output message="wsdlns:domainHostListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="hostingChangeMainDomain">
|
|
<wsdl:input message="wsdlns:hostingChangeMainDomainRequest"/>
|
|
<wsdl:output message="wsdlns:hostingChangeMainDomainResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineGetOfferPrices">
|
|
<wsdl:input message="wsdlns:telephonyLineGetOfferPricesRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyLineGetOfferPricesResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsGetQuotaNotification">
|
|
<wsdl:input message="wsdlns:telephonySmsGetQuotaNotificationRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsGetQuotaNotificationResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingModificationMode">
|
|
<wsdl:input message="wsdlns:telephonyHuntingModificationModeRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyHuntingModificationModeResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyScreenListBlackWhiteChoice">
|
|
<wsdl:input message="wsdlns:telephonyScreenListBlackWhiteChoiceRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyScreenListBlackWhiteChoiceResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsDeleteCsvAttachment">
|
|
<wsdl:input message="wsdlns:telephonySmsDeleteCsvAttachmentRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsDeleteCsvAttachmentResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNumberZoneAndPrefixList">
|
|
<wsdl:input message="wsdlns:telephonyNumberZoneAndPrefixListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyNumberZoneAndPrefixListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceGroupDelete">
|
|
<wsdl:input message="wsdlns:serviceGroupDeleteRequest"/>
|
|
<wsdl:output message="wsdlns:serviceGroupDeleteResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedOperationList">
|
|
<wsdl:input message="wsdlns:dedicatedOperationListRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedOperationListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineSetSipDomain">
|
|
<wsdl:input message="wsdlns:telephonyLineSetSipDomainRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyLineSetSipDomainResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyConferenceAdd">
|
|
<wsdl:input message="wsdlns:telephonyConferenceAddRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyConferenceAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListModeratorAdd">
|
|
<wsdl:input message="wsdlns:mailingListModeratorAddRequest"/>
|
|
<wsdl:output message="wsdlns:mailingListModeratorAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookOnGroupContactList">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookOnGroupContactListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookOnGroupContactListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="anonymousFtpActivate">
|
|
<wsdl:input message="wsdlns:anonymousFtpActivateRequest"/>
|
|
<wsdl:output message="wsdlns:anonymousFtpActivateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyDeleteLine">
|
|
<wsdl:input message="wsdlns:telephonyDeleteLineRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyDeleteLineResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicModifyInfosIT">
|
|
<wsdl:input message="wsdlns:nicModifyInfosITRequest"/>
|
|
<wsdl:output message="wsdlns:nicModifyInfosITResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ortDomainAdd">
|
|
<wsdl:input message="wsdlns:ortDomainAddRequest"/>
|
|
<wsdl:output message="wsdlns:ortDomainAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicPublicInfo">
|
|
<wsdl:input message="wsdlns:nicPublicInfoRequest"/>
|
|
<wsdl:output message="wsdlns:nicPublicInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveAlertSet">
|
|
<wsdl:input message="wsdlns:sqlpriveAlertSetRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveAlertSetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupIncludeDel">
|
|
<wsdl:input message="wsdlns:dedicatedBackupIncludeDelRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBackupIncludeDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBandwidthSwitching">
|
|
<wsdl:input message="wsdlns:dedicatedBandwidthSwitchingRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBandwidthSwitchingResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIpLoadBalancingDel">
|
|
<wsdl:input message="wsdlns:dedicatedIpLoadBalancingDelRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedIpLoadBalancingDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlOvhMyAdmin">
|
|
<wsdl:input message="wsdlns:sqlpriveMysqlOvhMyAdminRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveMysqlOvhMyAdminResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ftpInfo">
|
|
<wsdl:input message="wsdlns:ftpInfoRequest"/>
|
|
<wsdl:output message="wsdlns:ftpInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPortabilityStatus">
|
|
<wsdl:input message="wsdlns:telephonyPortabilityStatusRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPortabilityStatusResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="hostingList">
|
|
<wsdl:input message="wsdlns:hostingListRequest"/>
|
|
<wsdl:output message="wsdlns:hostingListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="orderEmailMxPlan">
|
|
<wsdl:input message="wsdlns:orderEmailMxPlanRequest"/>
|
|
<wsdl:output message="wsdlns:orderEmailMxPlanResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedInstallationTemplateUse">
|
|
<wsdl:input message="wsdlns:dedicatedInstallationTemplateUseRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedInstallationTemplateUseResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListSubscriberList">
|
|
<wsdl:input message="wsdlns:mailingListSubscriberListRequest"/>
|
|
<wsdl:output message="wsdlns:mailingListSubscriberListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListSubscriberDel">
|
|
<wsdl:input message="wsdlns:mailingListSubscriberDelRequest"/>
|
|
<wsdl:output message="wsdlns:mailingListSubscriberDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainLockStatus">
|
|
<wsdl:input message="wsdlns:domainLockStatusRequest"/>
|
|
<wsdl:output message="wsdlns:domainLockStatusResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="prepaidDomainRenew">
|
|
<wsdl:input message="wsdlns:prepaidDomainRenewRequest"/>
|
|
<wsdl:output message="wsdlns:prepaidDomainRenewResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="orderEmailMxLarge">
|
|
<wsdl:input message="wsdlns:orderEmailMxLargeRequest"/>
|
|
<wsdl:output message="wsdlns:orderEmailMxLargeResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailFilterActive">
|
|
<wsdl:input message="wsdlns:emailFilterActiveRequest"/>
|
|
<wsdl:output message="wsdlns:emailFilterActiveResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySecurityDepositInfo">
|
|
<wsdl:input message="wsdlns:telephonySecurityDepositInfoRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySecurityDepositInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="databaseList">
|
|
<wsdl:input message="wsdlns:databaseListRequest"/>
|
|
<wsdl:output message="wsdlns:databaseListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIpLoadBalancingServerAdd">
|
|
<wsdl:input message="wsdlns:dedicatedIpLoadBalancingServerAddRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedIpLoadBalancingServerAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resellerDomainCreateCAT">
|
|
<wsdl:input message="wsdlns:resellerDomainCreateCATRequest"/>
|
|
<wsdl:output message="wsdlns:resellerDomainCreateCATResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsListCsvAttachment">
|
|
<wsdl:input message="wsdlns:telephonySmsListCsvAttachmentRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsListCsvAttachmentResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ftpChangePassword">
|
|
<wsdl:input message="wsdlns:ftpChangePasswordRequest"/>
|
|
<wsdl:output message="wsdlns:ftpChangePasswordResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="orderDedicatedFailover">
|
|
<wsdl:input message="wsdlns:orderDedicatedFailoverRequest"/>
|
|
<wsdl:output message="wsdlns:orderDedicatedFailoverResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="rpsGetIoStats">
|
|
<wsdl:input message="wsdlns:rpsGetIoStatsRequest"/>
|
|
<wsdl:output message="wsdlns:rpsGetIoStatsResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVxmlModify">
|
|
<wsdl:input message="wsdlns:telephonyVxmlModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyVxmlModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedRipeUpdateOrganisation">
|
|
<wsdl:input message="wsdlns:dedicatedRipeUpdateOrganisationRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedRipeUpdateOrganisationResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="cmsRenewAdminPassword">
|
|
<wsdl:input message="wsdlns:cmsRenewAdminPasswordRequest"/>
|
|
<wsdl:output message="wsdlns:cmsRenewAdminPasswordResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyConferenceAnnounceDelete">
|
|
<wsdl:input message="wsdlns:telephonyConferenceAnnounceDeleteRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyConferenceAnnounceDeleteResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedNetbootModifyById">
|
|
<wsdl:input message="wsdlns:dedicatedNetbootModifyByIdRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedNetbootModifyByIdResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyScreenListInfo">
|
|
<wsdl:input message="wsdlns:telephonyScreenListInfoRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyScreenListInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineLogsOnGroup">
|
|
<wsdl:input message="wsdlns:telephonyLineLogsOnGroupRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyLineLogsOnGroupResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="databaseDelete">
|
|
<wsdl:input message="wsdlns:databaseDeleteRequest"/>
|
|
<wsdl:output message="wsdlns:databaseDeleteResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyConferenceAnnouncesStatus">
|
|
<wsdl:input message="wsdlns:telephonyConferenceAnnouncesStatusRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyConferenceAnnouncesStatusResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resellerDomainCreateASIA">
|
|
<wsdl:input message="wsdlns:resellerDomainCreateASIARequest"/>
|
|
<wsdl:output message="wsdlns:resellerDomainCreateASIAResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicChangePassword">
|
|
<wsdl:input message="wsdlns:nicChangePasswordRequest"/>
|
|
<wsdl:output message="wsdlns:nicChangePasswordResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookContactDel">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookContactDelRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookContactDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ticketCreate">
|
|
<wsdl:input message="wsdlns:ticketCreateRequest"/>
|
|
<wsdl:output message="wsdlns:ticketCreateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="notepadAdd">
|
|
<wsdl:input message="wsdlns:notepadAddRequest"/>
|
|
<wsdl:output message="wsdlns:notepadAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="subDomainAdd">
|
|
<wsdl:input message="wsdlns:subDomainAddRequest"/>
|
|
<wsdl:output message="wsdlns:subDomainAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupGetDate">
|
|
<wsdl:input message="wsdlns:dedicatedBackupGetDateRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBackupGetDateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedSecondaryDNSDel">
|
|
<wsdl:input message="wsdlns:dedicatedSecondaryDNSDelRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedSecondaryDNSDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainLock">
|
|
<wsdl:input message="wsdlns:domainLockRequest"/>
|
|
<wsdl:output message="wsdlns:domainLockResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailFilterList">
|
|
<wsdl:input message="wsdlns:emailFilterListRequest"/>
|
|
<wsdl:output message="wsdlns:emailFilterListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="zoneEntryAdd">
|
|
<wsdl:input message="wsdlns:zoneEntryAddRequest"/>
|
|
<wsdl:output message="wsdlns:zoneEntryAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedSecondaryDNSGetAll">
|
|
<wsdl:input message="wsdlns:dedicatedSecondaryDNSGetAllRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedSecondaryDNSGetAllResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="infrastructureIpListGet">
|
|
<wsdl:input message="wsdlns:infrastructureIpListGetRequest"/>
|
|
<wsdl:output message="wsdlns:infrastructureIpListGetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListInfo">
|
|
<wsdl:input message="wsdlns:mailingListInfoRequest"/>
|
|
<wsdl:output message="wsdlns:mailingListInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceList">
|
|
<wsdl:input message="wsdlns:serviceListRequest"/>
|
|
<wsdl:output message="wsdlns:serviceListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceGroupSetComment">
|
|
<wsdl:input message="wsdlns:serviceGroupSetCommentRequest"/>
|
|
<wsdl:output message="wsdlns:serviceGroupSetCommentResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicCreateIT">
|
|
<wsdl:input message="wsdlns:nicCreateITRequest"/>
|
|
<wsdl:output message="wsdlns:nicCreateITResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringNotificationDel">
|
|
<wsdl:input message="wsdlns:dedicatedMonitoringNotificationDelRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMonitoringNotificationDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainOperationCancel">
|
|
<wsdl:input message="wsdlns:domainOperationCancelRequest"/>
|
|
<wsdl:output message="wsdlns:domainOperationCancelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFMHuntingModificationAnonymousCallRejection">
|
|
<wsdl:input message="wsdlns:telephonyFMHuntingModificationAnonymousCallRejectionRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFMHuntingModificationAnonymousCallRejectionResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBandwidthManagementGet">
|
|
<wsdl:input message="wsdlns:dedicatedBandwidthManagementGetRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBandwidthManagementGetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyDdiModify">
|
|
<wsdl:input message="wsdlns:telephonyDdiModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyDdiModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringStatusUpdate">
|
|
<wsdl:input message="wsdlns:dedicatedMonitoringStatusUpdateRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMonitoringStatusUpdateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIPForUDPMoveGetStatus">
|
|
<wsdl:input message="wsdlns:dedicatedIPForUDPMoveGetStatusRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedIPForUDPMoveGetStatusResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyRedirectInfo">
|
|
<wsdl:input message="wsdlns:telephonyRedirectInfoRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyRedirectInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="anonymousFtpChangePassword">
|
|
<wsdl:input message="wsdlns:anonymousFtpChangePasswordRequest"/>
|
|
<wsdl:output message="wsdlns:anonymousFtpChangePasswordResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsSend">
|
|
<wsdl:input message="wsdlns:telephonySmsSendRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsSendResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="automatedMailLock">
|
|
<wsdl:input message="wsdlns:automatedMailLockRequest"/>
|
|
<wsdl:output message="wsdlns:automatedMailLockResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedRipeDeleteOrganisation">
|
|
<wsdl:input message="wsdlns:dedicatedRipeDeleteOrganisationRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedRipeDeleteOrganisationResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFailoverRipeGetIp">
|
|
<wsdl:input message="wsdlns:dedicatedFailoverRipeGetIpRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedFailoverRipeGetIpResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="responderEmailModify">
|
|
<wsdl:input message="wsdlns:responderEmailModifyRequest"/>
|
|
<wsdl:output message="wsdlns:responderEmailModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedInstallBasic">
|
|
<wsdl:input message="wsdlns:dedicatedInstallBasicRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedInstallBasicResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailGetDomainMxFiltering">
|
|
<wsdl:input message="wsdlns:emailGetDomainMxFilteringRequest"/>
|
|
<wsdl:output message="wsdlns:emailGetDomainMxFilteringResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesPartitionCreate">
|
|
<wsdl:input message="wsdlns:managedServicesPartitionCreateRequest"/>
|
|
<wsdl:output message="wsdlns:managedServicesPartitionCreateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineGetSipDomain">
|
|
<wsdl:input message="wsdlns:telephonyLineGetSipDomainRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyLineGetSipDomainResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicModifyEmail">
|
|
<wsdl:input message="wsdlns:nicModifyEmailRequest"/>
|
|
<wsdl:output message="wsdlns:nicModifyEmailResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyToneDelete">
|
|
<wsdl:input message="wsdlns:telephonyToneDeleteRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyToneDeleteResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedInstallReset">
|
|
<wsdl:input message="wsdlns:dedicatedInstallResetRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedInstallResetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringServiceAddNotification">
|
|
<wsdl:input message="wsdlns:dedicatedMonitoringServiceAddNotificationRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMonitoringServiceAddNotificationResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="orderDedicatedFailoverRipe">
|
|
<wsdl:input message="wsdlns:orderDedicatedFailoverRipeRequest"/>
|
|
<wsdl:output message="wsdlns:orderDedicatedFailoverRipeResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookOnGroupContactModify">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookOnGroupContactModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookOnGroupContactModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceGroupRemoveService">
|
|
<wsdl:input message="wsdlns:serviceGroupRemoveServiceRequest"/>
|
|
<wsdl:output message="wsdlns:serviceGroupRemoveServiceResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyScreenListBlackWhiteChoiceModify">
|
|
<wsdl:input message="wsdlns:telephonyScreenListBlackWhiteChoiceModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyScreenListBlackWhiteChoiceModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFilterIrcClientRuleDel">
|
|
<wsdl:input message="wsdlns:dedicatedFilterIrcClientRuleDelRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedFilterIrcClientRuleDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainHostAdd">
|
|
<wsdl:input message="wsdlns:domainHostAddRequest"/>
|
|
<wsdl:output message="wsdlns:domainHostAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popModifyDescription">
|
|
<wsdl:input message="wsdlns:popModifyDescriptionRequest"/>
|
|
<wsdl:output message="wsdlns:popModifyDescriptionResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="crontabAdd">
|
|
<wsdl:input message="wsdlns:crontabAddRequest"/>
|
|
<wsdl:output message="wsdlns:crontabAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsSenderDescription">
|
|
<wsdl:input message="wsdlns:telephonySmsSenderDescriptionRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsSenderDescriptionResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAbbreviatedNumberOnGroupDel">
|
|
<wsdl:input message="wsdlns:telephonyAbbreviatedNumberOnGroupDelRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyAbbreviatedNumberOnGroupDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListModify">
|
|
<wsdl:input message="wsdlns:mailingListModifyRequest"/>
|
|
<wsdl:output message="wsdlns:mailingListModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesPartitionGet">
|
|
<wsdl:input message="wsdlns:managedServicesPartitionGetRequest"/>
|
|
<wsdl:output message="wsdlns:managedServicesPartitionGetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailDelMasterNic">
|
|
<wsdl:input message="wsdlns:emailDelMasterNicRequest"/>
|
|
<wsdl:output message="wsdlns:emailDelMasterNicResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="redirectedEmailModify">
|
|
<wsdl:input message="wsdlns:redirectedEmailModifyRequest"/>
|
|
<wsdl:output message="wsdlns:redirectedEmailModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popInfo">
|
|
<wsdl:input message="wsdlns:popInfoRequest"/>
|
|
<wsdl:output message="wsdlns:popInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="zoneExport">
|
|
<wsdl:input message="wsdlns:zoneExportRequest"/>
|
|
<wsdl:output message="wsdlns:zoneExportResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMrtgInfo">
|
|
<wsdl:input message="wsdlns:dedicatedMrtgInfoRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMrtgInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupReinstallData">
|
|
<wsdl:input message="wsdlns:dedicatedBackupReinstallDataRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBackupReinstallDataResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceFreedomList">
|
|
<wsdl:input message="wsdlns:serviceFreedomListRequest"/>
|
|
<wsdl:output message="wsdlns:serviceFreedomListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="supportGetFullMessage">
|
|
<wsdl:input message="wsdlns:supportGetFullMessageRequest"/>
|
|
<wsdl:output message="wsdlns:supportGetFullMessageResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserListCsvAttachment">
|
|
<wsdl:input message="wsdlns:telephonySmsUserListCsvAttachmentRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsUserListCsvAttachmentResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailGetDomainCatchAll">
|
|
<wsdl:input message="wsdlns:emailGetDomainCatchAllRequest"/>
|
|
<wsdl:output message="wsdlns:emailGetDomainCatchAllResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserSend">
|
|
<wsdl:input message="wsdlns:telephonySmsUserSendRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsUserSendResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListAdd">
|
|
<wsdl:input message="wsdlns:mailingListAddRequest"/>
|
|
<wsdl:output message="wsdlns:mailingListAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupFtpInfo">
|
|
<wsdl:input message="wsdlns:dedicatedBackupFtpInfoRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBackupFtpInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookOnGroupGroupList">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookOnGroupGroupListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookOnGroupGroupListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyClick2CallUserPassword">
|
|
<wsdl:input message="wsdlns:telephonyClick2CallUserPasswordRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyClick2CallUserPasswordResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringModify">
|
|
<wsdl:input message="wsdlns:dedicatedMonitoringModifyRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMonitoringModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="momVersion">
|
|
<wsdl:input message="wsdlns:momVersionRequest"/>
|
|
<wsdl:output message="wsdlns:momVersionResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailSetMasterNic">
|
|
<wsdl:input message="wsdlns:emailSetMasterNicRequest"/>
|
|
<wsdl:output message="wsdlns:emailSetMasterNicResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlDatabaseList">
|
|
<wsdl:input message="wsdlns:sqlpriveMysqlDatabaseListRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveMysqlDatabaseListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="automatedMailReturnSet">
|
|
<wsdl:input message="wsdlns:automatedMailReturnSetRequest"/>
|
|
<wsdl:output message="wsdlns:automatedMailReturnSetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="databaseRecreate">
|
|
<wsdl:input message="wsdlns:databaseRecreateRequest"/>
|
|
<wsdl:output message="wsdlns:databaseRecreateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popModifyPassword">
|
|
<wsdl:input message="wsdlns:popModifyPasswordRequest"/>
|
|
<wsdl:output message="wsdlns:popModifyPasswordResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="responderEmailAdd">
|
|
<wsdl:input message="wsdlns:responderEmailAddRequest"/>
|
|
<wsdl:output message="wsdlns:responderEmailAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlProcessList">
|
|
<wsdl:input message="wsdlns:sqlpriveMysqlProcessListRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveMysqlProcessListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsGetUserQuota">
|
|
<wsdl:input message="wsdlns:telephonySmsGetUserQuotaRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsGetUserQuotaResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedGetRandomAvailableIpFromCountry">
|
|
<wsdl:input message="wsdlns:dedicatedGetRandomAvailableIpFromCountryRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedGetRandomAvailableIpFromCountryResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsSenderDelete">
|
|
<wsdl:input message="wsdlns:telephonySmsSenderDeleteRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsSenderDeleteResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyToneStatus">
|
|
<wsdl:input message="wsdlns:telephonyToneStatusRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyToneStatusResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyDdiInfo">
|
|
<wsdl:input message="wsdlns:telephonyDdiInfoRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyDdiInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedInstallBasicProgress">
|
|
<wsdl:input message="wsdlns:dedicatedInstallBasicProgressRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedInstallBasicProgressResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedAddServiceMonitoringAlertEmail">
|
|
<wsdl:input message="wsdlns:dedicatedAddServiceMonitoringAlertEmailRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedAddServiceMonitoringAlertEmailResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingGroupList">
|
|
<wsdl:input message="wsdlns:telephonyHuntingGroupListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyHuntingGroupListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFailoverUpdate">
|
|
<wsdl:input message="wsdlns:dedicatedFailoverUpdateRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedFailoverUpdateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyDirectoryListWayType">
|
|
<wsdl:input message="wsdlns:telephonyDirectoryListWayTypeRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyDirectoryListWayTypeResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyCallList">
|
|
<wsdl:input message="wsdlns:telephonyCallListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyCallListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesPartitionUpdate">
|
|
<wsdl:input message="wsdlns:managedServicesPartitionUpdateRequest"/>
|
|
<wsdl:output message="wsdlns:managedServicesPartitionUpdateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TelephonySipToAliasOffer">
|
|
<wsdl:input message="wsdlns:TelephonySipToAliasOfferRequest"/>
|
|
<wsdl:output message="wsdlns:TelephonySipToAliasOfferResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFilterIrcServerRuleAdd">
|
|
<wsdl:input message="wsdlns:dedicatedFilterIrcServerRuleAddRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedFilterIrcServerRuleAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedVirtualMacIpAdd">
|
|
<wsdl:input message="wsdlns:dedicatedVirtualMacIpAddRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedVirtualMacIpAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAliasToSipPossibilities">
|
|
<wsdl:input message="wsdlns:telephonyAliasToSipPossibilitiesRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyAliasToSipPossibilitiesResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAbbreviatedNumberOnGroupAdd">
|
|
<wsdl:input message="wsdlns:telephonyAbbreviatedNumberOnGroupAddRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyAbbreviatedNumberOnGroupAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingModificationQueue">
|
|
<wsdl:input message="wsdlns:telephonyHuntingModificationQueueRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyHuntingModificationQueueResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillDetails">
|
|
<wsdl:input message="wsdlns:telephonyBillDetailsRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyBillDetailsResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyDirectoryInfo">
|
|
<wsdl:input message="wsdlns:telephonyDirectoryInfoRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyDirectoryInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedRipeGetRipeIds">
|
|
<wsdl:input message="wsdlns:dedicatedRipeGetRipeIdsRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedRipeGetRipeIdsResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineLogsNotificationOptionsModify">
|
|
<wsdl:input message="wsdlns:telephonyLineLogsNotificationOptionsModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyLineLogsNotificationOptionsModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dnsInstallCustom">
|
|
<wsdl:input message="wsdlns:dnsInstallCustomRequest"/>
|
|
<wsdl:output message="wsdlns:dnsInstallCustomResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlActivateOvhManagement">
|
|
<wsdl:input message="wsdlns:sqlpriveMysqlActivateOvhManagementRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveMysqlActivateOvhManagementResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyClick2CallDoBySession">
|
|
<wsdl:input message="wsdlns:telephonyClick2CallDoBySessionRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyClick2CallDoBySessionResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="prepaidGetThreshold">
|
|
<wsdl:input message="wsdlns:prepaidGetThresholdRequest"/>
|
|
<wsdl:output message="wsdlns:prepaidGetThresholdResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAbbreviatedNumberAdd">
|
|
<wsdl:input message="wsdlns:telephonyAbbreviatedNumberAddRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyAbbreviatedNumberAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainWhoisObfuscatorUnsetAll">
|
|
<wsdl:input message="wsdlns:domainWhoisObfuscatorUnsetAllRequest"/>
|
|
<wsdl:output message="wsdlns:domainWhoisObfuscatorUnsetAllResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiFtpDel">
|
|
<wsdl:input message="wsdlns:multiFtpDelRequest"/>
|
|
<wsdl:output message="wsdlns:multiFtpDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlGetPossibleDump">
|
|
<wsdl:input message="wsdlns:sqlpriveMysqlGetPossibleDumpRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveMysqlGetPossibleDumpResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNumberOrder">
|
|
<wsdl:input message="wsdlns:telephonyNumberOrderRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyNumberOrderResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="prepaidGetHistory">
|
|
<wsdl:input message="wsdlns:prepaidGetHistoryRequest"/>
|
|
<wsdl:output message="wsdlns:prepaidGetHistoryResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNumberCityForZoneList">
|
|
<wsdl:input message="wsdlns:telephonyNumberCityForZoneListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyNumberCityForZoneListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="redirectedEmailDel">
|
|
<wsdl:input message="wsdlns:redirectedEmailDelRequest"/>
|
|
<wsdl:output message="wsdlns:redirectedEmailDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedInfo">
|
|
<wsdl:input message="wsdlns:dedicatedInfoRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupUpdateDate">
|
|
<wsdl:input message="wsdlns:dedicatedBackupUpdateDateRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedBackupUpdateDateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainOperationList">
|
|
<wsdl:input message="wsdlns:domainOperationListRequest"/>
|
|
<wsdl:output message="wsdlns:domainOperationListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyTonesOptionsModify">
|
|
<wsdl:input message="wsdlns:telephonyTonesOptionsModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyTonesOptionsModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popAttachMasterNic">
|
|
<wsdl:input message="wsdlns:popAttachMasterNicRequest"/>
|
|
<wsdl:output message="wsdlns:popAttachMasterNicResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="crontabInfo">
|
|
<wsdl:input message="wsdlns:crontabInfoRequest"/>
|
|
<wsdl:output message="wsdlns:crontabInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceGroupSetName">
|
|
<wsdl:input message="wsdlns:serviceGroupSetNameRequest"/>
|
|
<wsdl:output message="wsdlns:serviceGroupSetNameResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyOfferInfo">
|
|
<wsdl:input message="wsdlns:telephonyOfferInfoRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyOfferInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiDomainAdd">
|
|
<wsdl:input message="wsdlns:multiDomainAddRequest"/>
|
|
<wsdl:output message="wsdlns:multiDomainAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookDel">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookDelRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="redirectedEmailList">
|
|
<wsdl:input message="wsdlns:redirectedEmailListRequest"/>
|
|
<wsdl:output message="wsdlns:redirectedEmailListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserAdd">
|
|
<wsdl:input message="wsdlns:telephonySmsUserAddRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsUserAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicUpdateIT">
|
|
<wsdl:input message="wsdlns:nicUpdateITRequest"/>
|
|
<wsdl:output message="wsdlns:nicUpdateITResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserHistory">
|
|
<wsdl:input message="wsdlns:telephonySmsUserHistoryRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsUserHistoryResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringStatusGet">
|
|
<wsdl:input message="wsdlns:dedicatedMonitoringStatusGetRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMonitoringStatusGetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ripeUpdateOrganisation">
|
|
<wsdl:input message="wsdlns:ripeUpdateOrganisationRequest"/>
|
|
<wsdl:output message="wsdlns:ripeUpdateOrganisationResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedNetbootModify">
|
|
<wsdl:input message="wsdlns:dedicatedNetbootModifyRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedNetbootModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="subDomainList">
|
|
<wsdl:input message="wsdlns:subDomainListRequest"/>
|
|
<wsdl:output message="wsdlns:subDomainListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveFtpPassword">
|
|
<wsdl:input message="wsdlns:sqlpriveFtpPasswordRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveFtpPasswordResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyOfferModifyPassword">
|
|
<wsdl:input message="wsdlns:telephonyOfferModifyPasswordRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyOfferModifyPasswordResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dnsUninstall">
|
|
<wsdl:input message="wsdlns:dnsUninstallRequest"/>
|
|
<wsdl:output message="wsdlns:dnsUninstallResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFilterIrcClientRuleList">
|
|
<wsdl:input message="wsdlns:dedicatedFilterIrcClientRuleListRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedFilterIrcClientRuleListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFunctionKeyAdd">
|
|
<wsdl:input message="wsdlns:telephonyFunctionKeyAddRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFunctionKeyAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookList">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPlugAndPhoneReset">
|
|
<wsdl:input message="wsdlns:telephonyPlugAndPhoneResetRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPlugAndPhoneResetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlRootPassword">
|
|
<wsdl:input message="wsdlns:sqlpriveMysqlRootPasswordRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveMysqlRootPasswordResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserDel">
|
|
<wsdl:input message="wsdlns:telephonySmsUserDelRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsUserDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailSetDomainMxFiltering">
|
|
<wsdl:input message="wsdlns:emailSetDomainMxFilteringRequest"/>
|
|
<wsdl:output message="wsdlns:emailSetDomainMxFilteringResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVoicemailMessagesStatus">
|
|
<wsdl:input message="wsdlns:telephonyVoicemailMessagesStatusRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyVoicemailMessagesStatusResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookModify">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIPForUDPMove">
|
|
<wsdl:input message="wsdlns:dedicatedIPForUDPMoveRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedIPForUDPMoveResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicUpdate">
|
|
<wsdl:input message="wsdlns:nicUpdateRequest"/>
|
|
<wsdl:output message="wsdlns:nicUpdateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyOfferModifyName">
|
|
<wsdl:input message="wsdlns:telephonyOfferModifyNameRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyOfferModifyNameResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="notepadFlush">
|
|
<wsdl:input message="wsdlns:notepadFlushRequest"/>
|
|
<wsdl:output message="wsdlns:notepadFlushResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiDomainModify">
|
|
<wsdl:input message="wsdlns:multiDomainModifyRequest"/>
|
|
<wsdl:output message="wsdlns:multiDomainModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="language">
|
|
<wsdl:input message="wsdlns:languageRequest"/>
|
|
<wsdl:output message="wsdlns:languageResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringSMSModify">
|
|
<wsdl:input message="wsdlns:dedicatedMonitoringSMSModifyRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMonitoringSMSModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookGroupList">
|
|
<wsdl:input message="wsdlns:telephonyPhonebookGroupListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPhonebookGroupListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="logsAccessDel">
|
|
<wsdl:input message="wsdlns:logsAccessDelRequest"/>
|
|
<wsdl:output message="wsdlns:logsAccessDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="logsAccessAdd">
|
|
<wsdl:input message="wsdlns:logsAccessAddRequest"/>
|
|
<wsdl:output message="wsdlns:logsAccessAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiDomainInfo">
|
|
<wsdl:input message="wsdlns:multiDomainInfoRequest"/>
|
|
<wsdl:output message="wsdlns:multiDomainInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainWhoisObfuscatorList">
|
|
<wsdl:input message="wsdlns:domainWhoisObfuscatorListRequest"/>
|
|
<wsdl:output message="wsdlns:domainWhoisObfuscatorListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlProcessKill">
|
|
<wsdl:input message="wsdlns:sqlpriveMysqlProcessKillRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveMysqlProcessKillResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillingAccountInfo">
|
|
<wsdl:input message="wsdlns:telephonyBillingAccountInfoRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyBillingAccountInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListList">
|
|
<wsdl:input message="wsdlns:mailingListListRequest"/>
|
|
<wsdl:output message="wsdlns:mailingListListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsSenderAdd">
|
|
<wsdl:input message="wsdlns:telephonySmsSenderAddRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsSenderAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineConsumptionCSVByMail">
|
|
<wsdl:input message="wsdlns:telephonyLineConsumptionCSVByMailRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyLineConsumptionCSVByMailResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserDeleteCsvAttachment">
|
|
<wsdl:input message="wsdlns:telephonySmsUserDeleteCsvAttachmentRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsUserDeleteCsvAttachmentResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListSubscriberListByEmail">
|
|
<wsdl:input message="wsdlns:mailingListSubscriberListByEmailRequest"/>
|
|
<wsdl:output message="wsdlns:mailingListSubscriberListByEmailResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="supportCloseThreads">
|
|
<wsdl:input message="wsdlns:supportCloseThreadsRequest"/>
|
|
<wsdl:output message="wsdlns:supportCloseThreadsResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlDatabaseSave">
|
|
<wsdl:input message="wsdlns:sqlpriveMysqlDatabaseSaveRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveMysqlDatabaseSaveResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyListReversableCallsFromNumber">
|
|
<wsdl:input message="wsdlns:telephonyListReversableCallsFromNumberRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyListReversableCallsFromNumberResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillingAccountList">
|
|
<wsdl:input message="wsdlns:telephonyBillingAccountListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyBillingAccountListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsGetQuotaNotificationForUser">
|
|
<wsdl:input message="wsdlns:telephonySmsGetQuotaNotificationForUserRequest"/>
|
|
<wsdl:output message="wsdlns:telephonySmsGetQuotaNotificationForUserResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringDel">
|
|
<wsdl:input message="wsdlns:dedicatedMonitoringDelRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMonitoringDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyChangeNicModify">
|
|
<wsdl:input message="wsdlns:telephonyChangeNicModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyChangeNicModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringServiceAddSMS">
|
|
<wsdl:input message="wsdlns:dedicatedMonitoringServiceAddSMSRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMonitoringServiceAddSMSResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="prepaidGetBalance">
|
|
<wsdl:input message="wsdlns:prepaidGetBalanceRequest"/>
|
|
<wsdl:output message="wsdlns:prepaidGetBalanceResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dnsGeolocalizeHosting">
|
|
<wsdl:input message="wsdlns:dnsGeolocalizeHostingRequest"/>
|
|
<wsdl:output message="wsdlns:dnsGeolocalizeHostingResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popAdd">
|
|
<wsdl:input message="wsdlns:popAddRequest"/>
|
|
<wsdl:output message="wsdlns:popAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyClick2CallUserAdd">
|
|
<wsdl:input message="wsdlns:telephonyClick2CallUserAddRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyClick2CallUserAddResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainHostInfo">
|
|
<wsdl:input message="wsdlns:domainHostInfoRequest"/>
|
|
<wsdl:output message="wsdlns:domainHostInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedList">
|
|
<wsdl:input message="wsdlns:dedicatedListRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIPForUDPGet">
|
|
<wsdl:input message="wsdlns:dedicatedIPForUDPGetRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedIPForUDPGetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyConferenceOptionsModify">
|
|
<wsdl:input message="wsdlns:telephonyConferenceOptionsModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyConferenceOptionsModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedGetAvailableIpFromNetwork">
|
|
<wsdl:input message="wsdlns:dedicatedGetAvailableIpFromNetworkRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedGetAvailableIpFromNetworkResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="crontabModify">
|
|
<wsdl:input message="wsdlns:crontabModifyRequest"/>
|
|
<wsdl:output message="wsdlns:crontabModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveCronGet">
|
|
<wsdl:input message="wsdlns:sqlpriveCronGetRequest"/>
|
|
<wsdl:output message="wsdlns:sqlpriveCronGetResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="supportReactivateThread">
|
|
<wsdl:input message="wsdlns:supportReactivateThreadRequest"/>
|
|
<wsdl:output message="wsdlns:supportReactivateThreadResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="zoneImport">
|
|
<wsdl:input message="wsdlns:zoneImportRequest"/>
|
|
<wsdl:output message="wsdlns:zoneImportResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiDomainDel">
|
|
<wsdl:input message="wsdlns:multiDomainDelRequest"/>
|
|
<wsdl:output message="wsdlns:multiDomainDelResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMailinglistSubscribe">
|
|
<wsdl:input message="wsdlns:dedicatedMailinglistSubscribeRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMailinglistSubscribeResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceGroupInfo">
|
|
<wsdl:input message="wsdlns:serviceGroupInfoRequest"/>
|
|
<wsdl:output message="wsdlns:serviceGroupInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="automatedMailFlush">
|
|
<wsdl:input message="wsdlns:automatedMailFlushRequest"/>
|
|
<wsdl:output message="wsdlns:automatedMailFlushResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesNameUpdate">
|
|
<wsdl:input message="wsdlns:managedServicesNameUpdateRequest"/>
|
|
<wsdl:output message="wsdlns:managedServicesNameUpdateResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popGetQuota">
|
|
<wsdl:input message="wsdlns:popGetQuotaRequest"/>
|
|
<wsdl:output message="wsdlns:popGetQuotaResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingGenericScreenOptionsModify">
|
|
<wsdl:input message="wsdlns:telephonyHuntingGenericScreenOptionsModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyHuntingGenericScreenOptionsModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ripeCreateOrganisation">
|
|
<wsdl:input message="wsdlns:ripeCreateOrganisationRequest"/>
|
|
<wsdl:output message="wsdlns:ripeCreateOrganisationResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPlugAndPhoneInfo">
|
|
<wsdl:input message="wsdlns:telephonyPlugAndPhoneInfoRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyPlugAndPhoneInfoResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxCampaignDelete">
|
|
<wsdl:input message="wsdlns:telephonyFaxCampaignDeleteRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyFaxCampaignDeleteResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyReversmentsRefundFromBillingAccount">
|
|
<wsdl:input message="wsdlns:telephonyReversmentsRefundFromBillingAccountRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyReversmentsRefundFromBillingAccountResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVoicemailMessageDelete">
|
|
<wsdl:input message="wsdlns:telephonyVoicemailMessageDeleteRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyVoicemailMessageDeleteResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIpLoadBalancingNameModify">
|
|
<wsdl:input message="wsdlns:dedicatedIpLoadBalancingNameModifyRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedIpLoadBalancingNameModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineOptionsList">
|
|
<wsdl:input message="wsdlns:telephonyLineOptionsListRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyLineOptionsListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAbbreviatedNumberModify">
|
|
<wsdl:input message="wsdlns:telephonyAbbreviatedNumberModifyRequest"/>
|
|
<wsdl:output message="wsdlns:telephonyAbbreviatedNumberModifyResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringServiceList">
|
|
<wsdl:input message="wsdlns:dedicatedMonitoringServiceListRequest"/>
|
|
<wsdl:output message="wsdlns:dedicatedMonitoringServiceListResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resellerDomainTransfer">
|
|
<wsdl:input message="wsdlns:resellerDomainTransferRequest"/>
|
|
<wsdl:output message="wsdlns:resellerDomainTransferResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceGroupAddService">
|
|
<wsdl:input message="wsdlns:serviceGroupAddServiceRequest"/>
|
|
<wsdl:output message="wsdlns:serviceGroupAddServiceResponse"/>
|
|
<wsdl:fault name="failure" message="wsdlns:FailureMsg"/>
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="managerBinding" type="wsdlns:managerPortType">
|
|
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<wsdl:operation name="telephonyConferenceDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListModeratorDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#mailingListModeratorDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNumberInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlRestart">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlRestart"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="logout">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#logout"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiFtpChangeDirectory">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#multiFtpChangeDirectory"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlVersion">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlVersion"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedReverseDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedReverseDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedDelServiceMonitoringAlert">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedDelServiceMonitoringAlert"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVoicemailOptionsList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailOptionsList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookSharePeerList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookSharePeerList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceGroupGetAllInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupGetAllInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="redirectedEmailAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#redirectedEmailAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicModifyInfos">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#nicModifyInfos"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ripeGetRipeIds">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ripeGetRipeIds"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyRedirectModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyRedirectModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlDatabaseImportFromFile">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlDatabaseImportFromFile"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNumberModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedAddServiceMonitoringAlertSMS">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedAddServiceMonitoringAlertSMS"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="automatedMailGetVolumeHistory">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#automatedMailGetVolumeHistory"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="automatedMailGetTodo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#automatedMailGetTodo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIpLoadBalancingList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupReinstallConfiguration">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupReinstallConfiguration"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserGetCsvAttachment">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserGetCsvAttachment"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupGetHisto">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupGetHisto"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainHostUpdate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainHostUpdate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupUpdate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupUpdate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceGroupList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="databaseChangePassword">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#databaseChangePassword"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="billingInvoiceList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#billingInvoiceList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNicSetSipDomain">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNicSetSipDomain"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="globalAccessByNic">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#globalAccessByNic"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedNetbootGetRescueEmail">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootGetRescueEmail"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ticketListIncidentsByDomain">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ticketListIncidentsByDomain"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsMultiSend">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsMultiSend"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceListPaginated">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#serviceListPaginated"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedRtmListBackdoor">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRtmListBackdoor"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserAddCsvAttachment">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserAddCsvAttachment"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="zoneEntryList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#zoneEntryList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dnsDefaultInstallCustom">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dnsDefaultInstallCustom"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxHistory">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxHistory"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiFtpChangePassword">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#multiFtpChangePassword"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFreefaxToVoicefax">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFreefaxToVoicefax"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlUserList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlUserList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxSend">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxSend"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainUnlock">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainUnlock"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyRestrictionList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyRestrictionList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainWhoisObfuscatorSetAll">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainWhoisObfuscatorSetAll"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popDetachMasterNic">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#popDetachMasterNic"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNumberCustomList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberCustomList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringNotificationCreate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringNotificationCreate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPlugAndPhoneSkinModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPlugAndPhoneSkinModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxOptionsModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxOptionsModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillingAccountSummary">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillingAccountSummary"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="overquotaInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#overquotaInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="automatedMailGetErrors">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#automatedMailGetErrors"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyClick2CallUserDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyClick2CallUserDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailGetCapabilities">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#emailGetCapabilities"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsAccountList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsAccountList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillingAccountConsumptionCSVByMail">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillingAccountConsumptionCSVByMail"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFMHuntingModificationVoicemail">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFMHuntingModificationVoicemail"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyOrdersFollowingUp">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyOrdersFollowingUp"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookOnGroupContactAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupContactAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ortDomainDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ortDomainDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListModeratorList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#mailingListModeratorList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillDetailsCSV">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillDetailsCSV"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#popList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlRamUsed">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlRamUsed"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsCreditLeft">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsCreditLeft"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="prepaidDomainCreate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#prepaidDomainCreate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyDirectoryPJCode">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDirectoryPJCode"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyListSummationCallsFromBillingAccount">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyListSummationCallsFromBillingAccount"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="rpsMigrationGetProgressStatus">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#rpsMigrationGetProgressStatus"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedNetbootGetAll">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootGetAll"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailDomainListByMasterNic">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#emailDomainListByMasterNic"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyConferenceMailReportModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceMailReportModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAbbreviatedNumberDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resellerDomainTransferIT">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainTransferIT"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedVirtualMacIpAvailableGetList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedVirtualMacIpAvailableGetList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxOptionsList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxOptionsList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ticketListIncidents">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ticketListIncidents"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="infrastructureReverseModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#infrastructureReverseModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVxmlDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVxmlDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringSMSCreate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringSMSCreate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedRipeQuery">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRipeQuery"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="responderEmailList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#responderEmailList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillingAccountSet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillingAccountSet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyDepositMovementModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDepositMovementModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyClick2CallDo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyClick2CallDo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVxmlInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVxmlInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySpecialNumberOrder">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpecialNumberOrder"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVoicemailOptionsModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailOptionsModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineSwitchOldOffer">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineSwitchOldOffer"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="zoneEntryAddCustom">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#zoneEntryAddCustom"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainWhoisObfuscatorInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainWhoisObfuscatorInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookOnGroupContactDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupContactDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ticketReopen">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ticketReopen"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsAddCsvAttachment">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsAddCsvAttachment"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupFtpPassword">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupFtpPassword"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="hostingAccessByNic">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#hostingAccessByNic"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyConferenceModeratorCallNumberModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceModeratorCallNumberModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveAlertInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveAlertInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyOfferSimultaneousLinesAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyOfferSimultaneousLinesAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListFullInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#mailingListFullInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedRtmBackdoorUpdateAlert">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRtmBackdoorUpdateAlert"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="responderEmailInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#responderEmailInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyToneRemoteUpload">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyToneRemoteUpload"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedSecondaryDNSAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedSecondaryDNSAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popUpgradeQuota">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#popUpgradeQuota"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFMHuntingModificationMode">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFMHuntingModificationMode"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dnsInstall">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dnsInstall"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAliasToSipOffer">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAliasToSipOffer"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="hostingSummary">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#hostingSummary"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailDomainSummary">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#emailDomainSummary"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedRtmGetStatus">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRtmGetStatus"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyConferenceList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesPartitionQuotaUsed">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesPartitionQuotaUsed"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedNetbootGetAvailable">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootGetAvailable"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserMultiSend">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserMultiSend"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsGetCsvAttachment">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsGetCsvAttachment"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsHistory">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsHistory"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="zoneEntryModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#zoneEntryModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ticketListContact">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ticketListContact"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMailinglistGetAllowed">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMailinglistGetAllowed"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAbbreviatedNumberOnGroupModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberOnGroupModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="accountSummary">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#accountSummary"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="subDomainDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#subDomainDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingGenericScreenList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailFilterAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#emailFilterAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingGenericScreenStatus">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenStatus"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingModificationMembers">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingModificationMembers"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="rpsMigrationStatus">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#rpsMigrationStatus"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dnsReset">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dnsReset"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="supportGetNicDomains">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#supportGetNicDomains"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxCampaignCreation">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxCampaignCreation"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="supportGetThreads">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#supportGetThreads"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#mailingListDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFailoverRipeAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFailoverRipeAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListSubscriberAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#mailingListSubscriberAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFilterIrcClientRuleAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFilterIrcClientRuleAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineLogsNotificationOptions">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineLogsNotificationOptions"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedInstallationTemplateList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedInstallationTemplateList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupGetCalendar">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupGetCalendar"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFMHuntingModificationMembers">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFMHuntingModificationMembers"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyRestrictionModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyRestrictionModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="crontabDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#crontabDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingGenericScreenOptions">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenOptions"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillingAccountAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillingAccountAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesIpAccessChange">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesIpAccessChange"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="accountHistory">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#accountHistory"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIpLoadBalancingServerDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingServerDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainCheck">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainCheck"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="prepaidDomainTransfer">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#prepaidDomainTransfer"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedEditServiceMonitoringItem">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedEditServiceMonitoringItem"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="password">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#password"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsSenderValidate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSenderValidate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIPForUDPServerList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIPForUDPServerList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingModificationSimultaneousCalls">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingModificationSimultaneousCalls"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceGroupCreate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupCreate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="orderTelephonySmsCredit">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#orderTelephonySmsCredit"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupSet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupSet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedVirtualMacIpDelete">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedVirtualMacIpDelete"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFailoverRipeSplit">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFailoverRipeSplit"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedReverseInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedReverseInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedCapabilitiesGetAll">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedCapabilitiesGetAll"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nic">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#nic"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxCampaignList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxCampaignList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupIncludeAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupIncludeAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ticketGet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ticketGet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="supportSendMessage">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#supportSendMessage"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="notepadSet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#notepadSet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFailoverRipeList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFailoverRipeList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsGetUserQuotaForUser">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsGetUserQuotaForUser"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringServiceAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringServiceAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedHardRebootDo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedHardRebootDo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedReverseList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedReverseList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainWhoisObfuscatorSet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainWhoisObfuscatorSet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="rpsMigrationTodo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#rpsMigrationTodo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFunctionKeyModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFunctionKeyModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicTldEligibility">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#nicTldEligibility"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="automatedMailGetState">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#automatedMailGetState"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAbbreviatedNumberList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlLogs">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlLogs"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxModifyPassword">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxModifyPassword"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupFtpAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupFtpAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="databaseDump">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#databaseDump"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsDelete">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsDelete"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyDirectoryModifyPublication">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDirectoryModifyPublication"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainResellerSet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainResellerSet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="crontabList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#crontabList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookOnGroupAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedVirtualMacIpUsedGetList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedVirtualMacIpUsedGetList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineSwitchOfferPossibility">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineSwitchOfferPossibility"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsSenderList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSenderList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resellerDomainRestore">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainRestore"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ticketAnswer">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ticketAnswer"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveCronSet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveCronSet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFunctionKeyList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFunctionKeyList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedNetbootInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainOperationRelaunch">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainOperationRelaunch"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineSwitchOffer">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineSwitchOffer"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFreefaxToVoicefaxCheckList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFreefaxToVoicefaxCheckList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVoicemailModifyPassword">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailModifyPassword"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyConferenceRoomModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceRoomModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookShare">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookShare"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsSetUserQuota">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSetUserQuota"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="cmsInstall">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#cmsInstall"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIpLoadBalancingAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="supportGetAllVisibleCategories">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#supportGetAllVisibleCategories"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVxmlValidate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVxmlValidate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAbbreviatedNumberOnGroupList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberOnGroupList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedAvailableNotificationNicsGet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedAvailableNotificationNicsGet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineLogs">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineLogs"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiFtpList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#multiFtpList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiFtpAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#multiFtpAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlDatabasePrivilegeList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlDatabasePrivilegeList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailAccessByNic">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#emailAccessByNic"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyClick2CallUserList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyClick2CallUserList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="zoneEntryDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#zoneEntryDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="prepaidSetThreshold">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#prepaidSetThreshold"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVoicemailMailboxList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailMailboxList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resellerDomainRenew">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainRenew"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#popDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxCampaignDetails">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxCampaignDetails"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailFilterRuleDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#emailFilterRuleDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookOnGroupDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookOnGroupList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySpecialNumberCustomList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySpecialNumberCustomList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringServiceDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringServiceDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFMHuntingModificationSimultaneousCalls">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFMHuntingModificationSimultaneousCalls"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailFilterPriority">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#emailFilterPriority"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="accountAlertThresholdSet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#accountAlertThresholdSet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailFilterDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#emailFilterDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resellerDomainCreate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainCreate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesSnapshotUpdate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesSnapshotUpdate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="supportGetThreadTree">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#supportGetThreadTree"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailSetDomainCatchAll">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#emailSetDomainCatchAll"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainCapabilities">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainCapabilities"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIpLoadBalancingServerStateModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingServerStateModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVoicemailMailboxDownload">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailMailboxDownload"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedReverseModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedReverseModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyReversmentsRefundIsPending">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyReversmentsRefundIsPending"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceModifyContact">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#serviceModifyContact"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyScreenListInfoModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyScreenListInfoModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainDnsList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainDnsList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFailoverList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFailoverList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailDomainMxList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#emailDomainMxList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesHostMasterIpGet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesHostMasterIpGet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedSecondaryDNSInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedSecondaryDNSInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedRipeUpdateInetnum">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRipeUpdateInetnum"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ortDomainList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ortDomainList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingGenericScreenStatusModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenStatusModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookContactAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookContactAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainOperationInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainOperationInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedGetAvailableNetworkFromCountry">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedGetAvailableNetworkFromCountry"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPortabilityOrderSpecialNumber">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPortabilityOrderSpecialNumber"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="billingGetReferencesToExpired">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#billingGetReferencesToExpired"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFailoverAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFailoverAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="prepaidGetSummary">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#prepaidGetSummary"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainDnsUpdate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainDnsUpdate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailFilterRuleAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#emailFilterRuleAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ripeUpdateInetnum">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ripeUpdateInetnum"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainResellerDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainResellerDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookOnGroupModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineSwitchOldOfferPossibility">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineSwitchOldOfferPossibility"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resellerDomainCreateIT">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainCreateIT"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="notepadGet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#notepadGet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingModificationAnonymousCallRejection">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingModificationAnonymousCallRejection"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFilterIrcServerRuleList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFilterIrcServerRuleList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNumberGetBillingAccount">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberGetBillingAccount"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesPartitionDelete">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesPartitionDelete"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyTonesOptionsList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyTonesOptionsList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="supportReportAnswerProblem">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#supportReportAnswerProblem"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiDomainList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#multiDomainList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ticketClose">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ticketClose"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedRipeCreateOrganisation">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRipeCreateOrganisation"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyListSummationCallsFromNumber">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyListSummationCallsFromNumber"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookContactModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookContactModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainDnsGetOvhDefault">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainDnsGetOvhDefault"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="databaseCreate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#databaseCreate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="billingGetAccessByNic">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#billingGetAccessByNic"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupExcludeAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupExcludeAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceModifyOwner">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#serviceModifyOwner"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineOptionsModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineOptionsModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingGenericScreenSet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenSet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveCronDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveCronDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVxmlAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVxmlAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxCampaignStartStop">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxCampaignStartStop"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFilterIrcServerRuleDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFilterIrcServerRuleDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="hostingGetCapabilities">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#hostingGetCapabilities"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainWhoisObfuscatorUnset">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainWhoisObfuscatorUnset"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainHostDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainHostDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFailoverRipeModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFailoverRipeModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="responderEmailDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#responderEmailDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyDirectoryModifyAddress">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDirectoryModifyAddress"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesPartitionStatusCheck">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesPartitionStatusCheck"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="cmsAvailableList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#cmsAvailableList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySecurityDepositCredit">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySecurityDepositCredit"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicModifyLanguage">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#nicModifyLanguage"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineOrder">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineOrder"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupExcludeDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupExcludeDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="automatedMailUnlock">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#automatedMailUnlock"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ripeQuery">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ripeQuery"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="login">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#login"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFunctionKeyDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFunctionKeyDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popListByMasterNic">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#popListByMasterNic"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceModifyOwnerInfos">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#serviceModifyOwnerInfos"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedHardRebootStatus">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedHardRebootStatus"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedGetServiceMonitoringItem">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedGetServiceMonitoringItem"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNicGetSipDomain">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNicGetSipDomain"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserCreditLeft">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserCreditLeft"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPortabilityOrder">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPortabilityOrder"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicCreate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#nicCreate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="cmsRemove">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#cmsRemove"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVoicemailMailboxDelete">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailMailboxDelete"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlDatabaseImportFromHost">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlDatabaseImportFromHost"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="billingInvoiceInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#billingInvoiceInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillingAccountDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillingAccountDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="version">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#version"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="orderAccountCredit">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#orderAccountCredit"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNumberClean">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberClean"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedReverseAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedReverseAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupGetFreePlanning">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupGetFreePlanning"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedInstallAllowedDistributionGet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedInstallAllowedDistributionGet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="subDomainModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#subDomainModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPlugAndPhoneOperation">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPlugAndPhoneOperation"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#nicInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="anonymousFtpInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#anonymousFtpInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedCapabilitiesGet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedCapabilitiesGet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="cmsList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#cmsList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsSetQuotaNotification">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSetQuotaNotification"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringSMSDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringSMSDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ripeDeleteOrganisation">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ripeDeleteOrganisation"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="logsAccessList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#logsAccessList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookContactList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookContactList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resellerDomainTransferASIA">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainTransferASIA"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyConferenceLanguageModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceLanguageModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserPassword">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserPassword"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainHostList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainHostList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="hostingChangeMainDomain">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#hostingChangeMainDomain"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineGetOfferPrices">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineGetOfferPrices"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsGetQuotaNotification">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsGetQuotaNotification"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingModificationMode">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingModificationMode"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyScreenListBlackWhiteChoice">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyScreenListBlackWhiteChoice"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsDeleteCsvAttachment">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsDeleteCsvAttachment"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNumberZoneAndPrefixList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberZoneAndPrefixList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceGroupDelete">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupDelete"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedOperationList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedOperationList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineSetSipDomain">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineSetSipDomain"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyConferenceAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListModeratorAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#mailingListModeratorAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookOnGroupContactList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupContactList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="anonymousFtpActivate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#anonymousFtpActivate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyDeleteLine">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDeleteLine"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicModifyInfosIT">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#nicModifyInfosIT"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ortDomainAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ortDomainAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicPublicInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#nicPublicInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveAlertSet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveAlertSet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupIncludeDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupIncludeDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBandwidthSwitching">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBandwidthSwitching"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIpLoadBalancingDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlOvhMyAdmin">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlOvhMyAdmin"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ftpInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ftpInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPortabilityStatus">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPortabilityStatus"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="hostingList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#hostingList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="orderEmailMxPlan">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#orderEmailMxPlan"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedInstallationTemplateUse">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedInstallationTemplateUse"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListSubscriberList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#mailingListSubscriberList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListSubscriberDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#mailingListSubscriberDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainLockStatus">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainLockStatus"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="prepaidDomainRenew">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#prepaidDomainRenew"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="orderEmailMxLarge">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#orderEmailMxLarge"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailFilterActive">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#emailFilterActive"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySecurityDepositInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySecurityDepositInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="databaseList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#databaseList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIpLoadBalancingServerAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingServerAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resellerDomainCreateCAT">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainCreateCAT"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsListCsvAttachment">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsListCsvAttachment"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ftpChangePassword">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ftpChangePassword"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="orderDedicatedFailover">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#orderDedicatedFailover"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="rpsGetIoStats">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#rpsGetIoStats"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVxmlModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVxmlModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedRipeUpdateOrganisation">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRipeUpdateOrganisation"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="cmsRenewAdminPassword">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#cmsRenewAdminPassword"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyConferenceAnnounceDelete">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceAnnounceDelete"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedNetbootModifyById">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootModifyById"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyScreenListInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyScreenListInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineLogsOnGroup">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineLogsOnGroup"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="databaseDelete">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#databaseDelete"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyConferenceAnnouncesStatus">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceAnnouncesStatus"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resellerDomainCreateASIA">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainCreateASIA"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicChangePassword">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#nicChangePassword"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookContactDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookContactDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ticketCreate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ticketCreate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="notepadAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#notepadAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="subDomainAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#subDomainAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupGetDate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupGetDate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedSecondaryDNSDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedSecondaryDNSDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainLock">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainLock"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailFilterList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#emailFilterList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="zoneEntryAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#zoneEntryAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedSecondaryDNSGetAll">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedSecondaryDNSGetAll"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="infrastructureIpListGet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#infrastructureIpListGet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#mailingListInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#serviceList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceGroupSetComment">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupSetComment"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicCreateIT">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#nicCreateIT"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringNotificationDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringNotificationDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainOperationCancel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainOperationCancel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFMHuntingModificationAnonymousCallRejection">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFMHuntingModificationAnonymousCallRejection"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBandwidthManagementGet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBandwidthManagementGet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyDdiModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDdiModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringStatusUpdate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringStatusUpdate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIPForUDPMoveGetStatus">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIPForUDPMoveGetStatus"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyRedirectInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyRedirectInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="anonymousFtpChangePassword">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#anonymousFtpChangePassword"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsSend">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSend"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="automatedMailLock">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#automatedMailLock"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedRipeDeleteOrganisation">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRipeDeleteOrganisation"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFailoverRipeGetIp">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFailoverRipeGetIp"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="responderEmailModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#responderEmailModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedInstallBasic">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedInstallBasic"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailGetDomainMxFiltering">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#emailGetDomainMxFiltering"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesPartitionCreate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesPartitionCreate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineGetSipDomain">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineGetSipDomain"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicModifyEmail">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#nicModifyEmail"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyToneDelete">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyToneDelete"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedInstallReset">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedInstallReset"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringServiceAddNotification">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringServiceAddNotification"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="orderDedicatedFailoverRipe">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#orderDedicatedFailoverRipe"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookOnGroupContactModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupContactModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceGroupRemoveService">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupRemoveService"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyScreenListBlackWhiteChoiceModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyScreenListBlackWhiteChoiceModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFilterIrcClientRuleDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFilterIrcClientRuleDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainHostAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainHostAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popModifyDescription">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#popModifyDescription"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="crontabAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#crontabAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsSenderDescription">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSenderDescription"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAbbreviatedNumberOnGroupDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberOnGroupDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#mailingListModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesPartitionGet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesPartitionGet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailDelMasterNic">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#emailDelMasterNic"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="redirectedEmailModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#redirectedEmailModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#popInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="zoneExport">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#zoneExport"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMrtgInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMrtgInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupReinstallData">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupReinstallData"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceFreedomList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#serviceFreedomList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="supportGetFullMessage">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#supportGetFullMessage"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserListCsvAttachment">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserListCsvAttachment"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailGetDomainCatchAll">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#emailGetDomainCatchAll"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserSend">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserSend"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#mailingListAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupFtpInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupFtpInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookOnGroupGroupList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupGroupList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyClick2CallUserPassword">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyClick2CallUserPassword"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="momVersion">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#momVersion"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailSetMasterNic">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#emailSetMasterNic"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlDatabaseList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlDatabaseList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="automatedMailReturnSet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#automatedMailReturnSet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="databaseRecreate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#databaseRecreate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popModifyPassword">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#popModifyPassword"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="responderEmailAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#responderEmailAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlProcessList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlProcessList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsGetUserQuota">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsGetUserQuota"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedGetRandomAvailableIpFromCountry">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedGetRandomAvailableIpFromCountry"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsSenderDelete">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSenderDelete"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyToneStatus">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyToneStatus"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyDdiInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDdiInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedInstallBasicProgress">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedInstallBasicProgress"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedAddServiceMonitoringAlertEmail">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedAddServiceMonitoringAlertEmail"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingGroupList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingGroupList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFailoverUpdate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFailoverUpdate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyDirectoryListWayType">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDirectoryListWayType"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyCallList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyCallList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesPartitionUpdate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesPartitionUpdate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TelephonySipToAliasOffer">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#TelephonySipToAliasOffer"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFilterIrcServerRuleAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFilterIrcServerRuleAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedVirtualMacIpAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedVirtualMacIpAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAliasToSipPossibilities">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAliasToSipPossibilities"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAbbreviatedNumberOnGroupAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberOnGroupAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingModificationQueue">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingModificationQueue"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillDetails">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillDetails"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyDirectoryInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyDirectoryInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedRipeGetRipeIds">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedRipeGetRipeIds"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineLogsNotificationOptionsModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineLogsNotificationOptionsModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dnsInstallCustom">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dnsInstallCustom"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlActivateOvhManagement">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlActivateOvhManagement"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyClick2CallDoBySession">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyClick2CallDoBySession"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="prepaidGetThreshold">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#prepaidGetThreshold"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAbbreviatedNumberAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainWhoisObfuscatorUnsetAll">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainWhoisObfuscatorUnsetAll"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiFtpDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#multiFtpDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlGetPossibleDump">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlGetPossibleDump"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNumberOrder">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberOrder"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="prepaidGetHistory">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#prepaidGetHistory"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyNumberCityForZoneList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyNumberCityForZoneList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="redirectedEmailDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#redirectedEmailDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedBackupUpdateDate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedBackupUpdateDate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainOperationList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainOperationList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyTonesOptionsModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyTonesOptionsModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popAttachMasterNic">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#popAttachMasterNic"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="crontabInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#crontabInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceGroupSetName">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupSetName"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyOfferInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyOfferInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiDomainAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#multiDomainAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="redirectedEmailList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#redirectedEmailList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicUpdateIT">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#nicUpdateIT"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserHistory">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserHistory"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringStatusGet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringStatusGet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ripeUpdateOrganisation">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ripeUpdateOrganisation"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedNetbootModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedNetbootModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="subDomainList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#subDomainList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveFtpPassword">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveFtpPassword"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyOfferModifyPassword">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyOfferModifyPassword"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dnsUninstall">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dnsUninstall"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedFilterIrcClientRuleList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedFilterIrcClientRuleList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFunctionKeyAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFunctionKeyAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPlugAndPhoneReset">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPlugAndPhoneReset"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlRootPassword">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlRootPassword"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="emailSetDomainMxFiltering">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#emailSetDomainMxFiltering"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVoicemailMessagesStatus">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailMessagesStatus"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIPForUDPMove">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIPForUDPMove"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="nicUpdate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#nicUpdate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyOfferModifyName">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyOfferModifyName"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="notepadFlush">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#notepadFlush"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiDomainModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#multiDomainModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="language">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#language"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringSMSModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringSMSModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPhonebookGroupList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPhonebookGroupList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="logsAccessDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#logsAccessDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="logsAccessAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#logsAccessAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiDomainInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#multiDomainInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainWhoisObfuscatorList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainWhoisObfuscatorList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlProcessKill">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlProcessKill"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillingAccountInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillingAccountInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#mailingListList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsSenderAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsSenderAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineConsumptionCSVByMail">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineConsumptionCSVByMail"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsUserDeleteCsvAttachment">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsUserDeleteCsvAttachment"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="mailingListSubscriberListByEmail">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#mailingListSubscriberListByEmail"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="supportCloseThreads">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#supportCloseThreads"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveMysqlDatabaseSave">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveMysqlDatabaseSave"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyListReversableCallsFromNumber">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyListReversableCallsFromNumber"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyBillingAccountList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyBillingAccountList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonySmsGetQuotaNotificationForUser">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonySmsGetQuotaNotificationForUser"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyChangeNicModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyChangeNicModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringServiceAddSMS">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringServiceAddSMS"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="prepaidGetBalance">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#prepaidGetBalance"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dnsGeolocalizeHosting">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dnsGeolocalizeHosting"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#popAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyClick2CallUserAdd">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyClick2CallUserAdd"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="domainHostInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#domainHostInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIPForUDPGet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIPForUDPGet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyConferenceOptionsModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyConferenceOptionsModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedGetAvailableIpFromNetwork">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedGetAvailableIpFromNetwork"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="crontabModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#crontabModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="sqlpriveCronGet">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#sqlpriveCronGet"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="supportReactivateThread">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#supportReactivateThread"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="zoneImport">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#zoneImport"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="multiDomainDel">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#multiDomainDel"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMailinglistSubscribe">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMailinglistSubscribe"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceGroupInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="automatedMailFlush">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#automatedMailFlush"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="managedServicesNameUpdate">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#managedServicesNameUpdate"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="popGetQuota">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#popGetQuota"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyHuntingGenericScreenOptionsModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenOptionsModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ripeCreateOrganisation">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#ripeCreateOrganisation"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyPlugAndPhoneInfo">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyPlugAndPhoneInfo"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyFaxCampaignDelete">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyFaxCampaignDelete"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyReversmentsRefundFromBillingAccount">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyReversmentsRefundFromBillingAccount"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyVoicemailMessageDelete">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyVoicemailMessageDelete"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedIpLoadBalancingNameModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingNameModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyLineOptionsList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyLineOptionsList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="telephonyAbbreviatedNumberModify">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberModify"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="dedicatedMonitoringServiceList">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#dedicatedMonitoringServiceList"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resellerDomainTransfer">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#resellerDomainTransfer"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="serviceGroupAddService">
|
|
<soap:operation soapAction="http://soapi.ovh.com/manager#serviceGroupAddService"/>
|
|
<wsdl:input>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://soapi.ovh.com/manager"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="failure">
|
|
<soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="failure" use="encoded"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="managerService">
|
|
<wsdl:port name="managerPort" binding="wsdlns:managerBinding">
|
|
<soap:address location="https://www.ovh.com:1664"/>
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>https://www.ovh.com:1664</con:endpoint></con:endpoints><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#accountAlertThresholdSet" name="accountAlertThresholdSet" bindingOperationName="accountAlertThresholdSet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:accountAlertThresholdSet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<threshold xsi:type="xsd:int">?</threshold>
|
|
</man:accountAlertThresholdSet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#accountAlertThresholdSet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#accountHistory" name="accountHistory" bindingOperationName="accountHistory" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:accountHistory soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<month xsi:type="xsd:int">?</month>
|
|
<year xsi:type="xsd:int">?</year>
|
|
</man:accountHistory>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#accountHistory"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#accountSummary" name="accountSummary" bindingOperationName="accountSummary" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:accountSummary soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:accountSummary>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#accountSummary"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#anonymousFtpActivate" name="anonymousFtpActivate" bindingOperationName="anonymousFtpActivate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:anonymousFtpActivate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:anonymousFtpActivate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#anonymousFtpActivate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#anonymousFtpChangePassword" name="anonymousFtpChangePassword" bindingOperationName="anonymousFtpChangePassword" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:anonymousFtpChangePassword soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:anonymousFtpChangePassword>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#anonymousFtpChangePassword"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#anonymousFtpInfo" name="anonymousFtpInfo" bindingOperationName="anonymousFtpInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:anonymousFtpInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:anonymousFtpInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#anonymousFtpInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#automatedMailFlush" name="automatedMailFlush" bindingOperationName="automatedMailFlush" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:automatedMailFlush soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:automatedMailFlush>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#automatedMailFlush"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#automatedMailGetErrors" name="automatedMailGetErrors" bindingOperationName="automatedMailGetErrors" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:automatedMailGetErrors soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<deep xsi:type="xsd:int">?</deep>
|
|
<limit xsi:type="xsd:int">?</limit>
|
|
</man:automatedMailGetErrors>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#automatedMailGetErrors"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#automatedMailGetState" name="automatedMailGetState" bindingOperationName="automatedMailGetState" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:automatedMailGetState soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:automatedMailGetState>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#automatedMailGetState"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#automatedMailGetTodo" name="automatedMailGetTodo" bindingOperationName="automatedMailGetTodo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:automatedMailGetTodo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:automatedMailGetTodo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#automatedMailGetTodo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#automatedMailGetVolumeHistory" name="automatedMailGetVolumeHistory" bindingOperationName="automatedMailGetVolumeHistory" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:automatedMailGetVolumeHistory soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:automatedMailGetVolumeHistory>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#automatedMailGetVolumeHistory"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#automatedMailLock" name="automatedMailLock" bindingOperationName="automatedMailLock" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:automatedMailLock soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:automatedMailLock>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#automatedMailLock"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#automatedMailReturnSet" name="automatedMailReturnSet" bindingOperationName="automatedMailReturnSet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:automatedMailReturnSet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<email xsi:type="xsd:string">?</email>
|
|
</man:automatedMailReturnSet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#automatedMailReturnSet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#automatedMailUnlock" name="automatedMailUnlock" bindingOperationName="automatedMailUnlock" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:automatedMailUnlock soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:automatedMailUnlock>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#automatedMailUnlock"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#billingGetAccessByNic" name="billingGetAccessByNic" bindingOperationName="billingGetAccessByNic" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:billingGetAccessByNic soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:billingGetAccessByNic>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#billingGetAccessByNic"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#billingGetReferencesToExpired" name="billingGetReferencesToExpired" bindingOperationName="billingGetReferencesToExpired" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:billingGetReferencesToExpired soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<delay xsi:type="xsd:int">?</delay>
|
|
</man:billingGetReferencesToExpired>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#billingGetReferencesToExpired"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#billingInvoiceInfo" name="billingInvoiceInfo" bindingOperationName="billingInvoiceInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:billingInvoiceInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:billingInvoiceInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#billingInvoiceInfo"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#billingInvoiceList" name="billingInvoiceList" bindingOperationName="billingInvoiceList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:billingInvoiceList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:billingInvoiceList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#billingInvoiceList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#cmsAvailableList" name="cmsAvailableList" bindingOperationName="cmsAvailableList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:cmsAvailableList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:cmsAvailableList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#cmsAvailableList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#cmsInstall" name="cmsInstall" bindingOperationName="cmsInstall" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:cmsInstall soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<cmsName xsi:type="xsd:string">?</cmsName>
|
|
<path xsi:type="xsd:string">?</path>
|
|
<language xsi:type="xsd:string">?</language>
|
|
</man:cmsInstall>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#cmsInstall"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#cmsList" name="cmsList" bindingOperationName="cmsList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:cmsList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:cmsList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#cmsList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#cmsRemove" name="cmsRemove" bindingOperationName="cmsRemove" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:cmsRemove soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<id xsi:type="xsd:int">?</id>
|
|
</man:cmsRemove>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#cmsRemove"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#cmsRenewAdminPassword" name="cmsRenewAdminPassword" bindingOperationName="cmsRenewAdminPassword" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:cmsRenewAdminPassword soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<id xsi:type="xsd:int">?</id>
|
|
</man:cmsRenewAdminPassword>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#cmsRenewAdminPassword"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#crontabAdd" name="crontabAdd" bindingOperationName="crontabAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:crontabAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<path xsi:type="xsd:string">?</path>
|
|
<programLanguage xsi:type="xsd:string">?</programLanguage>
|
|
<weekDay xsi:type="xsd:string">?</weekDay>
|
|
<days xsi:type="xsd:string">?</days>
|
|
<hours xsi:type="xsd:string">?</hours>
|
|
<desc xsi:type="xsd:string">?</desc>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<otherEmail xsi:type="xsd:string">?</otherEmail>
|
|
</man:crontabAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#crontabAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#crontabDel" name="crontabDel" bindingOperationName="crontabDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:crontabDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<id xsi:type="xsd:int">?</id>
|
|
</man:crontabDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#crontabDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#crontabInfo" name="crontabInfo" bindingOperationName="crontabInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:crontabInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<id xsi:type="xsd:int">?</id>
|
|
</man:crontabInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#crontabInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#crontabList" name="crontabList" bindingOperationName="crontabList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:crontabList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:crontabList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#crontabList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#crontabModify" name="crontabModify" bindingOperationName="crontabModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:crontabModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<id xsi:type="xsd:int">?</id>
|
|
<path xsi:type="xsd:string">?</path>
|
|
<programLanguage xsi:type="xsd:string">?</programLanguage>
|
|
<weekDay xsi:type="xsd:string">?</weekDay>
|
|
<days xsi:type="xsd:string">?</days>
|
|
<hours xsi:type="xsd:string">?</hours>
|
|
<desc xsi:type="xsd:string">?</desc>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<otherEmail xsi:type="xsd:string">?</otherEmail>
|
|
<enable xsi:type="xsd:boolean">?</enable>
|
|
</man:crontabModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#crontabModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#databaseChangePassword" name="databaseChangePassword" bindingOperationName="databaseChangePassword" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:databaseChangePassword soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<db xsi:type="xsd:string">?</db>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:databaseChangePassword>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#databaseChangePassword"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#databaseCreate" name="databaseCreate" bindingOperationName="databaseCreate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:databaseCreate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<db xsi:type="xsd:string">?</db>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<dbType xsi:type="xsd:string">?</dbType>
|
|
</man:databaseCreate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#databaseCreate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#databaseDelete" name="databaseDelete" bindingOperationName="databaseDelete" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:databaseDelete soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<db xsi:type="xsd:string">?</db>
|
|
</man:databaseDelete>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#databaseDelete"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#databaseDump" name="databaseDump" bindingOperationName="databaseDump" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:databaseDump soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<db xsi:type="xsd:string">?</db>
|
|
<backup xsi:type="xsd:string">?</backup>
|
|
</man:databaseDump>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#databaseDump"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#databaseList" name="databaseList" bindingOperationName="databaseList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:databaseList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:databaseList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#databaseList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#databaseRecreate" name="databaseRecreate" bindingOperationName="databaseRecreate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:databaseRecreate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<db xsi:type="xsd:string">?</db>
|
|
</man:databaseRecreate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#databaseRecreate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedAddServiceMonitoringAlertEmail" name="dedicatedAddServiceMonitoringAlertEmail" bindingOperationName="dedicatedAddServiceMonitoringAlertEmail" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedAddServiceMonitoringAlertEmail soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
<port xsi:type="xsd:int">?</port>
|
|
<itemId xsi:type="xsd:int">?</itemId>
|
|
<email xsi:type="xsd:string">?</email>
|
|
</man:dedicatedAddServiceMonitoringAlertEmail>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedAddServiceMonitoringAlertEmail"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedAddServiceMonitoringAlertSMS" name="dedicatedAddServiceMonitoringAlertSMS" bindingOperationName="dedicatedAddServiceMonitoringAlertSMS" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedAddServiceMonitoringAlertSMS soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
<port xsi:type="xsd:int">?</port>
|
|
<itemId xsi:type="xsd:int">?</itemId>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<phoneNumberTo xsi:type="xsd:string">?</phoneNumberTo>
|
|
</man:dedicatedAddServiceMonitoringAlertSMS>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedAddServiceMonitoringAlertSMS"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedAvailableNotificationNicsGet" name="dedicatedAvailableNotificationNicsGet" bindingOperationName="dedicatedAvailableNotificationNicsGet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedAvailableNotificationNicsGet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedAvailableNotificationNicsGet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedAvailableNotificationNicsGet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBackupExcludeAdd" name="dedicatedBackupExcludeAdd" bindingOperationName="dedicatedBackupExcludeAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBackupExcludeAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<backupId xsi:type="xsd:string">?</backupId>
|
|
<exclude xsi:type="xsd:string">?</exclude>
|
|
</man:dedicatedBackupExcludeAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBackupExcludeAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBackupExcludeDel" name="dedicatedBackupExcludeDel" bindingOperationName="dedicatedBackupExcludeDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBackupExcludeDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<backupId xsi:type="xsd:string">?</backupId>
|
|
<exclude xsi:type="xsd:string">?</exclude>
|
|
</man:dedicatedBackupExcludeDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBackupExcludeDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBackupFtpAdd" name="dedicatedBackupFtpAdd" bindingOperationName="dedicatedBackupFtpAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBackupFtpAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedBackupFtpAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBackupFtpAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBackupFtpInfo" name="dedicatedBackupFtpInfo" bindingOperationName="dedicatedBackupFtpInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBackupFtpInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedBackupFtpInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBackupFtpInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBackupFtpPassword" name="dedicatedBackupFtpPassword" bindingOperationName="dedicatedBackupFtpPassword" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBackupFtpPassword soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<language xsi:type="xsd:string">?</language>
|
|
</man:dedicatedBackupFtpPassword>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBackupFtpPassword"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBackupGetCalendar" name="dedicatedBackupGetCalendar" bindingOperationName="dedicatedBackupGetCalendar" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBackupGetCalendar soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:dedicatedBackupGetCalendar>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBackupGetCalendar"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBackupGetDate" name="dedicatedBackupGetDate" bindingOperationName="dedicatedBackupGetDate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBackupGetDate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<backupId xsi:type="xsd:string">?</backupId>
|
|
</man:dedicatedBackupGetDate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBackupGetDate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBackupGetFreePlanning" name="dedicatedBackupGetFreePlanning" bindingOperationName="dedicatedBackupGetFreePlanning" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBackupGetFreePlanning soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<backupId xsi:type="xsd:string">?</backupId>
|
|
</man:dedicatedBackupGetFreePlanning>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBackupGetFreePlanning"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBackupGetHisto" name="dedicatedBackupGetHisto" bindingOperationName="dedicatedBackupGetHisto" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBackupGetHisto soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<backupId xsi:type="xsd:string">?</backupId>
|
|
</man:dedicatedBackupGetHisto>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBackupGetHisto"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBackupIncludeAdd" name="dedicatedBackupIncludeAdd" bindingOperationName="dedicatedBackupIncludeAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBackupIncludeAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<backupId xsi:type="xsd:string">?</backupId>
|
|
<include xsi:type="xsd:string">?</include>
|
|
</man:dedicatedBackupIncludeAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBackupIncludeAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBackupIncludeDel" name="dedicatedBackupIncludeDel" bindingOperationName="dedicatedBackupIncludeDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBackupIncludeDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<backupId xsi:type="xsd:string">?</backupId>
|
|
<include xsi:type="xsd:string">?</include>
|
|
</man:dedicatedBackupIncludeDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBackupIncludeDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBackupInfo" name="dedicatedBackupInfo" bindingOperationName="dedicatedBackupInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBackupInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<backupId xsi:type="xsd:string">?</backupId>
|
|
</man:dedicatedBackupInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBackupInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBackupList" name="dedicatedBackupList" bindingOperationName="dedicatedBackupList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBackupList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<backupId xsi:type="xsd:string">?</backupId>
|
|
<backupName xsi:type="xsd:string">?</backupName>
|
|
</man:dedicatedBackupList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBackupList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBackupReinstallConfiguration" name="dedicatedBackupReinstallConfiguration" bindingOperationName="dedicatedBackupReinstallConfiguration" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBackupReinstallConfiguration soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedBackupReinstallConfiguration>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBackupReinstallConfiguration"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBackupReinstallData" name="dedicatedBackupReinstallData" bindingOperationName="dedicatedBackupReinstallData" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBackupReinstallData soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<backupId xsi:type="xsd:string">?</backupId>
|
|
</man:dedicatedBackupReinstallData>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBackupReinstallData"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBackupSet" name="dedicatedBackupSet" bindingOperationName="dedicatedBackupSet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBackupSet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<backupId xsi:type="xsd:string">?</backupId>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<backupType xsi:type="xsd:string">?</backupType>
|
|
<snapshot xsi:type="xsd:int">?</snapshot>
|
|
<sshPort xsi:type="xsd:int">?</sshPort>
|
|
<status xsi:type="xsd:int">?</status>
|
|
<language xsi:type="xsd:string">?</language>
|
|
<src xsi:type="xsd:string">?</src>
|
|
</man:dedicatedBackupSet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBackupSet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBackupUpdate" name="dedicatedBackupUpdate" bindingOperationName="dedicatedBackupUpdate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBackupUpdate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<backupId xsi:type="xsd:string">?</backupId>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<snapshot xsi:type="xsd:int">?</snapshot>
|
|
<sshPort xsi:type="xsd:int">?</sshPort>
|
|
<status xsi:type="xsd:int">?</status>
|
|
<language xsi:type="xsd:string">?</language>
|
|
<src xsi:type="xsd:string">?</src>
|
|
</man:dedicatedBackupUpdate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBackupUpdate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBackupUpdateDate" name="dedicatedBackupUpdateDate" bindingOperationName="dedicatedBackupUpdateDate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBackupUpdateDate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<backupId xsi:type="xsd:string">?</backupId>
|
|
<monday xsi:type="xsd:string">?</monday>
|
|
<tuesday xsi:type="xsd:string">?</tuesday>
|
|
<wednesday xsi:type="xsd:string">?</wednesday>
|
|
<thursday xsi:type="xsd:string">?</thursday>
|
|
<friday xsi:type="xsd:string">?</friday>
|
|
<saturday xsi:type="xsd:string">?</saturday>
|
|
<sunday xsi:type="xsd:string">?</sunday>
|
|
</man:dedicatedBackupUpdateDate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBackupUpdateDate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBandwidthManagementGet" name="dedicatedBandwidthManagementGet" bindingOperationName="dedicatedBandwidthManagementGet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBandwidthManagementGet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedBandwidthManagementGet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBandwidthManagementGet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedBandwidthSwitching" name="dedicatedBandwidthSwitching" bindingOperationName="dedicatedBandwidthSwitching" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedBandwidthSwitching soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<oldBandwidth xsi:type="xsd:string">?</oldBandwidth>
|
|
<newBandwidth xsi:type="xsd:string">?</newBandwidth>
|
|
</man:dedicatedBandwidthSwitching>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedBandwidthSwitching"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedCapabilitiesGet" name="dedicatedCapabilitiesGet" bindingOperationName="dedicatedCapabilitiesGet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedCapabilitiesGet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedCapabilitiesGet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedCapabilitiesGet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedCapabilitiesGetAll" name="dedicatedCapabilitiesGetAll" bindingOperationName="dedicatedCapabilitiesGetAll" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedCapabilitiesGetAll soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:dedicatedCapabilitiesGetAll>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedCapabilitiesGetAll"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedDelServiceMonitoringAlert" name="dedicatedDelServiceMonitoringAlert" bindingOperationName="dedicatedDelServiceMonitoringAlert" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedDelServiceMonitoringAlert soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
<port xsi:type="xsd:int">?</port>
|
|
<itemId xsi:type="xsd:int">?</itemId>
|
|
<media xsi:type="xsd:string">?</media>
|
|
<destination xsi:type="xsd:string">?</destination>
|
|
</man:dedicatedDelServiceMonitoringAlert>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedDelServiceMonitoringAlert"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedEditServiceMonitoringItem" name="dedicatedEditServiceMonitoringItem" bindingOperationName="dedicatedEditServiceMonitoringItem" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedEditServiceMonitoringItem soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
<itemId xsi:type="xsd:int">?</itemId>
|
|
<period xsi:type="xsd:string">?</period>
|
|
<string xsi:type="xsd:string">?</string>
|
|
</man:dedicatedEditServiceMonitoringItem>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedEditServiceMonitoringItem"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedFailoverAdd" name="dedicatedFailoverAdd" bindingOperationName="dedicatedFailoverAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedFailoverAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<comment xsi:type="xsd:string">?</comment>
|
|
<wantedIp xsi:type="xsd:string">?</wantedIp>
|
|
<routedTo xsi:type="xsd:string">?</routedTo>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:dedicatedFailoverAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedFailoverAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedFailoverList" name="dedicatedFailoverList" bindingOperationName="dedicatedFailoverList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedFailoverList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedFailoverList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedFailoverList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedFailoverRipeAdd" name="dedicatedFailoverRipeAdd" bindingOperationName="dedicatedFailoverRipeAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedFailoverRipeAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<netname xsi:type="xsd:string">?</netname>
|
|
<description xsi:type="xsd:string">?</description>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<addressesNumber xsi:type="xsd:int">?</addressesNumber>
|
|
<comment xsi:type="xsd:string">?</comment>
|
|
<routedToInterface xsi:type="xsd:string">?</routedToInterface>
|
|
</man:dedicatedFailoverRipeAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedFailoverRipeAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedFailoverRipeGetIp" name="dedicatedFailoverRipeGetIp" bindingOperationName="dedicatedFailoverRipeGetIp" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedFailoverRipeGetIp soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedFailoverRipeGetIp>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedFailoverRipeGetIp"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedFailoverRipeList" name="dedicatedFailoverRipeList" bindingOperationName="dedicatedFailoverRipeList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedFailoverRipeList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedFailoverRipeList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedFailoverRipeList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedFailoverRipeModify" name="dedicatedFailoverRipeModify" bindingOperationName="dedicatedFailoverRipeModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedFailoverRipeModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<hostnameNew xsi:type="xsd:string">?</hostnameNew>
|
|
<networkIp xsi:type="xsd:string">?</networkIp>
|
|
<suffix xsi:type="xsd:int">?</suffix>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
</man:dedicatedFailoverRipeModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedFailoverRipeModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedFailoverRipeSplit" name="dedicatedFailoverRipeSplit" bindingOperationName="dedicatedFailoverRipeSplit" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedFailoverRipeSplit soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<netname xsi:type="xsd:string">?</netname>
|
|
<networkIp xsi:type="xsd:string">?</networkIp>
|
|
</man:dedicatedFailoverRipeSplit>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedFailoverRipeSplit"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedFailoverUpdate" name="dedicatedFailoverUpdate" bindingOperationName="dedicatedFailoverUpdate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedFailoverUpdate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
<routedTo xsi:type="xsd:string">?</routedTo>
|
|
</man:dedicatedFailoverUpdate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedFailoverUpdate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedFilterIrcClientRuleAdd" name="dedicatedFilterIrcClientRuleAdd" bindingOperationName="dedicatedFilterIrcClientRuleAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedFilterIrcClientRuleAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<fromIp xsi:type="xsd:string">?</fromIp>
|
|
<toIp xsi:type="xsd:string">?</toIp>
|
|
</man:dedicatedFilterIrcClientRuleAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedFilterIrcClientRuleAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedFilterIrcClientRuleDel" name="dedicatedFilterIrcClientRuleDel" bindingOperationName="dedicatedFilterIrcClientRuleDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedFilterIrcClientRuleDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<fromIp xsi:type="xsd:string">?</fromIp>
|
|
<toIp xsi:type="xsd:string">?</toIp>
|
|
</man:dedicatedFilterIrcClientRuleDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedFilterIrcClientRuleDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedFilterIrcClientRuleList" name="dedicatedFilterIrcClientRuleList" bindingOperationName="dedicatedFilterIrcClientRuleList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedFilterIrcClientRuleList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedFilterIrcClientRuleList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedFilterIrcClientRuleList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedFilterIrcServerRuleAdd" name="dedicatedFilterIrcServerRuleAdd" bindingOperationName="dedicatedFilterIrcServerRuleAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedFilterIrcServerRuleAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<toIp xsi:type="xsd:string">?</toIp>
|
|
</man:dedicatedFilterIrcServerRuleAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedFilterIrcServerRuleAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedFilterIrcServerRuleDel" name="dedicatedFilterIrcServerRuleDel" bindingOperationName="dedicatedFilterIrcServerRuleDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedFilterIrcServerRuleDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<toIp xsi:type="xsd:string">?</toIp>
|
|
</man:dedicatedFilterIrcServerRuleDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedFilterIrcServerRuleDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedFilterIrcServerRuleList" name="dedicatedFilterIrcServerRuleList" bindingOperationName="dedicatedFilterIrcServerRuleList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedFilterIrcServerRuleList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedFilterIrcServerRuleList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedFilterIrcServerRuleList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedGetAvailableIpFromNetwork" name="dedicatedGetAvailableIpFromNetwork" bindingOperationName="dedicatedGetAvailableIpFromNetwork" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedGetAvailableIpFromNetwork soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<network xsi:type="xsd:string">?</network>
|
|
</man:dedicatedGetAvailableIpFromNetwork>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedGetAvailableIpFromNetwork"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedGetAvailableNetworkFromCountry" name="dedicatedGetAvailableNetworkFromCountry" bindingOperationName="dedicatedGetAvailableNetworkFromCountry" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedGetAvailableNetworkFromCountry soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:dedicatedGetAvailableNetworkFromCountry>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedGetAvailableNetworkFromCountry"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedGetRandomAvailableIpFromCountry" name="dedicatedGetRandomAvailableIpFromCountry" bindingOperationName="dedicatedGetRandomAvailableIpFromCountry" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedGetRandomAvailableIpFromCountry soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:dedicatedGetRandomAvailableIpFromCountry>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedGetRandomAvailableIpFromCountry"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedGetServiceMonitoringItem" name="dedicatedGetServiceMonitoringItem" bindingOperationName="dedicatedGetServiceMonitoringItem" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedGetServiceMonitoringItem soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
<itemId xsi:type="xsd:int">?</itemId>
|
|
</man:dedicatedGetServiceMonitoringItem>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedGetServiceMonitoringItem"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedHardRebootDo" name="dedicatedHardRebootDo" bindingOperationName="dedicatedHardRebootDo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedHardRebootDo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<reason xsi:type="xsd:string">?</reason>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<emailLanguage xsi:type="xsd:string">?</emailLanguage>
|
|
</man:dedicatedHardRebootDo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedHardRebootDo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedHardRebootStatus" name="dedicatedHardRebootStatus" bindingOperationName="dedicatedHardRebootStatus" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedHardRebootStatus soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedHardRebootStatus>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedHardRebootStatus"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedInfo" name="dedicatedInfo" bindingOperationName="dedicatedInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedInstallAllowedDistributionGet" name="dedicatedInstallAllowedDistributionGet" bindingOperationName="dedicatedInstallAllowedDistributionGet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedInstallAllowedDistributionGet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedInstallAllowedDistributionGet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedInstallAllowedDistributionGet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedInstallationTemplateList" name="dedicatedInstallationTemplateList" bindingOperationName="dedicatedInstallationTemplateList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedInstallationTemplateList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:dedicatedInstallationTemplateList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedInstallationTemplateList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedInstallationTemplateUse" name="dedicatedInstallationTemplateUse" bindingOperationName="dedicatedInstallationTemplateUse" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedInstallationTemplateUse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<template xsi:type="xsd:string">?</template>
|
|
</man:dedicatedInstallationTemplateUse>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedInstallationTemplateUse"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedInstallBasic" name="dedicatedInstallBasic" bindingOperationName="dedicatedInstallBasic" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedInstallBasic soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<status xsi:type="xsd:string">?</status>
|
|
<language xsi:type="xsd:string">?</language>
|
|
<bitFormat xsi:type="xsd:string">?</bitFormat>
|
|
<os xsi:type="xsd:string">?</os>
|
|
<sql xsi:type="xsd:string">?</sql>
|
|
<customerScriptLink xsi:type="xsd:string">?</customerScriptLink>
|
|
<customerScriptReturn xsi:type="xsd:string">?</customerScriptReturn>
|
|
</man:dedicatedInstallBasic>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedInstallBasic"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedInstallBasicProgress" name="dedicatedInstallBasicProgress" bindingOperationName="dedicatedInstallBasicProgress" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedInstallBasicProgress soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedInstallBasicProgress>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedInstallBasicProgress"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedInstallReset" name="dedicatedInstallReset" bindingOperationName="dedicatedInstallReset" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedInstallReset soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedInstallReset>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedInstallReset"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedIPForUDPGet" name="dedicatedIPForUDPGet" bindingOperationName="dedicatedIPForUDPGet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedIPForUDPGet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedIPForUDPGet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedIPForUDPGet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedIPForUDPMove" name="dedicatedIPForUDPMove" bindingOperationName="dedicatedIPForUDPMove" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedIPForUDPMove soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<hostnameTo xsi:type="xsd:string">?</hostnameTo>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
</man:dedicatedIPForUDPMove>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedIPForUDPMove"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedIPForUDPMoveGetStatus" name="dedicatedIPForUDPMoveGetStatus" bindingOperationName="dedicatedIPForUDPMoveGetStatus" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedIPForUDPMoveGetStatus soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
</man:dedicatedIPForUDPMoveGetStatus>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedIPForUDPMoveGetStatus"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedIPForUDPServerList" name="dedicatedIPForUDPServerList" bindingOperationName="dedicatedIPForUDPServerList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedIPForUDPServerList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedIPForUDPServerList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedIPForUDPServerList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingAdd" name="dedicatedIpLoadBalancingAdd" bindingOperationName="dedicatedIpLoadBalancingAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedIpLoadBalancingAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<ipLoadBalancing xsi:type="xsd:string">?</ipLoadBalancing>
|
|
<serverList xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
</man:dedicatedIpLoadBalancingAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingDel" name="dedicatedIpLoadBalancingDel" bindingOperationName="dedicatedIpLoadBalancingDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedIpLoadBalancingDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ipLoadBalancing xsi:type="xsd:string">?</ipLoadBalancing>
|
|
</man:dedicatedIpLoadBalancingDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingList" name="dedicatedIpLoadBalancingList" bindingOperationName="dedicatedIpLoadBalancingList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedIpLoadBalancingList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:dedicatedIpLoadBalancingList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingNameModify" name="dedicatedIpLoadBalancingNameModify" bindingOperationName="dedicatedIpLoadBalancingNameModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedIpLoadBalancingNameModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ipLoadBalancing xsi:type="xsd:string">?</ipLoadBalancing>
|
|
<name xsi:type="xsd:string">?</name>
|
|
</man:dedicatedIpLoadBalancingNameModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingNameModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingServerAdd" name="dedicatedIpLoadBalancingServerAdd" bindingOperationName="dedicatedIpLoadBalancingServerAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedIpLoadBalancingServerAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ipLoadBalancing xsi:type="xsd:string">?</ipLoadBalancing>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedIpLoadBalancingServerAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingServerAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingServerDel" name="dedicatedIpLoadBalancingServerDel" bindingOperationName="dedicatedIpLoadBalancingServerDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedIpLoadBalancingServerDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ipLoadBalancing xsi:type="xsd:string">?</ipLoadBalancing>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedIpLoadBalancingServerDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingServerDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingServerStateModify" name="dedicatedIpLoadBalancingServerStateModify" bindingOperationName="dedicatedIpLoadBalancingServerStateModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedIpLoadBalancingServerStateModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ipLoadBalancing xsi:type="xsd:string">?</ipLoadBalancing>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<state xsi:type="xsd:string">?</state>
|
|
</man:dedicatedIpLoadBalancingServerStateModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedIpLoadBalancingServerStateModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedList" name="dedicatedList" bindingOperationName="dedicatedList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:dedicatedList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMailinglistGetAllowed" name="dedicatedMailinglistGetAllowed" bindingOperationName="dedicatedMailinglistGetAllowed" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMailinglistGetAllowed soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:dedicatedMailinglistGetAllowed>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMailinglistGetAllowed"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMailinglistSubscribe" name="dedicatedMailinglistSubscribe" bindingOperationName="dedicatedMailinglistSubscribe" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMailinglistSubscribe soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<mailingList xsi:type="xsd:string">?</mailingList>
|
|
</man:dedicatedMailinglistSubscribe>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMailinglistSubscribe"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMonitoringAdd" name="dedicatedMonitoringAdd" bindingOperationName="dedicatedMonitoringAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMonitoringAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<language xsi:type="xsd:string">?</language>
|
|
<status xsi:type="xsd:string">?</status>
|
|
</man:dedicatedMonitoringAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMonitoringAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMonitoringDel" name="dedicatedMonitoringDel" bindingOperationName="dedicatedMonitoringDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMonitoringDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<id xsi:type="xsd:string">?</id>
|
|
</man:dedicatedMonitoringDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMonitoringDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMonitoringList" name="dedicatedMonitoringList" bindingOperationName="dedicatedMonitoringList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMonitoringList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedMonitoringList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMonitoringList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMonitoringModify" name="dedicatedMonitoringModify" bindingOperationName="dedicatedMonitoringModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMonitoringModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<id xsi:type="xsd:string">?</id>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<language xsi:type="xsd:string">?</language>
|
|
<status xsi:type="xsd:string">?</status>
|
|
</man:dedicatedMonitoringModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMonitoringModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMonitoringNotificationCreate" name="dedicatedMonitoringNotificationCreate" bindingOperationName="dedicatedMonitoringNotificationCreate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMonitoringNotificationCreate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<nicAlert xsi:type="xsd:string">?</nicAlert>
|
|
<language xsi:type="xsd:string">?</language>
|
|
<status xsi:type="xsd:string">?</status>
|
|
</man:dedicatedMonitoringNotificationCreate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMonitoringNotificationCreate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMonitoringNotificationDel" name="dedicatedMonitoringNotificationDel" bindingOperationName="dedicatedMonitoringNotificationDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMonitoringNotificationDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<id xsi:type="xsd:string">?</id>
|
|
</man:dedicatedMonitoringNotificationDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMonitoringNotificationDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMonitoringServiceAdd" name="dedicatedMonitoringServiceAdd" bindingOperationName="dedicatedMonitoringServiceAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMonitoringServiceAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
<port xsi:type="xsd:int">?</port>
|
|
<protocol xsi:type="xsd:string">?</protocol>
|
|
<period xsi:type="xsd:string">?</period>
|
|
<string xsi:type="xsd:string">?</string>
|
|
<url xsi:type="xsd:string">?</url>
|
|
<email xsi:type="xsd:string">?</email>
|
|
</man:dedicatedMonitoringServiceAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMonitoringServiceAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMonitoringServiceAddNotification" name="dedicatedMonitoringServiceAddNotification" bindingOperationName="dedicatedMonitoringServiceAddNotification" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMonitoringServiceAddNotification soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
<port xsi:type="xsd:int">?</port>
|
|
<protocol xsi:type="xsd:string">?</protocol>
|
|
<period xsi:type="xsd:string">?</period>
|
|
<string xsi:type="xsd:string">?</string>
|
|
<url xsi:type="xsd:string">?</url>
|
|
<nicAlert xsi:type="xsd:string">?</nicAlert>
|
|
</man:dedicatedMonitoringServiceAddNotification>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMonitoringServiceAddNotification"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMonitoringServiceAddSMS" name="dedicatedMonitoringServiceAddSMS" bindingOperationName="dedicatedMonitoringServiceAddSMS" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMonitoringServiceAddSMS soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
<port xsi:type="xsd:int">?</port>
|
|
<protocol xsi:type="xsd:string">?</protocol>
|
|
<period xsi:type="xsd:string">?</period>
|
|
<string xsi:type="xsd:string">?</string>
|
|
<url xsi:type="xsd:string">?</url>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<phoneNumberTo xsi:type="xsd:string">?</phoneNumberTo>
|
|
</man:dedicatedMonitoringServiceAddSMS>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMonitoringServiceAddSMS"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMonitoringServiceDel" name="dedicatedMonitoringServiceDel" bindingOperationName="dedicatedMonitoringServiceDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMonitoringServiceDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<itemsIdTable xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
</man:dedicatedMonitoringServiceDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMonitoringServiceDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMonitoringServiceList" name="dedicatedMonitoringServiceList" bindingOperationName="dedicatedMonitoringServiceList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMonitoringServiceList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedMonitoringServiceList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMonitoringServiceList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMonitoringSMSCreate" name="dedicatedMonitoringSMSCreate" bindingOperationName="dedicatedMonitoringSMSCreate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMonitoringSMSCreate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<phoneNumberTo xsi:type="xsd:string">?</phoneNumberTo>
|
|
<language xsi:type="xsd:string">?</language>
|
|
<status xsi:type="xsd:string">?</status>
|
|
</man:dedicatedMonitoringSMSCreate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMonitoringSMSCreate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMonitoringSMSDel" name="dedicatedMonitoringSMSDel" bindingOperationName="dedicatedMonitoringSMSDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMonitoringSMSDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<id xsi:type="xsd:string">?</id>
|
|
</man:dedicatedMonitoringSMSDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMonitoringSMSDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMonitoringSMSModify" name="dedicatedMonitoringSMSModify" bindingOperationName="dedicatedMonitoringSMSModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMonitoringSMSModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<id xsi:type="xsd:string">?</id>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<phoneNumberTo xsi:type="xsd:string">?</phoneNumberTo>
|
|
<language xsi:type="xsd:string">?</language>
|
|
<status xsi:type="xsd:string">?</status>
|
|
</man:dedicatedMonitoringSMSModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMonitoringSMSModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMonitoringStatusGet" name="dedicatedMonitoringStatusGet" bindingOperationName="dedicatedMonitoringStatusGet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMonitoringStatusGet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedMonitoringStatusGet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMonitoringStatusGet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMonitoringStatusUpdate" name="dedicatedMonitoringStatusUpdate" bindingOperationName="dedicatedMonitoringStatusUpdate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMonitoringStatusUpdate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<disabled xsi:type="xsd:boolean">?</disabled>
|
|
</man:dedicatedMonitoringStatusUpdate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMonitoringStatusUpdate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedMrtgInfo" name="dedicatedMrtgInfo" bindingOperationName="dedicatedMrtgInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedMrtgInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<type xsi:type="xsd:string">?</type>
|
|
<duration xsi:type="xsd:string">?</duration>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
</man:dedicatedMrtgInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedMrtgInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedNetbootGetAll" name="dedicatedNetbootGetAll" bindingOperationName="dedicatedNetbootGetAll" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedNetbootGetAll soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedNetbootGetAll>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedNetbootGetAll"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedNetbootGetAvailable" name="dedicatedNetbootGetAvailable" bindingOperationName="dedicatedNetbootGetAvailable" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedNetbootGetAvailable soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedNetbootGetAvailable>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedNetbootGetAvailable"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedNetbootGetRescueEmail" name="dedicatedNetbootGetRescueEmail" bindingOperationName="dedicatedNetbootGetRescueEmail" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedNetbootGetRescueEmail soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedNetbootGetRescueEmail>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedNetbootGetRescueEmail"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedNetbootInfo" name="dedicatedNetbootInfo" bindingOperationName="dedicatedNetbootInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedNetbootInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedNetbootInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedNetbootInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedNetbootModify" name="dedicatedNetbootModify" bindingOperationName="dedicatedNetbootModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedNetbootModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<kernel xsi:type="xsd:string">?</kernel>
|
|
<cpufamily xsi:type="xsd:string">?</cpufamily>
|
|
<grsec xsi:type="xsd:boolean">?</grsec>
|
|
<smp xsi:type="xsd:boolean">?</smp>
|
|
<ipv6 xsi:type="xsd:boolean">?</ipv6>
|
|
<root xsi:type="xsd:string">?</root>
|
|
<rescueEmail xsi:type="xsd:string">?</rescueEmail>
|
|
<hz xsi:type="xsd:string">?</hz>
|
|
</man:dedicatedNetbootModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedNetbootModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedNetbootModifyById" name="dedicatedNetbootModifyById" bindingOperationName="dedicatedNetbootModifyById" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedNetbootModifyById soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<id xsi:type="xsd:string">?</id>
|
|
<root xsi:type="xsd:string">?</root>
|
|
<rescueEmail xsi:type="xsd:string">?</rescueEmail>
|
|
</man:dedicatedNetbootModifyById>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedNetbootModifyById"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedOperationList" name="dedicatedOperationList" bindingOperationName="dedicatedOperationList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedOperationList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedOperationList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedOperationList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedReverseAdd" name="dedicatedReverseAdd" bindingOperationName="dedicatedReverseAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedReverseAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
<reverse xsi:type="xsd:string">?</reverse>
|
|
</man:dedicatedReverseAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedReverseAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedReverseDel" name="dedicatedReverseDel" bindingOperationName="dedicatedReverseDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedReverseDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
</man:dedicatedReverseDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedReverseDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedReverseInfo" name="dedicatedReverseInfo" bindingOperationName="dedicatedReverseInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedReverseInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
</man:dedicatedReverseInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedReverseInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedReverseList" name="dedicatedReverseList" bindingOperationName="dedicatedReverseList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedReverseList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedReverseList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedReverseList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedReverseModify" name="dedicatedReverseModify" bindingOperationName="dedicatedReverseModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedReverseModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
<reverse xsi:type="xsd:string">?</reverse>
|
|
</man:dedicatedReverseModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedReverseModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedRipeCreateOrganisation" name="dedicatedRipeCreateOrganisation" bindingOperationName="dedicatedRipeCreateOrganisation" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedRipeCreateOrganisation soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<address xsi:type="xsd:string">?</address>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<abuse xsi:type="xsd:string">?</abuse>
|
|
<descr xsi:type="xsd:string">?</descr>
|
|
<phone xsi:type="xsd:string">?</phone>
|
|
<fax xsi:type="xsd:string">?</fax>
|
|
<remarks xsi:type="xsd:string">?</remarks>
|
|
</man:dedicatedRipeCreateOrganisation>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedRipeCreateOrganisation"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedRipeDeleteOrganisation" name="dedicatedRipeDeleteOrganisation" bindingOperationName="dedicatedRipeDeleteOrganisation" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedRipeDeleteOrganisation soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ripeId xsi:type="xsd:string">?</ripeId>
|
|
<comment xsi:type="xsd:string">?</comment>
|
|
</man:dedicatedRipeDeleteOrganisation>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedRipeDeleteOrganisation"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedRipeGetRipeIds" name="dedicatedRipeGetRipeIds" bindingOperationName="dedicatedRipeGetRipeIds" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedRipeGetRipeIds soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:dedicatedRipeGetRipeIds>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedRipeGetRipeIds"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedRipeQuery" name="dedicatedRipeQuery" bindingOperationName="dedicatedRipeQuery" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedRipeQuery soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<search xsi:type="xsd:string">?</search>
|
|
<type xsi:type="xsd:string">?</type>
|
|
</man:dedicatedRipeQuery>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedRipeQuery"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedRipeUpdateInetnum" name="dedicatedRipeUpdateInetnum" bindingOperationName="dedicatedRipeUpdateInetnum" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedRipeUpdateInetnum soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<block xsi:type="xsd:string">?</block>
|
|
<netname xsi:type="xsd:string">?</netname>
|
|
<descr xsi:type="xsd:string">?</descr>
|
|
<ripeId xsi:type="xsd:string">?</ripeId>
|
|
</man:dedicatedRipeUpdateInetnum>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedRipeUpdateInetnum"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedRipeUpdateOrganisation" name="dedicatedRipeUpdateOrganisation" bindingOperationName="dedicatedRipeUpdateOrganisation" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedRipeUpdateOrganisation soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ripeId xsi:type="xsd:string">?</ripeId>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<address xsi:type="xsd:string">?</address>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<abuse xsi:type="xsd:string">?</abuse>
|
|
<descr xsi:type="xsd:string">?</descr>
|
|
<phone xsi:type="xsd:string">?</phone>
|
|
<fax xsi:type="xsd:string">?</fax>
|
|
<remarks xsi:type="xsd:string">?</remarks>
|
|
</man:dedicatedRipeUpdateOrganisation>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedRipeUpdateOrganisation"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedRtmBackdoorUpdateAlert" name="dedicatedRtmBackdoorUpdateAlert" bindingOperationName="dedicatedRtmBackdoorUpdateAlert" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedRtmBackdoorUpdateAlert soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<backdoorId xsi:type="xsd:int">?</backdoorId>
|
|
<do_not_mail xsi:type="xsd:boolean">?</do_not_mail>
|
|
</man:dedicatedRtmBackdoorUpdateAlert>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedRtmBackdoorUpdateAlert"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedRtmGetStatus" name="dedicatedRtmGetStatus" bindingOperationName="dedicatedRtmGetStatus" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedRtmGetStatus soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedRtmGetStatus>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedRtmGetStatus"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedRtmListBackdoor" name="dedicatedRtmListBackdoor" bindingOperationName="dedicatedRtmListBackdoor" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedRtmListBackdoor soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedRtmListBackdoor>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedRtmListBackdoor"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedSecondaryDNSAdd" name="dedicatedSecondaryDNSAdd" bindingOperationName="dedicatedSecondaryDNSAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedSecondaryDNSAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<nameserver xsi:type="xsd:string">?</nameserver>
|
|
<nameserverIp xsi:type="xsd:string">?</nameserverIp>
|
|
</man:dedicatedSecondaryDNSAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedSecondaryDNSAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedSecondaryDNSDel" name="dedicatedSecondaryDNSDel" bindingOperationName="dedicatedSecondaryDNSDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedSecondaryDNSDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<nameserver xsi:type="xsd:string">?</nameserver>
|
|
</man:dedicatedSecondaryDNSDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedSecondaryDNSDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedSecondaryDNSGetAll" name="dedicatedSecondaryDNSGetAll" bindingOperationName="dedicatedSecondaryDNSGetAll" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedSecondaryDNSGetAll soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedSecondaryDNSGetAll>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedSecondaryDNSGetAll"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedSecondaryDNSInfo" name="dedicatedSecondaryDNSInfo" bindingOperationName="dedicatedSecondaryDNSInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedSecondaryDNSInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
</man:dedicatedSecondaryDNSInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedSecondaryDNSInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedVirtualMacIpAdd" name="dedicatedVirtualMacIpAdd" bindingOperationName="dedicatedVirtualMacIpAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedVirtualMacIpAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
<newMac xsi:type="xsd:string">?</newMac>
|
|
<typeMac xsi:type="xsd:string">?</typeMac>
|
|
<macName xsi:type="xsd:string">?</macName>
|
|
<mac xsi:type="xsd:string">?</mac>
|
|
</man:dedicatedVirtualMacIpAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedVirtualMacIpAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedVirtualMacIpAvailableGetList" name="dedicatedVirtualMacIpAvailableGetList" bindingOperationName="dedicatedVirtualMacIpAvailableGetList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedVirtualMacIpAvailableGetList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedVirtualMacIpAvailableGetList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedVirtualMacIpAvailableGetList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedVirtualMacIpDelete" name="dedicatedVirtualMacIpDelete" bindingOperationName="dedicatedVirtualMacIpDelete" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedVirtualMacIpDelete soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
</man:dedicatedVirtualMacIpDelete>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedVirtualMacIpDelete"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dedicatedVirtualMacIpUsedGetList" name="dedicatedVirtualMacIpUsedGetList" bindingOperationName="dedicatedVirtualMacIpUsedGetList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dedicatedVirtualMacIpUsedGetList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:dedicatedVirtualMacIpUsedGetList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dedicatedVirtualMacIpUsedGetList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dnsDefaultInstallCustom" name="dnsDefaultInstallCustom" bindingOperationName="dnsDefaultInstallCustom" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dnsDefaultInstallCustom soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<subdomain xsi:type="xsd:string">?</subdomain>
|
|
<hostingtype xsi:type="xsd:string">?</hostingtype>
|
|
<hosting xsi:type="xsd:string">?</hosting>
|
|
<mxtype xsi:type="xsd:string">?</mxtype>
|
|
<mx xsi:type="xsd:string">?</mx>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<minimized xsi:type="xsd:boolean">?</minimized>
|
|
</man:dnsDefaultInstallCustom>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dnsDefaultInstallCustom"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dnsGeolocalizeHosting" name="dnsGeolocalizeHosting" bindingOperationName="dnsGeolocalizeHosting" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dnsGeolocalizeHosting soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<hosting xsi:type="xsd:string">?</hosting>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:dnsGeolocalizeHosting>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dnsGeolocalizeHosting"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dnsInstall" name="dnsInstall" bindingOperationName="dnsInstall" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dnsInstall soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<hosting xsi:type="xsd:string">?</hosting>
|
|
<minimized xsi:type="xsd:boolean">?</minimized>
|
|
</man:dnsInstall>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dnsInstall"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dnsInstallCustom" name="dnsInstallCustom" bindingOperationName="dnsInstallCustom" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dnsInstallCustom soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<subdomain xsi:type="xsd:string">?</subdomain>
|
|
<hostingtype xsi:type="xsd:string">?</hostingtype>
|
|
<hosting xsi:type="xsd:string">?</hosting>
|
|
<mxtype xsi:type="xsd:string">?</mxtype>
|
|
<mx xsi:type="xsd:string">?</mx>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<minimized xsi:type="xsd:boolean">?</minimized>
|
|
</man:dnsInstallCustom>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dnsInstallCustom"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dnsReset" name="dnsReset" bindingOperationName="dnsReset" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dnsReset soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<hosting xsi:type="xsd:string">?</hosting>
|
|
<minimized xsi:type="xsd:boolean">?</minimized>
|
|
</man:dnsReset>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dnsReset"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#dnsUninstall" name="dnsUninstall" bindingOperationName="dnsUninstall" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:dnsUninstall soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:dnsUninstall>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#dnsUninstall"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainCapabilities" name="domainCapabilities" bindingOperationName="domainCapabilities" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainCapabilities soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:domainCapabilities>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainCapabilities"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainCheck" name="domainCheck" bindingOperationName="domainCheck" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainCheck soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:domainCheck>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainCheck"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainDnsGetOvhDefault" name="domainDnsGetOvhDefault" bindingOperationName="domainDnsGetOvhDefault" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainDnsGetOvhDefault soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:domainDnsGetOvhDefault>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainDnsGetOvhDefault"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainDnsList" name="domainDnsList" bindingOperationName="domainDnsList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainDnsList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:domainDnsList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainDnsList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainDnsUpdate" name="domainDnsUpdate" bindingOperationName="domainDnsUpdate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainDnsUpdate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<dns1 xsi:type="xsd:string">?</dns1>
|
|
<ip1 xsi:type="xsd:string">?</ip1>
|
|
<dns2 xsi:type="xsd:string">?</dns2>
|
|
<ip2 xsi:type="xsd:string">?</ip2>
|
|
<dns3 xsi:type="xsd:string">?</dns3>
|
|
<ip3 xsi:type="xsd:string">?</ip3>
|
|
<dns4 xsi:type="xsd:string">?</dns4>
|
|
<ip4 xsi:type="xsd:string">?</ip4>
|
|
<dns5 xsi:type="xsd:string">?</dns5>
|
|
<ip5 xsi:type="xsd:string">?</ip5>
|
|
</man:domainDnsUpdate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainDnsUpdate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainHostAdd" name="domainHostAdd" bindingOperationName="domainHostAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainHostAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<host xsi:type="xsd:string">?</host>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
</man:domainHostAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainHostAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainHostDel" name="domainHostDel" bindingOperationName="domainHostDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainHostDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<host xsi:type="xsd:string">?</host>
|
|
</man:domainHostDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainHostDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainHostInfo" name="domainHostInfo" bindingOperationName="domainHostInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainHostInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<host xsi:type="xsd:string">?</host>
|
|
</man:domainHostInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainHostInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainHostList" name="domainHostList" bindingOperationName="domainHostList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainHostList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:domainHostList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainHostList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainHostUpdate" name="domainHostUpdate" bindingOperationName="domainHostUpdate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainHostUpdate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<host xsi:type="xsd:string">?</host>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
</man:domainHostUpdate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainHostUpdate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainInfo" name="domainInfo" bindingOperationName="domainInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:domainInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainList" name="domainList" bindingOperationName="domainList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:domainList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainLock" name="domainLock" bindingOperationName="domainLock" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainLock soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:domainLock>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainLock"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainLockStatus" name="domainLockStatus" bindingOperationName="domainLockStatus" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainLockStatus soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:domainLockStatus>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainLockStatus"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainOperationCancel" name="domainOperationCancel" bindingOperationName="domainOperationCancel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainOperationCancel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<id xsi:type="xsd:int">?</id>
|
|
</man:domainOperationCancel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainOperationCancel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainOperationInfo" name="domainOperationInfo" bindingOperationName="domainOperationInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainOperationInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<id xsi:type="xsd:int">?</id>
|
|
</man:domainOperationInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainOperationInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainOperationList" name="domainOperationList" bindingOperationName="domainOperationList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainOperationList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<status xsi:type="xsd:string">?</status>
|
|
</man:domainOperationList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainOperationList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainOperationRelaunch" name="domainOperationRelaunch" bindingOperationName="domainOperationRelaunch" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainOperationRelaunch soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<id xsi:type="xsd:int">?</id>
|
|
</man:domainOperationRelaunch>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainOperationRelaunch"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainResellerDel" name="domainResellerDel" bindingOperationName="domainResellerDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainResellerDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:domainResellerDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainResellerDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainResellerSet" name="domainResellerSet" bindingOperationName="domainResellerSet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainResellerSet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<profile xsi:type="xsd:string">?</profile>
|
|
</man:domainResellerSet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainResellerSet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainUnlock" name="domainUnlock" bindingOperationName="domainUnlock" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainUnlock soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:domainUnlock>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainUnlock"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainWhoisObfuscatorInfo" name="domainWhoisObfuscatorInfo" bindingOperationName="domainWhoisObfuscatorInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainWhoisObfuscatorInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:domainWhoisObfuscatorInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainWhoisObfuscatorInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainWhoisObfuscatorList" name="domainWhoisObfuscatorList" bindingOperationName="domainWhoisObfuscatorList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainWhoisObfuscatorList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:domainWhoisObfuscatorList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainWhoisObfuscatorList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainWhoisObfuscatorSet" name="domainWhoisObfuscatorSet" bindingOperationName="domainWhoisObfuscatorSet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainWhoisObfuscatorSet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<field xsi:type="xsd:string">?</field>
|
|
</man:domainWhoisObfuscatorSet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainWhoisObfuscatorSet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainWhoisObfuscatorSetAll" name="domainWhoisObfuscatorSetAll" bindingOperationName="domainWhoisObfuscatorSetAll" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainWhoisObfuscatorSetAll soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:domainWhoisObfuscatorSetAll>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainWhoisObfuscatorSetAll"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainWhoisObfuscatorUnset" name="domainWhoisObfuscatorUnset" bindingOperationName="domainWhoisObfuscatorUnset" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainWhoisObfuscatorUnset soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<field xsi:type="xsd:string">?</field>
|
|
</man:domainWhoisObfuscatorUnset>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainWhoisObfuscatorUnset"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#domainWhoisObfuscatorUnsetAll" name="domainWhoisObfuscatorUnsetAll" bindingOperationName="domainWhoisObfuscatorUnsetAll" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:domainWhoisObfuscatorUnsetAll soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:domainWhoisObfuscatorUnsetAll>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#domainWhoisObfuscatorUnsetAll"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#emailAccessByNic" name="emailAccessByNic" bindingOperationName="emailAccessByNic" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:emailAccessByNic soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:emailAccessByNic>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#emailAccessByNic"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#emailDelMasterNic" name="emailDelMasterNic" bindingOperationName="emailDelMasterNic" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:emailDelMasterNic soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:emailDelMasterNic>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#emailDelMasterNic"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#emailDomainListByMasterNic" name="emailDomainListByMasterNic" bindingOperationName="emailDomainListByMasterNic" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:emailDomainListByMasterNic soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:emailDomainListByMasterNic>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#emailDomainListByMasterNic"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#emailDomainMxList" name="emailDomainMxList" bindingOperationName="emailDomainMxList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:emailDomainMxList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:emailDomainMxList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#emailDomainMxList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#emailDomainSummary" name="emailDomainSummary" bindingOperationName="emailDomainSummary" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:emailDomainSummary soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:emailDomainSummary>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#emailDomainSummary"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#emailFilterActive" name="emailFilterActive" bindingOperationName="emailFilterActive" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:emailFilterActive soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<pop xsi:type="xsd:string">?</pop>
|
|
<filter xsi:type="xsd:string">?</filter>
|
|
<active xsi:type="xsd:boolean">?</active>
|
|
</man:emailFilterActive>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#emailFilterActive"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#emailFilterAdd" name="emailFilterAdd" bindingOperationName="emailFilterAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:emailFilterAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<pop xsi:type="xsd:string">?</pop>
|
|
<filter xsi:type="xsd:string">?</filter>
|
|
<priority xsi:type="xsd:int">?</priority>
|
|
<active xsi:type="xsd:boolean">?</active>
|
|
<action xsi:type="xsd:string">?</action>
|
|
<action_param xsi:type="xsd:string">?</action_param>
|
|
<header xsi:type="xsd:string">?</header>
|
|
<rule xsi:type="xsd:string">?</rule>
|
|
<rule_param xsi:type="xsd:string">?</rule_param>
|
|
</man:emailFilterAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#emailFilterAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#emailFilterDel" name="emailFilterDel" bindingOperationName="emailFilterDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:emailFilterDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<pop xsi:type="xsd:string">?</pop>
|
|
<filter xsi:type="xsd:string">?</filter>
|
|
</man:emailFilterDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#emailFilterDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#emailFilterList" name="emailFilterList" bindingOperationName="emailFilterList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:emailFilterList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<pop xsi:type="xsd:string">?</pop>
|
|
</man:emailFilterList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#emailFilterList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#emailFilterPriority" name="emailFilterPriority" bindingOperationName="emailFilterPriority" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:emailFilterPriority soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<pop xsi:type="xsd:string">?</pop>
|
|
<filter xsi:type="xsd:string">?</filter>
|
|
<priority xsi:type="xsd:string">?</priority>
|
|
</man:emailFilterPriority>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#emailFilterPriority"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#emailFilterRuleAdd" name="emailFilterRuleAdd" bindingOperationName="emailFilterRuleAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:emailFilterRuleAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<pop xsi:type="xsd:string">?</pop>
|
|
<filter xsi:type="xsd:string">?</filter>
|
|
<header xsi:type="xsd:string">?</header>
|
|
<rule xsi:type="xsd:string">?</rule>
|
|
<rule_param xsi:type="xsd:string">?</rule_param>
|
|
</man:emailFilterRuleAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#emailFilterRuleAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#emailFilterRuleDel" name="emailFilterRuleDel" bindingOperationName="emailFilterRuleDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:emailFilterRuleDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<pop xsi:type="xsd:string">?</pop>
|
|
<filter xsi:type="xsd:string">?</filter>
|
|
<id xsi:type="xsd:int">?</id>
|
|
</man:emailFilterRuleDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#emailFilterRuleDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#emailGetCapabilities" name="emailGetCapabilities" bindingOperationName="emailGetCapabilities" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:emailGetCapabilities soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:emailGetCapabilities>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#emailGetCapabilities"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#emailGetDomainCatchAll" name="emailGetDomainCatchAll" bindingOperationName="emailGetDomainCatchAll" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:emailGetDomainCatchAll soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:emailGetDomainCatchAll>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#emailGetDomainCatchAll"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#emailGetDomainMxFiltering" name="emailGetDomainMxFiltering" bindingOperationName="emailGetDomainMxFiltering" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:emailGetDomainMxFiltering soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<subdomain xsi:type="xsd:string">?</subdomain>
|
|
</man:emailGetDomainMxFiltering>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#emailGetDomainMxFiltering"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#emailSetDomainCatchAll" name="emailSetDomainCatchAll" bindingOperationName="emailSetDomainCatchAll" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:emailSetDomainCatchAll soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<type xsi:type="xsd:string">?</type>
|
|
<pop xsi:type="xsd:string">?</pop>
|
|
<address xsi:type="xsd:string">?</address>
|
|
</man:emailSetDomainCatchAll>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#emailSetDomainCatchAll"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#emailSetDomainMxFiltering" name="emailSetDomainMxFiltering" bindingOperationName="emailSetDomainMxFiltering" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:emailSetDomainMxFiltering soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<subdomain xsi:type="xsd:string">?</subdomain>
|
|
<type xsi:type="xsd:string">?</type>
|
|
<mx xsi:type="xsd:string">?</mx>
|
|
</man:emailSetDomainMxFiltering>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#emailSetDomainMxFiltering"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#emailSetMasterNic" name="emailSetMasterNic" bindingOperationName="emailSetMasterNic" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:emailSetMasterNic soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
</man:emailSetMasterNic>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#emailSetMasterNic"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ftpChangePassword" name="ftpChangePassword" bindingOperationName="ftpChangePassword" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ftpChangePassword soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<oldstate xsi:type="xsd:string">?</oldstate>
|
|
<newstate xsi:type="xsd:string">?</newstate>
|
|
</man:ftpChangePassword>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ftpChangePassword"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ftpInfo" name="ftpInfo" bindingOperationName="ftpInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ftpInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:ftpInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ftpInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#globalAccessByNic" name="globalAccessByNic" bindingOperationName="globalAccessByNic" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:globalAccessByNic soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:globalAccessByNic>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#globalAccessByNic"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#hostingAccessByNic" name="hostingAccessByNic" bindingOperationName="hostingAccessByNic" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:hostingAccessByNic soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:hostingAccessByNic>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#hostingAccessByNic"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#hostingChangeMainDomain" name="hostingChangeMainDomain" bindingOperationName="hostingChangeMainDomain" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:hostingChangeMainDomain soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<newDomain xsi:type="xsd:string">?</newDomain>
|
|
<mxAction xsi:type="xsd:string">?</mxAction>
|
|
<mxOffer xsi:type="xsd:string">?</mxOffer>
|
|
</man:hostingChangeMainDomain>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#hostingChangeMainDomain"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#hostingGetCapabilities" name="hostingGetCapabilities" bindingOperationName="hostingGetCapabilities" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:hostingGetCapabilities soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:hostingGetCapabilities>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#hostingGetCapabilities"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#hostingList" name="hostingList" bindingOperationName="hostingList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:hostingList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:hostingList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#hostingList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#hostingSummary" name="hostingSummary" bindingOperationName="hostingSummary" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:hostingSummary soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:hostingSummary>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#hostingSummary"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#infrastructureIpListGet" name="infrastructureIpListGet" bindingOperationName="infrastructureIpListGet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:infrastructureIpListGet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:infrastructureIpListGet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#infrastructureIpListGet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#infrastructureReverseModify" name="infrastructureReverseModify" bindingOperationName="infrastructureReverseModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:infrastructureReverseModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
<reverse xsi:type="xsd:string">?</reverse>
|
|
</man:infrastructureReverseModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#infrastructureReverseModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#language" name="language" bindingOperationName="language" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:language soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<language xsi:type="xsd:string">?</language>
|
|
</man:language>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#language"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#login" name="login" bindingOperationName="login" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:login soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<language xsi:type="xsd:string">?</language>
|
|
<multisession xsi:type="xsd:boolean">?</multisession>
|
|
</man:login>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#login"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#logout" name="logout" bindingOperationName="logout" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:logout soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:logout>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#logout"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#logsAccessAdd" name="logsAccessAdd" bindingOperationName="logsAccessAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:logsAccessAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<user xsi:type="xsd:string">?</user>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:logsAccessAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#logsAccessAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#logsAccessDel" name="logsAccessDel" bindingOperationName="logsAccessDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:logsAccessDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<user xsi:type="xsd:string">?</user>
|
|
</man:logsAccessDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#logsAccessDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#logsAccessList" name="logsAccessList" bindingOperationName="logsAccessList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:logsAccessList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:logsAccessList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#logsAccessList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#mailingListAdd" name="mailingListAdd" bindingOperationName="mailingListAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:mailingListAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<ml xsi:type="xsd:string">?</ml>
|
|
<owner xsi:type="xsd:string">?</owner>
|
|
<lang xsi:type="xsd:string">?</lang>
|
|
<replyto xsi:type="xsd:string">?</replyto>
|
|
<message_moderation xsi:type="xsd:boolean">?</message_moderation>
|
|
<users_post_only xsi:type="xsd:boolean">?</users_post_only>
|
|
<subscription_moderation xsi:type="xsd:boolean">?</subscription_moderation>
|
|
</man:mailingListAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#mailingListAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#mailingListDel" name="mailingListDel" bindingOperationName="mailingListDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:mailingListDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<ml xsi:type="xsd:string">?</ml>
|
|
</man:mailingListDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#mailingListDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#mailingListFullInfo" name="mailingListFullInfo" bindingOperationName="mailingListFullInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:mailingListFullInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<ml xsi:type="xsd:string">?</ml>
|
|
</man:mailingListFullInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#mailingListFullInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#mailingListInfo" name="mailingListInfo" bindingOperationName="mailingListInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:mailingListInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<ml xsi:type="xsd:string">?</ml>
|
|
</man:mailingListInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#mailingListInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#mailingListList" name="mailingListList" bindingOperationName="mailingListList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:mailingListList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:mailingListList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#mailingListList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#mailingListModeratorAdd" name="mailingListModeratorAdd" bindingOperationName="mailingListModeratorAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:mailingListModeratorAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<ml xsi:type="xsd:string">?</ml>
|
|
<email xsi:type="xsd:string">?</email>
|
|
</man:mailingListModeratorAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#mailingListModeratorAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#mailingListModeratorDel" name="mailingListModeratorDel" bindingOperationName="mailingListModeratorDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:mailingListModeratorDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<ml xsi:type="xsd:string">?</ml>
|
|
<email xsi:type="xsd:string">?</email>
|
|
</man:mailingListModeratorDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#mailingListModeratorDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#mailingListModeratorList" name="mailingListModeratorList" bindingOperationName="mailingListModeratorList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:mailingListModeratorList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<ml xsi:type="xsd:string">?</ml>
|
|
</man:mailingListModeratorList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#mailingListModeratorList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#mailingListModify" name="mailingListModify" bindingOperationName="mailingListModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:mailingListModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<ml xsi:type="xsd:string">?</ml>
|
|
<owner xsi:type="xsd:string">?</owner>
|
|
<lang xsi:type="xsd:string">?</lang>
|
|
<replyto xsi:type="xsd:string">?</replyto>
|
|
<message_moderation xsi:type="xsd:boolean">?</message_moderation>
|
|
<users_post_only xsi:type="xsd:boolean">?</users_post_only>
|
|
<subscription_moderation xsi:type="xsd:boolean">?</subscription_moderation>
|
|
</man:mailingListModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#mailingListModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#mailingListSubscriberAdd" name="mailingListSubscriberAdd" bindingOperationName="mailingListSubscriberAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:mailingListSubscriberAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<ml xsi:type="xsd:string">?</ml>
|
|
<email xsi:type="xsd:string">?</email>
|
|
</man:mailingListSubscriberAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#mailingListSubscriberAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#mailingListSubscriberDel" name="mailingListSubscriberDel" bindingOperationName="mailingListSubscriberDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:mailingListSubscriberDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<ml xsi:type="xsd:string">?</ml>
|
|
<email xsi:type="xsd:string">?</email>
|
|
</man:mailingListSubscriberDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#mailingListSubscriberDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#mailingListSubscriberList" name="mailingListSubscriberList" bindingOperationName="mailingListSubscriberList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:mailingListSubscriberList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<ml xsi:type="xsd:string">?</ml>
|
|
</man:mailingListSubscriberList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#mailingListSubscriberList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#mailingListSubscriberListByEmail" name="mailingListSubscriberListByEmail" bindingOperationName="mailingListSubscriberListByEmail" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:mailingListSubscriberListByEmail soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<ml xsi:type="xsd:string">?</ml>
|
|
<email xsi:type="xsd:string">?</email>
|
|
</man:mailingListSubscriberListByEmail>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#mailingListSubscriberListByEmail"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#managedServicesHostMasterIpGet" name="managedServicesHostMasterIpGet" bindingOperationName="managedServicesHostMasterIpGet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:managedServicesHostMasterIpGet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:managedServicesHostMasterIpGet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#managedServicesHostMasterIpGet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#managedServicesIpAccessChange" name="managedServicesIpAccessChange" bindingOperationName="managedServicesIpAccessChange" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:managedServicesIpAccessChange soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<storage xsi:type="xsd:string">?</storage>
|
|
<value xsi:type="xsd:string">?</value>
|
|
<server xsi:type="xsd:string">?</server>
|
|
<idZfs xsi:type="xsd:string">?</idZfs>
|
|
</man:managedServicesIpAccessChange>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#managedServicesIpAccessChange"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#managedServicesNameUpdate" name="managedServicesNameUpdate" bindingOperationName="managedServicesNameUpdate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:managedServicesNameUpdate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<storage xsi:type="xsd:string">?</storage>
|
|
<customName xsi:type="xsd:string">?</customName>
|
|
</man:managedServicesNameUpdate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#managedServicesNameUpdate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#managedServicesPartitionCreate" name="managedServicesPartitionCreate" bindingOperationName="managedServicesPartitionCreate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:managedServicesPartitionCreate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<storage xsi:type="xsd:string">?</storage>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<size xsi:type="xsd:int">?</size>
|
|
<protocol xsi:type="xsd:string">?</protocol>
|
|
</man:managedServicesPartitionCreate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#managedServicesPartitionCreate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#managedServicesPartitionDelete" name="managedServicesPartitionDelete" bindingOperationName="managedServicesPartitionDelete" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:managedServicesPartitionDelete soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<storage xsi:type="xsd:string">?</storage>
|
|
<name xsi:type="xsd:string">?</name>
|
|
</man:managedServicesPartitionDelete>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#managedServicesPartitionDelete"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#managedServicesPartitionGet" name="managedServicesPartitionGet" bindingOperationName="managedServicesPartitionGet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:managedServicesPartitionGet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:managedServicesPartitionGet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#managedServicesPartitionGet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#managedServicesPartitionQuotaUsed" name="managedServicesPartitionQuotaUsed" bindingOperationName="managedServicesPartitionQuotaUsed" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:managedServicesPartitionQuotaUsed soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<storage xsi:type="xsd:string">?</storage>
|
|
<partitionName xsi:type="xsd:string">?</partitionName>
|
|
</man:managedServicesPartitionQuotaUsed>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#managedServicesPartitionQuotaUsed"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#managedServicesPartitionStatusCheck" name="managedServicesPartitionStatusCheck" bindingOperationName="managedServicesPartitionStatusCheck" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:managedServicesPartitionStatusCheck soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<storage xsi:type="xsd:string">?</storage>
|
|
<partitionName xsi:type="xsd:string">?</partitionName>
|
|
</man:managedServicesPartitionStatusCheck>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#managedServicesPartitionStatusCheck"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#managedServicesPartitionUpdate" name="managedServicesPartitionUpdate" bindingOperationName="managedServicesPartitionUpdate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:managedServicesPartitionUpdate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<storage xsi:type="xsd:string">?</storage>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<size xsi:type="xsd:int">?</size>
|
|
</man:managedServicesPartitionUpdate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#managedServicesPartitionUpdate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#managedServicesSnapshotUpdate" name="managedServicesSnapshotUpdate" bindingOperationName="managedServicesSnapshotUpdate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:managedServicesSnapshotUpdate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<snapShotList xsi:type="xsd:string">?</snapShotList>
|
|
</man:managedServicesSnapshotUpdate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#managedServicesSnapshotUpdate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#momVersion" name="momVersion" bindingOperationName="momVersion" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:momVersion soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#momVersion"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#multiDomainAdd" name="multiDomainAdd" bindingOperationName="multiDomainAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:multiDomainAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<multidomain xsi:type="xsd:string">?</multidomain>
|
|
<target xsi:type="xsd:string">?</target>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<ownLog xsi:type="xsd:boolean">?</ownLog>
|
|
</man:multiDomainAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#multiDomainAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#multiDomainDel" name="multiDomainDel" bindingOperationName="multiDomainDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:multiDomainDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<multidomain xsi:type="xsd:string">?</multidomain>
|
|
</man:multiDomainDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#multiDomainDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#multiDomainInfo" name="multiDomainInfo" bindingOperationName="multiDomainInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:multiDomainInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<multidomain xsi:type="xsd:string">?</multidomain>
|
|
</man:multiDomainInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#multiDomainInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#multiDomainList" name="multiDomainList" bindingOperationName="multiDomainList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:multiDomainList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:multiDomainList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#multiDomainList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#multiDomainModify" name="multiDomainModify" bindingOperationName="multiDomainModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:multiDomainModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<multidomain xsi:type="xsd:string">?</multidomain>
|
|
<target xsi:type="xsd:string">?</target>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<ownLog xsi:type="xsd:boolean">?</ownLog>
|
|
</man:multiDomainModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#multiDomainModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#multiFtpAdd" name="multiFtpAdd" bindingOperationName="multiFtpAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:multiFtpAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<subdir xsi:type="xsd:string">?</subdir>
|
|
<loginsuffix xsi:type="xsd:string">?</loginsuffix>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:multiFtpAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#multiFtpAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#multiFtpChangeDirectory" name="multiFtpChangeDirectory" bindingOperationName="multiFtpChangeDirectory" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:multiFtpChangeDirectory soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<directory xsi:type="xsd:string">?</directory>
|
|
</man:multiFtpChangeDirectory>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#multiFtpChangeDirectory"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#multiFtpChangePassword" name="multiFtpChangePassword" bindingOperationName="multiFtpChangePassword" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:multiFtpChangePassword soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:multiFtpChangePassword>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#multiFtpChangePassword"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#multiFtpDel" name="multiFtpDel" bindingOperationName="multiFtpDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:multiFtpDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<login xsi:type="xsd:string">?</login>
|
|
</man:multiFtpDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#multiFtpDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#multiFtpList" name="multiFtpList" bindingOperationName="multiFtpList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:multiFtpList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:multiFtpList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#multiFtpList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#nic" name="nic" bindingOperationName="nic" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:nic soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:nic>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#nic"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#nicChangePassword" name="nicChangePassword" bindingOperationName="nicChangePassword" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:nicChangePassword soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:nicChangePassword>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#nicChangePassword"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#nicCreate" name="nicCreate" bindingOperationName="nicCreate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:nicCreate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<firstname xsi:type="xsd:string">?</firstname>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<phone xsi:type="xsd:string">?</phone>
|
|
<fax xsi:type="xsd:string">?</fax>
|
|
<address xsi:type="xsd:string">?</address>
|
|
<city xsi:type="xsd:string">?</city>
|
|
<area xsi:type="xsd:string">?</area>
|
|
<zip xsi:type="xsd:string">?</zip>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<language xsi:type="xsd:string">?</language>
|
|
<isOwner xsi:type="xsd:boolean">?</isOwner>
|
|
<legalform xsi:type="xsd:string">?</legalform>
|
|
<organisation xsi:type="xsd:string">?</organisation>
|
|
<legalName xsi:type="xsd:string">?</legalName>
|
|
<legalNumber xsi:type="xsd:string">?</legalNumber>
|
|
<vat xsi:type="xsd:string">?</vat>
|
|
</man:nicCreate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#nicCreate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#nicCreateIT" name="nicCreateIT" bindingOperationName="nicCreateIT" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:nicCreateIT soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<firstname xsi:type="xsd:string">?</firstname>
|
|
<sex xsi:type="xsd:string">?</sex>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<phone xsi:type="xsd:string">?</phone>
|
|
<fax xsi:type="xsd:string">?</fax>
|
|
<address xsi:type="xsd:string">?</address>
|
|
<city xsi:type="xsd:string">?</city>
|
|
<area xsi:type="xsd:string">?</area>
|
|
<zip xsi:type="xsd:string">?</zip>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<language xsi:type="xsd:string">?</language>
|
|
<isOwner xsi:type="xsd:boolean">?</isOwner>
|
|
<legalform xsi:type="xsd:string">?</legalform>
|
|
<organisation xsi:type="xsd:string">?</organisation>
|
|
<legalName xsi:type="xsd:string">?</legalName>
|
|
<legalNumber xsi:type="xsd:string">?</legalNumber>
|
|
<vat xsi:type="xsd:string">?</vat>
|
|
<birthDay xsi:type="xsd:string">?</birthDay>
|
|
<birthCity xsi:type="xsd:string">?</birthCity>
|
|
<nationalIdentificationNumber xsi:type="xsd:string">?</nationalIdentificationNumber>
|
|
<companyNationalIdentificationNumber xsi:type="xsd:string">?</companyNationalIdentificationNumber>
|
|
<corporationType xsi:type="xsd:string">?</corporationType>
|
|
</man:nicCreateIT>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#nicCreateIT"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#nicInfo" name="nicInfo" bindingOperationName="nicInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:nicInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
</man:nicInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#nicInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#nicModifyEmail" name="nicModifyEmail" bindingOperationName="nicModifyEmail" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:nicModifyEmail soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
<email xsi:type="xsd:string">?</email>
|
|
</man:nicModifyEmail>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#nicModifyEmail"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#nicModifyInfos" name="nicModifyInfos" bindingOperationName="nicModifyInfos" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:nicModifyInfos soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<firstname xsi:type="xsd:string">?</firstname>
|
|
<legalform xsi:type="xsd:string">?</legalform>
|
|
<organisation xsi:type="xsd:string">?</organisation>
|
|
<address xsi:type="xsd:string">?</address>
|
|
<zip xsi:type="xsd:string">?</zip>
|
|
<city xsi:type="xsd:string">?</city>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<phone xsi:type="xsd:string">?</phone>
|
|
<fax xsi:type="xsd:string">?</fax>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<spareEmail xsi:type="xsd:string">?</spareEmail>
|
|
<language xsi:type="xsd:string">?</language>
|
|
<vat xsi:type="xsd:string">?</vat>
|
|
<area xsi:type="xsd:string">?</area>
|
|
</man:nicModifyInfos>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#nicModifyInfos"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#nicModifyInfosIT" name="nicModifyInfosIT" bindingOperationName="nicModifyInfosIT" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:nicModifyInfosIT soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<firstname xsi:type="xsd:string">?</firstname>
|
|
<sex xsi:type="xsd:string">?</sex>
|
|
<legalform xsi:type="xsd:string">?</legalform>
|
|
<organisation xsi:type="xsd:string">?</organisation>
|
|
<address xsi:type="xsd:string">?</address>
|
|
<area xsi:type="xsd:string">?</area>
|
|
<zip xsi:type="xsd:string">?</zip>
|
|
<city xsi:type="xsd:string">?</city>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<phone xsi:type="xsd:string">?</phone>
|
|
<fax xsi:type="xsd:string">?</fax>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<spareEmail xsi:type="xsd:string">?</spareEmail>
|
|
<language xsi:type="xsd:string">?</language>
|
|
<vat xsi:type="xsd:string">?</vat>
|
|
<birthDay xsi:type="xsd:string">?</birthDay>
|
|
<birthCity xsi:type="xsd:string">?</birthCity>
|
|
<nationalIdentificationNumber xsi:type="xsd:string">?</nationalIdentificationNumber>
|
|
<companyNationalIdentificationNumber xsi:type="xsd:string">?</companyNationalIdentificationNumber>
|
|
<corporationType xsi:type="xsd:string">?</corporationType>
|
|
</man:nicModifyInfosIT>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#nicModifyInfosIT"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#nicModifyLanguage" name="nicModifyLanguage" bindingOperationName="nicModifyLanguage" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:nicModifyLanguage soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
<language xsi:type="xsd:string">?</language>
|
|
</man:nicModifyLanguage>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#nicModifyLanguage"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#nicPublicInfo" name="nicPublicInfo" bindingOperationName="nicPublicInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:nicPublicInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
</man:nicPublicInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#nicPublicInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#nicTldEligibility" name="nicTldEligibility" bindingOperationName="nicTldEligibility" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:nicTldEligibility soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
<tld xsi:type="xsd:string">?</tld>
|
|
</man:nicTldEligibility>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#nicTldEligibility"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#nicUpdate" name="nicUpdate" bindingOperationName="nicUpdate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:nicUpdate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<firstname xsi:type="xsd:string">?</firstname>
|
|
<legalForm xsi:type="xsd:string">?</legalForm>
|
|
<organisation xsi:type="xsd:string">?</organisation>
|
|
<legalName xsi:type="xsd:string">?</legalName>
|
|
<legalNumber xsi:type="xsd:string">?</legalNumber>
|
|
<vat xsi:type="xsd:string">?</vat>
|
|
</man:nicUpdate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#nicUpdate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#nicUpdateIT" name="nicUpdateIT" bindingOperationName="nicUpdateIT" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:nicUpdateIT soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<firstname xsi:type="xsd:string">?</firstname>
|
|
<sex xsi:type="xsd:string">?</sex>
|
|
<legalForm xsi:type="xsd:string">?</legalForm>
|
|
<organisation xsi:type="xsd:string">?</organisation>
|
|
<legalName xsi:type="xsd:string">?</legalName>
|
|
<legalNumber xsi:type="xsd:string">?</legalNumber>
|
|
<vat xsi:type="xsd:string">?</vat>
|
|
<birthDay xsi:type="xsd:string">?</birthDay>
|
|
<birthCity xsi:type="xsd:string">?</birthCity>
|
|
<nationalIdentificationNumber xsi:type="xsd:string">?</nationalIdentificationNumber>
|
|
<companyNationalIdentificationNumber xsi:type="xsd:string">?</companyNationalIdentificationNumber>
|
|
<corporationType xsi:type="xsd:string">?</corporationType>
|
|
</man:nicUpdateIT>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#nicUpdateIT"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#notepadAdd" name="notepadAdd" bindingOperationName="notepadAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:notepadAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<content xsi:type="xsd:string">?</content>
|
|
<offset xsi:type="xsd:string">?</offset>
|
|
</man:notepadAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#notepadAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#notepadFlush" name="notepadFlush" bindingOperationName="notepadFlush" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:notepadFlush soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:notepadFlush>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#notepadFlush"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#notepadGet" name="notepadGet" bindingOperationName="notepadGet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:notepadGet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:notepadGet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#notepadGet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#notepadSet" name="notepadSet" bindingOperationName="notepadSet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:notepadSet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<content xsi:type="xsd:string">?</content>
|
|
</man:notepadSet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#notepadSet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#orderAccountCredit" name="orderAccountCredit" bindingOperationName="orderAccountCredit" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:orderAccountCredit soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<amount xsi:type="xsd:int">?</amount>
|
|
</man:orderAccountCredit>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#orderAccountCredit"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#orderDedicatedFailover" name="orderDedicatedFailover" bindingOperationName="orderDedicatedFailover" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:orderDedicatedFailover soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<orderIps xsi:type="xsd:int">?</orderIps>
|
|
<payWithPoints xsi:type="xsd:boolean">?</payWithPoints>
|
|
</man:orderDedicatedFailover>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#orderDedicatedFailover"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#orderDedicatedFailoverRipe" name="orderDedicatedFailoverRipe" bindingOperationName="orderDedicatedFailoverRipe" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:orderDedicatedFailoverRipe soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
<address xsi:type="xsd:int">?</address>
|
|
<period xsi:type="xsd:int">?</period>
|
|
<payWithPoints xsi:type="xsd:boolean">?</payWithPoints>
|
|
</man:orderDedicatedFailoverRipe>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#orderDedicatedFailoverRipe"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#orderEmailMxLarge" name="orderEmailMxLarge" bindingOperationName="orderEmailMxLarge" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:orderEmailMxLarge soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<type xsi:type="xsd:string">?</type>
|
|
<payWithPoints xsi:type="xsd:boolean">?</payWithPoints>
|
|
</man:orderEmailMxLarge>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#orderEmailMxLarge"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#orderEmailMxPlan" name="orderEmailMxPlan" bindingOperationName="orderEmailMxPlan" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:orderEmailMxPlan soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<type xsi:type="xsd:string">?</type>
|
|
<payWithPoints xsi:type="xsd:boolean">?</payWithPoints>
|
|
</man:orderEmailMxPlan>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#orderEmailMxPlan"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#orderTelephonySmsCredit" name="orderTelephonySmsCredit" bindingOperationName="orderTelephonySmsCredit" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:orderTelephonySmsCredit soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<quantity xsi:type="xsd:string">?</quantity>
|
|
<payWithPoints xsi:type="xsd:boolean">?</payWithPoints>
|
|
</man:orderTelephonySmsCredit>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#orderTelephonySmsCredit"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ortDomainAdd" name="ortDomainAdd" bindingOperationName="ortDomainAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ortDomainAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<subdomain xsi:type="xsd:string">?</subdomain>
|
|
<target xsi:type="xsd:string">?</target>
|
|
<type xsi:type="xsd:string">?</type>
|
|
<overwrite xsi:type="xsd:int">?</overwrite>
|
|
</man:ortDomainAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ortDomainAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ortDomainDel" name="ortDomainDel" bindingOperationName="ortDomainDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ortDomainDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<subdomain xsi:type="xsd:string">?</subdomain>
|
|
<target xsi:type="xsd:string">?</target>
|
|
</man:ortDomainDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ortDomainDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ortDomainList" name="ortDomainList" bindingOperationName="ortDomainList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ortDomainList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:ortDomainList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ortDomainList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#overquotaInfo" name="overquotaInfo" bindingOperationName="overquotaInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:overquotaInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:overquotaInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#overquotaInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#password" name="password" bindingOperationName="password" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:password soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:password>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#password"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#popAdd" name="popAdd" bindingOperationName="popAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:popAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<pop xsi:type="xsd:string">?</pop>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<description xsi:type="xsd:string">?</description>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
<quota xsi:type="xsd:int">?</quota>
|
|
</man:popAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#popAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#popAttachMasterNic" name="popAttachMasterNic" bindingOperationName="popAttachMasterNic" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:popAttachMasterNic soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<pop xsi:type="xsd:string">?</pop>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
</man:popAttachMasterNic>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#popAttachMasterNic"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#popDel" name="popDel" bindingOperationName="popDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:popDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<pop xsi:type="xsd:string">?</pop>
|
|
</man:popDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#popDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#popDetachMasterNic" name="popDetachMasterNic" bindingOperationName="popDetachMasterNic" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:popDetachMasterNic soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<pop xsi:type="xsd:string">?</pop>
|
|
</man:popDetachMasterNic>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#popDetachMasterNic"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#popGetQuota" name="popGetQuota" bindingOperationName="popGetQuota" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:popGetQuota soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<pop xsi:type="xsd:string">?</pop>
|
|
</man:popGetQuota>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#popGetQuota"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#popInfo" name="popInfo" bindingOperationName="popInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:popInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<pop xsi:type="xsd:string">?</pop>
|
|
</man:popInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#popInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#popList" name="popList" bindingOperationName="popList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:popList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:popList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#popList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#popListByMasterNic" name="popListByMasterNic" bindingOperationName="popListByMasterNic" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:popListByMasterNic soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:popListByMasterNic>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#popListByMasterNic"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#popModifyDescription" name="popModifyDescription" bindingOperationName="popModifyDescription" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:popModifyDescription soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<pop xsi:type="xsd:string">?</pop>
|
|
<description xsi:type="xsd:string">?</description>
|
|
</man:popModifyDescription>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#popModifyDescription"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#popModifyPassword" name="popModifyPassword" bindingOperationName="popModifyPassword" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:popModifyPassword soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<pop xsi:type="xsd:string">?</pop>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<doNotSendMail xsi:type="xsd:boolean">?</doNotSendMail>
|
|
</man:popModifyPassword>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#popModifyPassword"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#popUpgradeQuota" name="popUpgradeQuota" bindingOperationName="popUpgradeQuota" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:popUpgradeQuota soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<pop xsi:type="xsd:string">?</pop>
|
|
<size xsi:type="xsd:int">?</size>
|
|
</man:popUpgradeQuota>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#popUpgradeQuota"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#prepaidDomainCreate" name="prepaidDomainCreate" bindingOperationName="prepaidDomainCreate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:prepaidDomainCreate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<nicowner xsi:type="xsd:string">?</nicowner>
|
|
<nicadmin xsi:type="xsd:string">?</nicadmin>
|
|
<nictech xsi:type="xsd:string">?</nictech>
|
|
<nicbilling xsi:type="xsd:string">?</nicbilling>
|
|
<dns1 xsi:type="xsd:string">?</dns1>
|
|
<dns2 xsi:type="xsd:string">?</dns2>
|
|
<dns3 xsi:type="xsd:string">?</dns3>
|
|
<dns4 xsi:type="xsd:string">?</dns4>
|
|
<dns5 xsi:type="xsd:string">?</dns5>
|
|
<frpartBirthday xsi:type="xsd:string">?</frpartBirthday>
|
|
<frpartBirthCountry xsi:type="xsd:string">?</frpartBirthCountry>
|
|
<frpartBirthDepartment xsi:type="xsd:string">?</frpartBirthDepartment>
|
|
<frpartBirthTown xsi:type="xsd:string">?</frpartBirthTown>
|
|
<dryRun xsi:type="xsd:boolean">?</dryRun>
|
|
</man:prepaidDomainCreate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#prepaidDomainCreate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#prepaidDomainRenew" name="prepaidDomainRenew" bindingOperationName="prepaidDomainRenew" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:prepaidDomainRenew soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<dryRun xsi:type="xsd:boolean">?</dryRun>
|
|
</man:prepaidDomainRenew>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#prepaidDomainRenew"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#prepaidDomainTransfer" name="prepaidDomainTransfer" bindingOperationName="prepaidDomainTransfer" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:prepaidDomainTransfer soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<nicowner xsi:type="xsd:string">?</nicowner>
|
|
<nicadmin xsi:type="xsd:string">?</nicadmin>
|
|
<nictech xsi:type="xsd:string">?</nictech>
|
|
<nicbilling xsi:type="xsd:string">?</nicbilling>
|
|
<dns1 xsi:type="xsd:string">?</dns1>
|
|
<dns2 xsi:type="xsd:string">?</dns2>
|
|
<dns3 xsi:type="xsd:string">?</dns3>
|
|
<dns4 xsi:type="xsd:string">?</dns4>
|
|
<dns5 xsi:type="xsd:string">?</dns5>
|
|
<frpartBirthday xsi:type="xsd:string">?</frpartBirthday>
|
|
<frpartBirthCountry xsi:type="xsd:string">?</frpartBirthCountry>
|
|
<frpartBirthDepartment xsi:type="xsd:string">?</frpartBirthDepartment>
|
|
<frpartBirthTown xsi:type="xsd:string">?</frpartBirthTown>
|
|
<dryRun xsi:type="xsd:boolean">?</dryRun>
|
|
</man:prepaidDomainTransfer>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#prepaidDomainTransfer"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#prepaidGetBalance" name="prepaidGetBalance" bindingOperationName="prepaidGetBalance" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:prepaidGetBalance soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
</man:prepaidGetBalance>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#prepaidGetBalance"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#prepaidGetHistory" name="prepaidGetHistory" bindingOperationName="prepaidGetHistory" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:prepaidGetHistory soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
<page xsi:type="xsd:int">?</page>
|
|
</man:prepaidGetHistory>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#prepaidGetHistory"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#prepaidGetSummary" name="prepaidGetSummary" bindingOperationName="prepaidGetSummary" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:prepaidGetSummary soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
</man:prepaidGetSummary>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#prepaidGetSummary"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#prepaidGetThreshold" name="prepaidGetThreshold" bindingOperationName="prepaidGetThreshold" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:prepaidGetThreshold soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
</man:prepaidGetThreshold>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#prepaidGetThreshold"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#prepaidSetThreshold" name="prepaidSetThreshold" bindingOperationName="prepaidSetThreshold" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:prepaidSetThreshold soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
<threshold xsi:type="xsd:int">?</threshold>
|
|
</man:prepaidSetThreshold>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#prepaidSetThreshold"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#redirectedEmailAdd" name="redirectedEmailAdd" bindingOperationName="redirectedEmailAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:redirectedEmailAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<redirected xsi:type="xsd:string">?</redirected>
|
|
<target xsi:type="xsd:string">?</target>
|
|
<subdomain xsi:type="xsd:string">?</subdomain>
|
|
<localCopy xsi:type="xsd:boolean">?</localCopy>
|
|
</man:redirectedEmailAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#redirectedEmailAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#redirectedEmailDel" name="redirectedEmailDel" bindingOperationName="redirectedEmailDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:redirectedEmailDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<redirected xsi:type="xsd:string">?</redirected>
|
|
<target xsi:type="xsd:string">?</target>
|
|
<subdomain xsi:type="xsd:string">?</subdomain>
|
|
</man:redirectedEmailDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#redirectedEmailDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#redirectedEmailList" name="redirectedEmailList" bindingOperationName="redirectedEmailList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:redirectedEmailList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:redirectedEmailList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#redirectedEmailList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#redirectedEmailModify" name="redirectedEmailModify" bindingOperationName="redirectedEmailModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:redirectedEmailModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<redirected xsi:type="xsd:string">?</redirected>
|
|
<old_target xsi:type="xsd:string">?</old_target>
|
|
<target xsi:type="xsd:string">?</target>
|
|
<subdomain xsi:type="xsd:string">?</subdomain>
|
|
</man:redirectedEmailModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#redirectedEmailModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#resellerDomainCreate" name="resellerDomainCreate" bindingOperationName="resellerDomainCreate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:resellerDomainCreate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<hosting xsi:type="xsd:string">?</hosting>
|
|
<offer xsi:type="xsd:string">?</offer>
|
|
<profile xsi:type="xsd:string">?</profile>
|
|
<owo xsi:type="xsd:string">?</owo>
|
|
<owner xsi:type="xsd:string">?</owner>
|
|
<admin xsi:type="xsd:string">?</admin>
|
|
<tech xsi:type="xsd:string">?</tech>
|
|
<billing xsi:type="xsd:string">?</billing>
|
|
<dns1 xsi:type="xsd:string">?</dns1>
|
|
<dns2 xsi:type="xsd:string">?</dns2>
|
|
<dns3 xsi:type="xsd:string">?</dns3>
|
|
<dns4 xsi:type="xsd:string">?</dns4>
|
|
<dns5 xsi:type="xsd:string">?</dns5>
|
|
<method xsi:type="xsd:string">?</method>
|
|
<legalName xsi:type="xsd:string">?</legalName>
|
|
<legalNumber xsi:type="xsd:string">?</legalNumber>
|
|
<afnicIdent xsi:type="xsd:string">?</afnicIdent>
|
|
<birthDate xsi:type="xsd:string">?</birthDate>
|
|
<birthCity xsi:type="xsd:string">?</birthCity>
|
|
<birthDepartement xsi:type="xsd:string">?</birthDepartement>
|
|
<birthCountry xsi:type="xsd:string">?</birthCountry>
|
|
<dryRun xsi:type="xsd:boolean">?</dryRun>
|
|
</man:resellerDomainCreate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#resellerDomainCreate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#resellerDomainCreateASIA" name="resellerDomainCreateASIA" bindingOperationName="resellerDomainCreateASIA" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:resellerDomainCreateASIA soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<hosting xsi:type="xsd:string">?</hosting>
|
|
<offer xsi:type="xsd:string">?</offer>
|
|
<profile xsi:type="xsd:string">?</profile>
|
|
<owo xsi:type="xsd:string">?</owo>
|
|
<owner xsi:type="xsd:string">?</owner>
|
|
<admin xsi:type="xsd:string">?</admin>
|
|
<tech xsi:type="xsd:string">?</tech>
|
|
<billing xsi:type="xsd:string">?</billing>
|
|
<dns1 xsi:type="xsd:string">?</dns1>
|
|
<dns2 xsi:type="xsd:string">?</dns2>
|
|
<dns3 xsi:type="xsd:string">?</dns3>
|
|
<dns4 xsi:type="xsd:string">?</dns4>
|
|
<dns5 xsi:type="xsd:string">?</dns5>
|
|
<CedCea xsi:type="xsd:string">?</CedCea>
|
|
<contactCED xsi:type="xsd:string">?</contactCED>
|
|
<localityCity xsi:type="xsd:string">?</localityCity>
|
|
<localitySp xsi:type="xsd:string">?</localitySp>
|
|
<ccLocality xsi:type="xsd:string">?</ccLocality>
|
|
<legalEntityType xsi:type="xsd:string">?</legalEntityType>
|
|
<otherLEType xsi:type="xsd:string">?</otherLEType>
|
|
<identForm xsi:type="xsd:string">?</identForm>
|
|
<otherIdentForm xsi:type="xsd:string">?</otherIdentForm>
|
|
<identNumber xsi:type="xsd:string">?</identNumber>
|
|
<dryRun xsi:type="xsd:boolean">?</dryRun>
|
|
</man:resellerDomainCreateASIA>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#resellerDomainCreateASIA"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#resellerDomainCreateCAT" name="resellerDomainCreateCAT" bindingOperationName="resellerDomainCreateCAT" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:resellerDomainCreateCAT soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<hosting xsi:type="xsd:string">?</hosting>
|
|
<offer xsi:type="xsd:string">?</offer>
|
|
<profile xsi:type="xsd:string">?</profile>
|
|
<owo xsi:type="xsd:string">?</owo>
|
|
<owner xsi:type="xsd:string">?</owner>
|
|
<admin xsi:type="xsd:string">?</admin>
|
|
<tech xsi:type="xsd:string">?</tech>
|
|
<billing xsi:type="xsd:string">?</billing>
|
|
<dns1 xsi:type="xsd:string">?</dns1>
|
|
<dns2 xsi:type="xsd:string">?</dns2>
|
|
<dns3 xsi:type="xsd:string">?</dns3>
|
|
<dns4 xsi:type="xsd:string">?</dns4>
|
|
<dns5 xsi:type="xsd:string">?</dns5>
|
|
<reason xsi:type="xsd:string">?</reason>
|
|
<dryRun xsi:type="xsd:boolean">?</dryRun>
|
|
</man:resellerDomainCreateCAT>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#resellerDomainCreateCAT"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#resellerDomainCreateIT" name="resellerDomainCreateIT" bindingOperationName="resellerDomainCreateIT" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:resellerDomainCreateIT soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<hosting xsi:type="xsd:string">?</hosting>
|
|
<offer xsi:type="xsd:string">?</offer>
|
|
<profile xsi:type="xsd:string">?</profile>
|
|
<owo xsi:type="xsd:string">?</owo>
|
|
<owner xsi:type="xsd:string">?</owner>
|
|
<admin xsi:type="xsd:string">?</admin>
|
|
<tech xsi:type="xsd:string">?</tech>
|
|
<billing xsi:type="xsd:string">?</billing>
|
|
<dns1 xsi:type="xsd:string">?</dns1>
|
|
<dns2 xsi:type="xsd:string">?</dns2>
|
|
<dns3 xsi:type="xsd:string">?</dns3>
|
|
<dns4 xsi:type="xsd:string">?</dns4>
|
|
<dns5 xsi:type="xsd:string">?</dns5>
|
|
<legalRepresentantFirstName xsi:type="xsd:string">?</legalRepresentantFirstName>
|
|
<legalRepresentantLastName xsi:type="xsd:string">?</legalRepresentantLastName>
|
|
<legalNumber xsi:type="xsd:string">?</legalNumber>
|
|
<vat xsi:type="xsd:string">?</vat>
|
|
<birthDate xsi:type="xsd:string">?</birthDate>
|
|
<birthCity xsi:type="xsd:string">?</birthCity>
|
|
<birthDepartement xsi:type="xsd:string">?</birthDepartement>
|
|
<birthCountry xsi:type="xsd:string">?</birthCountry>
|
|
<nationality xsi:type="xsd:string">?</nationality>
|
|
<dryRun xsi:type="xsd:boolean">?</dryRun>
|
|
</man:resellerDomainCreateIT>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#resellerDomainCreateIT"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#resellerDomainRenew" name="resellerDomainRenew" bindingOperationName="resellerDomainRenew" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:resellerDomainRenew soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<dryRun xsi:type="xsd:boolean">?</dryRun>
|
|
</man:resellerDomainRenew>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#resellerDomainRenew"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#resellerDomainRestore" name="resellerDomainRestore" bindingOperationName="resellerDomainRestore" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:resellerDomainRestore soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<dryRun xsi:type="xsd:boolean">?</dryRun>
|
|
</man:resellerDomainRestore>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#resellerDomainRestore"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#resellerDomainTransfer" name="resellerDomainTransfer" bindingOperationName="resellerDomainTransfer" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:resellerDomainTransfer soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<authinfo xsi:type="xsd:string">?</authinfo>
|
|
<hosting xsi:type="xsd:string">?</hosting>
|
|
<offer xsi:type="xsd:string">?</offer>
|
|
<profile xsi:type="xsd:string">?</profile>
|
|
<owo xsi:type="xsd:string">?</owo>
|
|
<owner xsi:type="xsd:string">?</owner>
|
|
<admin xsi:type="xsd:string">?</admin>
|
|
<tech xsi:type="xsd:string">?</tech>
|
|
<billing xsi:type="xsd:string">?</billing>
|
|
<dns1 xsi:type="xsd:string">?</dns1>
|
|
<dns2 xsi:type="xsd:string">?</dns2>
|
|
<dns3 xsi:type="xsd:string">?</dns3>
|
|
<dns4 xsi:type="xsd:string">?</dns4>
|
|
<dns5 xsi:type="xsd:string">?</dns5>
|
|
<method xsi:type="xsd:string">?</method>
|
|
<legalName xsi:type="xsd:string">?</legalName>
|
|
<legalNumber xsi:type="xsd:string">?</legalNumber>
|
|
<afnicIdent xsi:type="xsd:string">?</afnicIdent>
|
|
<birthDate xsi:type="xsd:string">?</birthDate>
|
|
<birthCity xsi:type="xsd:string">?</birthCity>
|
|
<birthDepartement xsi:type="xsd:string">?</birthDepartement>
|
|
<birthCountry xsi:type="xsd:string">?</birthCountry>
|
|
<dryRun xsi:type="xsd:boolean">?</dryRun>
|
|
</man:resellerDomainTransfer>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#resellerDomainTransfer"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#resellerDomainTransferASIA" name="resellerDomainTransferASIA" bindingOperationName="resellerDomainTransferASIA" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:resellerDomainTransferASIA soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<authinfo xsi:type="xsd:string">?</authinfo>
|
|
<hosting xsi:type="xsd:string">?</hosting>
|
|
<offer xsi:type="xsd:string">?</offer>
|
|
<profile xsi:type="xsd:string">?</profile>
|
|
<owo xsi:type="xsd:string">?</owo>
|
|
<owner xsi:type="xsd:string">?</owner>
|
|
<admin xsi:type="xsd:string">?</admin>
|
|
<tech xsi:type="xsd:string">?</tech>
|
|
<billing xsi:type="xsd:string">?</billing>
|
|
<dns1 xsi:type="xsd:string">?</dns1>
|
|
<dns2 xsi:type="xsd:string">?</dns2>
|
|
<dns3 xsi:type="xsd:string">?</dns3>
|
|
<dns4 xsi:type="xsd:string">?</dns4>
|
|
<dns5 xsi:type="xsd:string">?</dns5>
|
|
<CedCea xsi:type="xsd:string">?</CedCea>
|
|
<contactCED xsi:type="xsd:string">?</contactCED>
|
|
<localityCity xsi:type="xsd:string">?</localityCity>
|
|
<localitySp xsi:type="xsd:string">?</localitySp>
|
|
<ccLocality xsi:type="xsd:string">?</ccLocality>
|
|
<legalEntityType xsi:type="xsd:string">?</legalEntityType>
|
|
<otherLEType xsi:type="xsd:string">?</otherLEType>
|
|
<identForm xsi:type="xsd:string">?</identForm>
|
|
<otherIdentForm xsi:type="xsd:string">?</otherIdentForm>
|
|
<identNumber xsi:type="xsd:string">?</identNumber>
|
|
<dryRun xsi:type="xsd:boolean">?</dryRun>
|
|
</man:resellerDomainTransferASIA>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#resellerDomainTransferASIA"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#resellerDomainTransferIT" name="resellerDomainTransferIT" bindingOperationName="resellerDomainTransferIT" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:resellerDomainTransferIT soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<authinfo xsi:type="xsd:string">?</authinfo>
|
|
<hosting xsi:type="xsd:string">?</hosting>
|
|
<offer xsi:type="xsd:string">?</offer>
|
|
<profile xsi:type="xsd:string">?</profile>
|
|
<owo xsi:type="xsd:string">?</owo>
|
|
<owner xsi:type="xsd:string">?</owner>
|
|
<admin xsi:type="xsd:string">?</admin>
|
|
<tech xsi:type="xsd:string">?</tech>
|
|
<billing xsi:type="xsd:string">?</billing>
|
|
<dns1 xsi:type="xsd:string">?</dns1>
|
|
<dns2 xsi:type="xsd:string">?</dns2>
|
|
<dns3 xsi:type="xsd:string">?</dns3>
|
|
<dns4 xsi:type="xsd:string">?</dns4>
|
|
<dns5 xsi:type="xsd:string">?</dns5>
|
|
<legalRepresentantFirstName xsi:type="xsd:string">?</legalRepresentantFirstName>
|
|
<legalRepresentantLastName xsi:type="xsd:string">?</legalRepresentantLastName>
|
|
<legalNumber xsi:type="xsd:string">?</legalNumber>
|
|
<vat xsi:type="xsd:string">?</vat>
|
|
<birthDate xsi:type="xsd:string">?</birthDate>
|
|
<birthCity xsi:type="xsd:string">?</birthCity>
|
|
<birthDepartement xsi:type="xsd:string">?</birthDepartement>
|
|
<birthCountry xsi:type="xsd:string">?</birthCountry>
|
|
<nationality xsi:type="xsd:string">?</nationality>
|
|
<dryRun xsi:type="xsd:boolean">?</dryRun>
|
|
</man:resellerDomainTransferIT>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#resellerDomainTransferIT"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#responderEmailAdd" name="responderEmailAdd" bindingOperationName="responderEmailAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:responderEmailAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<responder xsi:type="xsd:string">?</responder>
|
|
<content xsi:type="xsd:string">?</content>
|
|
<delivered_to xsi:type="xsd:string">?</delivered_to>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
</man:responderEmailAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#responderEmailAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#responderEmailDel" name="responderEmailDel" bindingOperationName="responderEmailDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:responderEmailDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<responder xsi:type="xsd:string">?</responder>
|
|
</man:responderEmailDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#responderEmailDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#responderEmailInfo" name="responderEmailInfo" bindingOperationName="responderEmailInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:responderEmailInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<responder xsi:type="xsd:string">?</responder>
|
|
</man:responderEmailInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#responderEmailInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#responderEmailList" name="responderEmailList" bindingOperationName="responderEmailList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:responderEmailList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:responderEmailList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#responderEmailList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#responderEmailModify" name="responderEmailModify" bindingOperationName="responderEmailModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:responderEmailModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<responder xsi:type="xsd:string">?</responder>
|
|
<content xsi:type="xsd:string">?</content>
|
|
<delivered_to xsi:type="xsd:string">?</delivered_to>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
</man:responderEmailModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#responderEmailModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ripeCreateOrganisation" name="ripeCreateOrganisation" bindingOperationName="ripeCreateOrganisation" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ripeCreateOrganisation soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<address xsi:type="xsd:string">?</address>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<abuse xsi:type="xsd:string">?</abuse>
|
|
<descr xsi:type="xsd:string">?</descr>
|
|
<phone xsi:type="xsd:string">?</phone>
|
|
<fax xsi:type="xsd:string">?</fax>
|
|
<remarks xsi:type="xsd:string">?</remarks>
|
|
</man:ripeCreateOrganisation>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ripeCreateOrganisation"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ripeDeleteOrganisation" name="ripeDeleteOrganisation" bindingOperationName="ripeDeleteOrganisation" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ripeDeleteOrganisation soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ripeId xsi:type="xsd:string">?</ripeId>
|
|
<comment xsi:type="xsd:string">?</comment>
|
|
</man:ripeDeleteOrganisation>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ripeDeleteOrganisation"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ripeGetRipeIds" name="ripeGetRipeIds" bindingOperationName="ripeGetRipeIds" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ripeGetRipeIds soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:ripeGetRipeIds>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ripeGetRipeIds"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ripeQuery" name="ripeQuery" bindingOperationName="ripeQuery" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ripeQuery soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<search xsi:type="xsd:string">?</search>
|
|
<type xsi:type="xsd:string">?</type>
|
|
</man:ripeQuery>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ripeQuery"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ripeUpdateInetnum" name="ripeUpdateInetnum" bindingOperationName="ripeUpdateInetnum" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ripeUpdateInetnum soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<block xsi:type="xsd:string">?</block>
|
|
<netname xsi:type="xsd:string">?</netname>
|
|
<descr xsi:type="xsd:string">?</descr>
|
|
<ripeId xsi:type="xsd:string">?</ripeId>
|
|
</man:ripeUpdateInetnum>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ripeUpdateInetnum"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ripeUpdateOrganisation" name="ripeUpdateOrganisation" bindingOperationName="ripeUpdateOrganisation" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ripeUpdateOrganisation soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ripeId xsi:type="xsd:string">?</ripeId>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<address xsi:type="xsd:string">?</address>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<abuse xsi:type="xsd:string">?</abuse>
|
|
<descr xsi:type="xsd:string">?</descr>
|
|
<phone xsi:type="xsd:string">?</phone>
|
|
<fax xsi:type="xsd:string">?</fax>
|
|
<remarks xsi:type="xsd:string">?</remarks>
|
|
</man:ripeUpdateOrganisation>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ripeUpdateOrganisation"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#rpsGetIoStats" name="rpsGetIoStats" bindingOperationName="rpsGetIoStats" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:rpsGetIoStats soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<type xsi:type="xsd:string">?</type>
|
|
<duration xsi:type="xsd:string">?</duration>
|
|
</man:rpsGetIoStats>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#rpsGetIoStats"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#rpsMigrationGetProgressStatus" name="rpsMigrationGetProgressStatus" bindingOperationName="rpsMigrationGetProgressStatus" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:rpsMigrationGetProgressStatus soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:rpsMigrationGetProgressStatus>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#rpsMigrationGetProgressStatus"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#rpsMigrationStatus" name="rpsMigrationStatus" bindingOperationName="rpsMigrationStatus" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:rpsMigrationStatus soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<hostname xsi:type="xsd:string">?</hostname>
|
|
</man:rpsMigrationStatus>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#rpsMigrationStatus"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#rpsMigrationTodo" name="rpsMigrationTodo" bindingOperationName="rpsMigrationTodo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:rpsMigrationTodo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<logicalRpsName xsi:type="xsd:string">?</logicalRpsName>
|
|
<physicalRpsTo xsi:type="xsd:string">?</physicalRpsTo>
|
|
</man:rpsMigrationTodo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#rpsMigrationTodo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#serviceFreedomList" name="serviceFreedomList" bindingOperationName="serviceFreedomList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:serviceFreedomList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<component xsi:type="xsd:string">?</component>
|
|
</man:serviceFreedomList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#serviceFreedomList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#serviceGroupAddService" name="serviceGroupAddService" bindingOperationName="serviceGroupAddService" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:serviceGroupAddService soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<service xsi:type="xsd:string">?</service>
|
|
<component xsi:type="xsd:string">?</component>
|
|
</man:serviceGroupAddService>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#serviceGroupAddService"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#serviceGroupCreate" name="serviceGroupCreate" bindingOperationName="serviceGroupCreate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:serviceGroupCreate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<comment xsi:type="xsd:string">?</comment>
|
|
</man:serviceGroupCreate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#serviceGroupCreate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#serviceGroupDelete" name="serviceGroupDelete" bindingOperationName="serviceGroupDelete" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:serviceGroupDelete soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<name xsi:type="xsd:string">?</name>
|
|
</man:serviceGroupDelete>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#serviceGroupDelete"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#serviceGroupGetAllInfo" name="serviceGroupGetAllInfo" bindingOperationName="serviceGroupGetAllInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:serviceGroupGetAllInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:serviceGroupGetAllInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#serviceGroupGetAllInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#serviceGroupInfo" name="serviceGroupInfo" bindingOperationName="serviceGroupInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:serviceGroupInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<name xsi:type="xsd:string">?</name>
|
|
</man:serviceGroupInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#serviceGroupInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#serviceGroupList" name="serviceGroupList" bindingOperationName="serviceGroupList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:serviceGroupList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:serviceGroupList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#serviceGroupList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#serviceGroupRemoveService" name="serviceGroupRemoveService" bindingOperationName="serviceGroupRemoveService" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:serviceGroupRemoveService soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<service xsi:type="xsd:string">?</service>
|
|
<component xsi:type="xsd:string">?</component>
|
|
</man:serviceGroupRemoveService>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#serviceGroupRemoveService"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#serviceGroupSetComment" name="serviceGroupSetComment" bindingOperationName="serviceGroupSetComment" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:serviceGroupSetComment soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<comment xsi:type="xsd:string">?</comment>
|
|
</man:serviceGroupSetComment>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#serviceGroupSetComment"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#serviceGroupSetName" name="serviceGroupSetName" bindingOperationName="serviceGroupSetName" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:serviceGroupSetName soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<newName xsi:type="xsd:string">?</newName>
|
|
</man:serviceGroupSetName>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#serviceGroupSetName"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#serviceList" name="serviceList" bindingOperationName="serviceList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:serviceList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<component xsi:type="xsd:string">?</component>
|
|
<group xsi:type="xsd:string">?</group>
|
|
<componentSubType xsi:type="xsd:string">?</componentSubType>
|
|
</man:serviceList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#serviceList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#serviceListPaginated" name="serviceListPaginated" bindingOperationName="serviceListPaginated" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:serviceListPaginated soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<start xsi:type="xsd:int">?</start>
|
|
<limit xsi:type="xsd:int">?</limit>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<component xsi:type="xsd:string">?</component>
|
|
<group xsi:type="xsd:string">?</group>
|
|
</man:serviceListPaginated>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#serviceListPaginated"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#serviceModifyContact" name="serviceModifyContact" bindingOperationName="serviceModifyContact" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:serviceModifyContact soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<component xsi:type="xsd:string">?</component>
|
|
<contact xsi:type="xsd:string">?</contact>
|
|
<nic xsi:type="xsd:string">?</nic>
|
|
<componentSubType xsi:type="xsd:string">?</componentSubType>
|
|
</man:serviceModifyContact>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#serviceModifyContact"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#serviceModifyOwner" name="serviceModifyOwner" bindingOperationName="serviceModifyOwner" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:serviceModifyOwner soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<component xsi:type="xsd:string">?</component>
|
|
<legalform xsi:type="xsd:string">?</legalform>
|
|
<organisation xsi:type="xsd:string">?</organisation>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<firstname xsi:type="xsd:string">?</firstname>
|
|
<address xsi:type="xsd:string">?</address>
|
|
<city xsi:type="xsd:string">?</city>
|
|
<zip xsi:type="xsd:string">?</zip>
|
|
<area xsi:type="xsd:string">?</area>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<phone xsi:type="xsd:string">?</phone>
|
|
<fax xsi:type="xsd:string">?</fax>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<identityConfirmation xsi:type="xsd:boolean">?</identityConfirmation>
|
|
<acceptanceConfirmation xsi:type="xsd:boolean">?</acceptanceConfirmation>
|
|
</man:serviceModifyOwner>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#serviceModifyOwner"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#serviceModifyOwnerInfos" name="serviceModifyOwnerInfos" bindingOperationName="serviceModifyOwnerInfos" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:serviceModifyOwnerInfos soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<owner xsi:type="xsd:string">?</owner>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<component xsi:type="xsd:string">?</component>
|
|
<address xsi:type="xsd:string">?</address>
|
|
<city xsi:type="xsd:string">?</city>
|
|
<zip xsi:type="xsd:string">?</zip>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<phone xsi:type="xsd:string">?</phone>
|
|
<fax xsi:type="xsd:string">?</fax>
|
|
<email xsi:type="xsd:string">?</email>
|
|
</man:serviceModifyOwnerInfos>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#serviceModifyOwnerInfos"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveAlertInfo" name="sqlpriveAlertInfo" bindingOperationName="sqlpriveAlertInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveAlertInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
</man:sqlpriveAlertInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveAlertInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveAlertSet" name="sqlpriveAlertSet" bindingOperationName="sqlpriveAlertSet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveAlertSet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<smsNumber xsi:type="xsd:string">?</smsNumber>
|
|
<alert xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
</man:sqlpriveAlertSet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveAlertSet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveCronDel" name="sqlpriveCronDel" bindingOperationName="sqlpriveCronDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveCronDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
<cronId xsi:type="xsd:string">?</cronId>
|
|
</man:sqlpriveCronDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveCronDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveCronGet" name="sqlpriveCronGet" bindingOperationName="sqlpriveCronGet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveCronGet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
</man:sqlpriveCronGet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveCronGet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveCronSet" name="sqlpriveCronSet" bindingOperationName="sqlpriveCronSet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveCronSet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
<operation xsi:type="xsd:string">?</operation>
|
|
<recursivityDays xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
<recursivityHours xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
<endDate xsi:type="xsd:string">?</endDate>
|
|
<comment xsi:type="xsd:string">?</comment>
|
|
</man:sqlpriveCronSet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveCronSet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveFtpPassword" name="sqlpriveFtpPassword" bindingOperationName="sqlpriveFtpPassword" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveFtpPassword soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:sqlpriveFtpPassword>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveFtpPassword"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveList" name="sqlpriveList" bindingOperationName="sqlpriveList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:sqlpriveList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveMysqlActivateOvhManagement" name="sqlpriveMysqlActivateOvhManagement" bindingOperationName="sqlpriveMysqlActivateOvhManagement" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveMysqlActivateOvhManagement soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
</man:sqlpriveMysqlActivateOvhManagement>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveMysqlActivateOvhManagement"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveMysqlDatabaseImportFromFile" name="sqlpriveMysqlDatabaseImportFromFile" bindingOperationName="sqlpriveMysqlDatabaseImportFromFile" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveMysqlDatabaseImportFromFile soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
<database xsi:type="xsd:string">?</database>
|
|
<filename xsi:type="xsd:string">?</filename>
|
|
</man:sqlpriveMysqlDatabaseImportFromFile>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveMysqlDatabaseImportFromFile"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveMysqlDatabaseImportFromHost" name="sqlpriveMysqlDatabaseImportFromHost" bindingOperationName="sqlpriveMysqlDatabaseImportFromHost" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveMysqlDatabaseImportFromHost soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
<database xsi:type="xsd:string">?</database>
|
|
<foreignHost xsi:type="xsd:string">?</foreignHost>
|
|
<foreignUser xsi:type="xsd:string">?</foreignUser>
|
|
<foreignPassword xsi:type="xsd:string">?</foreignPassword>
|
|
<foreignDatabase xsi:type="xsd:string">?</foreignDatabase>
|
|
</man:sqlpriveMysqlDatabaseImportFromHost>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveMysqlDatabaseImportFromHost"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveMysqlDatabaseList" name="sqlpriveMysqlDatabaseList" bindingOperationName="sqlpriveMysqlDatabaseList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveMysqlDatabaseList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
</man:sqlpriveMysqlDatabaseList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveMysqlDatabaseList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveMysqlDatabasePrivilegeList" name="sqlpriveMysqlDatabasePrivilegeList" bindingOperationName="sqlpriveMysqlDatabasePrivilegeList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveMysqlDatabasePrivilegeList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
</man:sqlpriveMysqlDatabasePrivilegeList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveMysqlDatabasePrivilegeList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveMysqlDatabaseSave" name="sqlpriveMysqlDatabaseSave" bindingOperationName="sqlpriveMysqlDatabaseSave" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveMysqlDatabaseSave soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
<database xsi:type="xsd:string">?</database>
|
|
<comment xsi:type="xsd:string">?</comment>
|
|
<compress xsi:type="xsd:boolean">?</compress>
|
|
</man:sqlpriveMysqlDatabaseSave>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveMysqlDatabaseSave"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveMysqlGetPossibleDump" name="sqlpriveMysqlGetPossibleDump" bindingOperationName="sqlpriveMysqlGetPossibleDump" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveMysqlGetPossibleDump soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
<directory xsi:type="xsd:string">?</directory>
|
|
</man:sqlpriveMysqlGetPossibleDump>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveMysqlGetPossibleDump"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveMysqlLogs" name="sqlpriveMysqlLogs" bindingOperationName="sqlpriveMysqlLogs" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveMysqlLogs soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
</man:sqlpriveMysqlLogs>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveMysqlLogs"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveMysqlOvhMyAdmin" name="sqlpriveMysqlOvhMyAdmin" bindingOperationName="sqlpriveMysqlOvhMyAdmin" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveMysqlOvhMyAdmin soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
<function xsi:type="xsd:string">?</function>
|
|
<database xsi:type="xsd:string">?</database>
|
|
<username xsi:type="xsd:string">?</username>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:sqlpriveMysqlOvhMyAdmin>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveMysqlOvhMyAdmin"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveMysqlProcessKill" name="sqlpriveMysqlProcessKill" bindingOperationName="sqlpriveMysqlProcessKill" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveMysqlProcessKill soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
<process xsi:type="xsd:int">?</process>
|
|
</man:sqlpriveMysqlProcessKill>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveMysqlProcessKill"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveMysqlProcessList" name="sqlpriveMysqlProcessList" bindingOperationName="sqlpriveMysqlProcessList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveMysqlProcessList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
</man:sqlpriveMysqlProcessList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveMysqlProcessList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveMysqlRamUsed" name="sqlpriveMysqlRamUsed" bindingOperationName="sqlpriveMysqlRamUsed" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveMysqlRamUsed soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
</man:sqlpriveMysqlRamUsed>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveMysqlRamUsed"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveMysqlRestart" name="sqlpriveMysqlRestart" bindingOperationName="sqlpriveMysqlRestart" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveMysqlRestart soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
</man:sqlpriveMysqlRestart>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveMysqlRestart"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveMysqlRootPassword" name="sqlpriveMysqlRootPassword" bindingOperationName="sqlpriveMysqlRootPassword" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveMysqlRootPassword soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:sqlpriveMysqlRootPassword>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveMysqlRootPassword"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveMysqlUserList" name="sqlpriveMysqlUserList" bindingOperationName="sqlpriveMysqlUserList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveMysqlUserList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
</man:sqlpriveMysqlUserList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveMysqlUserList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#sqlpriveMysqlVersion" name="sqlpriveMysqlVersion" bindingOperationName="sqlpriveMysqlVersion" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:sqlpriveMysqlVersion soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<server xsi:type="xsd:string">?</server>
|
|
<version xsi:type="xsd:string">?</version>
|
|
</man:sqlpriveMysqlVersion>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#sqlpriveMysqlVersion"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#subDomainAdd" name="subDomainAdd" bindingOperationName="subDomainAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:subDomainAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<subdomain xsi:type="xsd:string">?</subdomain>
|
|
<target xsi:type="xsd:string">?</target>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:subDomainAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#subDomainAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#subDomainDel" name="subDomainDel" bindingOperationName="subDomainDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:subDomainDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<subdomain xsi:type="xsd:string">?</subdomain>
|
|
</man:subDomainDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#subDomainDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#subDomainList" name="subDomainList" bindingOperationName="subDomainList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:subDomainList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:subDomainList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#subDomainList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#subDomainModify" name="subDomainModify" bindingOperationName="subDomainModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:subDomainModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<subdomain xsi:type="xsd:string">?</subdomain>
|
|
<target xsi:type="xsd:string">?</target>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:subDomainModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#subDomainModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#supportCloseThreads" name="supportCloseThreads" bindingOperationName="supportCloseThreads" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:supportCloseThreads soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<threads xsi:type="xsd:string">?</threads>
|
|
</man:supportCloseThreads>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#supportCloseThreads"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#supportGetAllVisibleCategories" name="supportGetAllVisibleCategories" bindingOperationName="supportGetAllVisibleCategories" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:supportGetAllVisibleCategories soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:supportGetAllVisibleCategories>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#supportGetAllVisibleCategories"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#supportGetFullMessage" name="supportGetFullMessage" bindingOperationName="supportGetFullMessage" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:supportGetFullMessage soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<messageId xsi:type="xsd:int">?</messageId>
|
|
</man:supportGetFullMessage>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#supportGetFullMessage"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#supportGetNicDomains" name="supportGetNicDomains" bindingOperationName="supportGetNicDomains" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:supportGetNicDomains soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:supportGetNicDomains>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#supportGetNicDomains"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#supportGetThreads" name="supportGetThreads" bindingOperationName="supportGetThreads" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:supportGetThreads soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<page xsi:type="xsd:int">?</page>
|
|
<view xsi:type="xsd:string">?</view>
|
|
<unread xsi:type="xsd:boolean">?</unread>
|
|
<sortDir xsi:type="xsd:string">?</sortDir>
|
|
<sortBy xsi:type="xsd:string">?</sortBy>
|
|
<limit xsi:type="xsd:int">?</limit>
|
|
</man:supportGetThreads>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#supportGetThreads"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#supportGetThreadTree" name="supportGetThreadTree" bindingOperationName="supportGetThreadTree" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:supportGetThreadTree soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<threadId xsi:type="xsd:int">?</threadId>
|
|
</man:supportGetThreadTree>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#supportGetThreadTree"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#supportReactivateThread" name="supportReactivateThread" bindingOperationName="supportReactivateThread" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:supportReactivateThread soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<threadId xsi:type="xsd:int">?</threadId>
|
|
</man:supportReactivateThread>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#supportReactivateThread"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#supportReportAnswerProblem" name="supportReportAnswerProblem" bindingOperationName="supportReportAnswerProblem" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:supportReportAnswerProblem soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<messageId xsi:type="xsd:int">?</messageId>
|
|
<reportReason xsi:type="xsd:string">?</reportReason>
|
|
</man:supportReportAnswerProblem>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#supportReportAnswerProblem"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#supportSendMessage" name="supportSendMessage" bindingOperationName="supportSendMessage" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:supportSendMessage soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<messagePrevious xsi:type="xsd:int">?</messagePrevious>
|
|
<category xsi:type="xsd:int">?</category>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<subject xsi:type="xsd:string">?</subject>
|
|
<body xsi:type="xsd:string">?</body>
|
|
</man:supportSendMessage>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#supportSendMessage"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberAdd" name="telephonyAbbreviatedNumberAdd" bindingOperationName="telephonyAbbreviatedNumberAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyAbbreviatedNumberAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<abbreviatedNumber xsi:type="xsd:string">?</abbreviatedNumber>
|
|
<relatedNumber xsi:type="xsd:string">?</relatedNumber>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<surname xsi:type="xsd:string">?</surname>
|
|
</man:telephonyAbbreviatedNumberAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberDel" name="telephonyAbbreviatedNumberDel" bindingOperationName="telephonyAbbreviatedNumberDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyAbbreviatedNumberDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<abbreviatedNumber xsi:type="xsd:string">?</abbreviatedNumber>
|
|
</man:telephonyAbbreviatedNumberDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberList" name="telephonyAbbreviatedNumberList" bindingOperationName="telephonyAbbreviatedNumberList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyAbbreviatedNumberList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyAbbreviatedNumberList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberModify" name="telephonyAbbreviatedNumberModify" bindingOperationName="telephonyAbbreviatedNumberModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyAbbreviatedNumberModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<abbreviatedNumber xsi:type="xsd:string">?</abbreviatedNumber>
|
|
<relatedNumber xsi:type="xsd:string">?</relatedNumber>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<surname xsi:type="xsd:string">?</surname>
|
|
</man:telephonyAbbreviatedNumberModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberOnGroupAdd" name="telephonyAbbreviatedNumberOnGroupAdd" bindingOperationName="telephonyAbbreviatedNumberOnGroupAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyAbbreviatedNumberOnGroupAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<group xsi:type="xsd:string">?</group>
|
|
<abbreviatedNumber xsi:type="xsd:string">?</abbreviatedNumber>
|
|
<relatedNumber xsi:type="xsd:string">?</relatedNumber>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<surname xsi:type="xsd:string">?</surname>
|
|
</man:telephonyAbbreviatedNumberOnGroupAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberOnGroupAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberOnGroupDel" name="telephonyAbbreviatedNumberOnGroupDel" bindingOperationName="telephonyAbbreviatedNumberOnGroupDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyAbbreviatedNumberOnGroupDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<group xsi:type="xsd:string">?</group>
|
|
<abbreviatedNumber xsi:type="xsd:string">?</abbreviatedNumber>
|
|
</man:telephonyAbbreviatedNumberOnGroupDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberOnGroupDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberOnGroupList" name="telephonyAbbreviatedNumberOnGroupList" bindingOperationName="telephonyAbbreviatedNumberOnGroupList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyAbbreviatedNumberOnGroupList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<group xsi:type="xsd:string">?</group>
|
|
</man:telephonyAbbreviatedNumberOnGroupList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberOnGroupList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberOnGroupModify" name="telephonyAbbreviatedNumberOnGroupModify" bindingOperationName="telephonyAbbreviatedNumberOnGroupModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyAbbreviatedNumberOnGroupModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<group xsi:type="xsd:string">?</group>
|
|
<abbreviatedNumber xsi:type="xsd:string">?</abbreviatedNumber>
|
|
<relatedNumber xsi:type="xsd:string">?</relatedNumber>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<surname xsi:type="xsd:string">?</surname>
|
|
</man:telephonyAbbreviatedNumberOnGroupModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyAbbreviatedNumberOnGroupModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyAliasToSipOffer" name="telephonyAliasToSipOffer" bindingOperationName="telephonyAliasToSipOffer" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyAliasToSipOffer soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<offer xsi:type="xsd:string">?</offer>
|
|
<delete xsi:type="xsd:boolean">?</delete>
|
|
</man:telephonyAliasToSipOffer>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyAliasToSipOffer"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyAliasToSipPossibilities" name="telephonyAliasToSipPossibilities" bindingOperationName="telephonyAliasToSipPossibilities" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyAliasToSipPossibilities soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyAliasToSipPossibilities>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyAliasToSipPossibilities"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyBillDetails" name="telephonyBillDetails" bindingOperationName="telephonyBillDetails" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyBillDetails soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<date xsi:type="xsd:string">?</date>
|
|
</man:telephonyBillDetails>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyBillDetails"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyBillDetailsCSV" name="telephonyBillDetailsCSV" bindingOperationName="telephonyBillDetailsCSV" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyBillDetailsCSV soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<date xsi:type="xsd:string">?</date>
|
|
</man:telephonyBillDetailsCSV>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyBillDetailsCSV"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyBillingAccountAdd" name="telephonyBillingAccountAdd" bindingOperationName="telephonyBillingAccountAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyBillingAccountAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:telephonyBillingAccountAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyBillingAccountAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyBillingAccountConsumptionCSVByMail" name="telephonyBillingAccountConsumptionCSVByMail" bindingOperationName="telephonyBillingAccountConsumptionCSVByMail" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyBillingAccountConsumptionCSVByMail soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<date xsi:type="xsd:string">?</date>
|
|
</man:telephonyBillingAccountConsumptionCSVByMail>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyBillingAccountConsumptionCSVByMail"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyBillingAccountDel" name="telephonyBillingAccountDel" bindingOperationName="telephonyBillingAccountDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyBillingAccountDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<cancelDelete xsi:type="xsd:boolean">?</cancelDelete>
|
|
</man:telephonyBillingAccountDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyBillingAccountDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyBillingAccountInfo" name="telephonyBillingAccountInfo" bindingOperationName="telephonyBillingAccountInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyBillingAccountInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
</man:telephonyBillingAccountInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyBillingAccountInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyBillingAccountList" name="telephonyBillingAccountList" bindingOperationName="telephonyBillingAccountList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyBillingAccountList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:telephonyBillingAccountList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyBillingAccountList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyBillingAccountSet" name="telephonyBillingAccountSet" bindingOperationName="telephonyBillingAccountSet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyBillingAccountSet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<numbers xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
</man:telephonyBillingAccountSet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyBillingAccountSet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyBillingAccountSummary" name="telephonyBillingAccountSummary" bindingOperationName="telephonyBillingAccountSummary" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyBillingAccountSummary soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
</man:telephonyBillingAccountSummary>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyBillingAccountSummary"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyBillList" name="telephonyBillList" bindingOperationName="telephonyBillList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyBillList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<date xsi:type="xsd:string">?</date>
|
|
</man:telephonyBillList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyBillList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyCallList" name="telephonyCallList" bindingOperationName="telephonyCallList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyCallList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<listBegin xsi:type="xsd:int">?</listBegin>
|
|
<listLimit xsi:type="xsd:int">?</listLimit>
|
|
<listType xsi:type="xsd:string">?</listType>
|
|
<date xsi:type="xsd:string">?</date>
|
|
<callReceived xsi:type="xsd:boolean">?</callReceived>
|
|
<filterSearch xsi:type="xsd:string">?</filterSearch>
|
|
<filterValue xsi:type="xsd:string">?</filterValue>
|
|
<planType xsi:type="xsd:string">?</planType>
|
|
</man:telephonyCallList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyCallList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyChangeNicModify" name="telephonyChangeNicModify" bindingOperationName="telephonyChangeNicModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyChangeNicModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<nicNames xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
<nicPasswords xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
<nicTypes xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
<changeTypes xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
<changeElts xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
</man:telephonyChangeNicModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyChangeNicModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyClick2CallDo" name="telephonyClick2CallDo" bindingOperationName="telephonyClick2CallDo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyClick2CallDo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<calling xsi:type="xsd:string">?</calling>
|
|
<called xsi:type="xsd:string">?</called>
|
|
<billingNumber xsi:type="xsd:string">?</billingNumber>
|
|
</man:telephonyClick2CallDo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyClick2CallDo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyClick2CallDoBySession" name="telephonyClick2CallDoBySession" bindingOperationName="telephonyClick2CallDoBySession" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyClick2CallDoBySession soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<calling xsi:type="xsd:string">?</calling>
|
|
<called xsi:type="xsd:string">?</called>
|
|
<billingNumber xsi:type="xsd:string">?</billingNumber>
|
|
</man:telephonyClick2CallDoBySession>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyClick2CallDoBySession"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyClick2CallUserAdd" name="telephonyClick2CallUserAdd" bindingOperationName="telephonyClick2CallUserAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyClick2CallUserAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:telephonyClick2CallUserAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyClick2CallUserAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyClick2CallUserDel" name="telephonyClick2CallUserDel" bindingOperationName="telephonyClick2CallUserDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyClick2CallUserDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<login xsi:type="xsd:string">?</login>
|
|
</man:telephonyClick2CallUserDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyClick2CallUserDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyClick2CallUserList" name="telephonyClick2CallUserList" bindingOperationName="telephonyClick2CallUserList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyClick2CallUserList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyClick2CallUserList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyClick2CallUserList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyClick2CallUserPassword" name="telephonyClick2CallUserPassword" bindingOperationName="telephonyClick2CallUserPassword" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyClick2CallUserPassword soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:telephonyClick2CallUserPassword>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyClick2CallUserPassword"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyConferenceAdd" name="telephonyConferenceAdd" bindingOperationName="telephonyConferenceAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyConferenceAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<language xsi:type="xsd:string">?</language>
|
|
</man:telephonyConferenceAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyConferenceAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyConferenceAnnounceDelete" name="telephonyConferenceAnnounceDelete" bindingOperationName="telephonyConferenceAnnounceDelete" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyConferenceAnnounceDelete soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<room xsi:type="xsd:string">?</room>
|
|
<announceType xsi:type="xsd:string">?</announceType>
|
|
</man:telephonyConferenceAnnounceDelete>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyConferenceAnnounceDelete"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyConferenceAnnouncesStatus" name="telephonyConferenceAnnouncesStatus" bindingOperationName="telephonyConferenceAnnouncesStatus" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyConferenceAnnouncesStatus soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<room xsi:type="xsd:string">?</room>
|
|
</man:telephonyConferenceAnnouncesStatus>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyConferenceAnnouncesStatus"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyConferenceDel" name="telephonyConferenceDel" bindingOperationName="telephonyConferenceDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyConferenceDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<room xsi:type="xsd:string">?</room>
|
|
</man:telephonyConferenceDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyConferenceDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyConferenceLanguageModify" name="telephonyConferenceLanguageModify" bindingOperationName="telephonyConferenceLanguageModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyConferenceLanguageModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<room xsi:type="xsd:string">?</room>
|
|
<newLanguage xsi:type="xsd:string">?</newLanguage>
|
|
</man:telephonyConferenceLanguageModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyConferenceLanguageModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyConferenceList" name="telephonyConferenceList" bindingOperationName="telephonyConferenceList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyConferenceList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyConferenceList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyConferenceList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyConferenceMailReportModify" name="telephonyConferenceMailReportModify" bindingOperationName="telephonyConferenceMailReportModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyConferenceMailReportModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<room xsi:type="xsd:string">?</room>
|
|
<enable xsi:type="xsd:boolean">?</enable>
|
|
<email xsi:type="xsd:string">?</email>
|
|
</man:telephonyConferenceMailReportModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyConferenceMailReportModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyConferenceModeratorCallNumberModify" name="telephonyConferenceModeratorCallNumberModify" bindingOperationName="telephonyConferenceModeratorCallNumberModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyConferenceModeratorCallNumberModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<room xsi:type="xsd:string">?</room>
|
|
<moderatorCallNumber xsi:type="xsd:string">?</moderatorCallNumber>
|
|
<moderatorCountryCode xsi:type="xsd:string">?</moderatorCountryCode>
|
|
</man:telephonyConferenceModeratorCallNumberModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyConferenceModeratorCallNumberModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyConferenceOptionsModify" name="telephonyConferenceOptionsModify" bindingOperationName="telephonyConferenceOptionsModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyConferenceOptionsModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<room xsi:type="xsd:string">?</room>
|
|
<askName xsi:type="xsd:boolean">?</askName>
|
|
<tellMemberCount xsi:type="xsd:boolean">?</tellMemberCount>
|
|
<announce_rcv xsi:type="xsd:boolean">?</announce_rcv>
|
|
<announce_snd xsi:type="xsd:boolean">?</announce_snd>
|
|
<dtmfmenu xsi:type="xsd:boolean">?</dtmfmenu>
|
|
<recordConf xsi:type="xsd:boolean">?</recordConf>
|
|
<recordDir xsi:type="xsd:string">?</recordDir>
|
|
</man:telephonyConferenceOptionsModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyConferenceOptionsModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyConferenceRoomModify" name="telephonyConferenceRoomModify" bindingOperationName="telephonyConferenceRoomModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyConferenceRoomModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<currentRoom xsi:type="xsd:string">?</currentRoom>
|
|
<newRoom xsi:type="xsd:string">?</newRoom>
|
|
</man:telephonyConferenceRoomModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyConferenceRoomModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyDdiInfo" name="telephonyDdiInfo" bindingOperationName="telephonyDdiInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyDdiInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyDdiInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyDdiInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyDdiModify" name="telephonyDdiModify" bindingOperationName="telephonyDdiModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyDdiModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<destination xsi:type="xsd:string">?</destination>
|
|
</man:telephonyDdiModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyDdiModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyDeleteLine" name="telephonyDeleteLine" bindingOperationName="telephonyDeleteLine" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyDeleteLine soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<cancelDelete xsi:type="xsd:boolean">?</cancelDelete>
|
|
</man:telephonyDeleteLine>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyDeleteLine"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyDepositMovementModify" name="telephonyDepositMovementModify" bindingOperationName="telephonyDepositMovementModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyDepositMovementModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccountSource xsi:type="xsd:string">?</billingAccountSource>
|
|
<billingAccountDestination xsi:type="xsd:string">?</billingAccountDestination>
|
|
<amount xsi:type="xsd:int">?</amount>
|
|
</man:telephonyDepositMovementModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyDepositMovementModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyDirectoryInfo" name="telephonyDirectoryInfo" bindingOperationName="telephonyDirectoryInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyDirectoryInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<callNumber xsi:type="xsd:string">?</callNumber>
|
|
<countryCode xsi:type="xsd:string">?</countryCode>
|
|
</man:telephonyDirectoryInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyDirectoryInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyDirectoryListWayType" name="telephonyDirectoryListWayType" bindingOperationName="telephonyDirectoryListWayType" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyDirectoryListWayType soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ape xsi:type="xsd:string">?</ape>
|
|
<PJCode xsi:type="xsd:string">?</PJCode>
|
|
</man:telephonyDirectoryListWayType>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyDirectoryListWayType"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyDirectoryModifyAddress" name="telephonyDirectoryModifyAddress" bindingOperationName="telephonyDirectoryModifyAddress" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyDirectoryModifyAddress soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<callNumber xsi:type="xsd:string">?</callNumber>
|
|
<countryCode xsi:type="xsd:string">?</countryCode>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<firstName xsi:type="xsd:string">?</firstName>
|
|
<wayNumber xsi:type="xsd:string">?</wayNumber>
|
|
<wayNumberExtra xsi:type="xsd:string">?</wayNumberExtra>
|
|
<wayType xsi:type="xsd:string">?</wayType>
|
|
<wayName xsi:type="xsd:string">?</wayName>
|
|
<addressExtra xsi:type="xsd:string">?</addressExtra>
|
|
<urbanDistrict xsi:type="xsd:string">?</urbanDistrict>
|
|
<postBox xsi:type="xsd:string">?</postBox>
|
|
<cedex xsi:type="xsd:string">?</cedex>
|
|
<postCode xsi:type="xsd:string">?</postCode>
|
|
<city xsi:type="xsd:string">?</city>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<legalForm xsi:type="xsd:string">?</legalForm>
|
|
<socialNomination xsi:type="xsd:string">?</socialNomination>
|
|
<PJSocialNomination xsi:type="xsd:string">?</PJSocialNomination>
|
|
<socialNominationExtra xsi:type="xsd:string">?</socialNominationExtra>
|
|
<occupation xsi:type="xsd:string">?</occupation>
|
|
<siret xsi:type="xsd:string">?</siret>
|
|
<ape xsi:type="xsd:string">?</ape>
|
|
<PJCode xsi:type="xsd:string">?</PJCode>
|
|
</man:telephonyDirectoryModifyAddress>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyDirectoryModifyAddress"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyDirectoryModifyPublication" name="telephonyDirectoryModifyPublication" bindingOperationName="telephonyDirectoryModifyPublication" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyDirectoryModifyPublication soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<callNumber xsi:type="xsd:string">?</callNumber>
|
|
<countryCode xsi:type="xsd:string">?</countryCode>
|
|
<lineDescription xsi:type="xsd:string">?</lineDescription>
|
|
<displayFirstName xsi:type="xsd:string">?</displayFirstName>
|
|
<displayOnlyCity xsi:type="xsd:string">?</displayOnlyCity>
|
|
<displayUniversalDirectory xsi:type="xsd:string">?</displayUniversalDirectory>
|
|
<displayMarketingDirectory xsi:type="xsd:string">?</displayMarketingDirectory>
|
|
<displaySearchReverse xsi:type="xsd:string">?</displaySearchReverse>
|
|
<receivePJDirectory xsi:type="xsd:string">?</receivePJDirectory>
|
|
</man:telephonyDirectoryModifyPublication>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyDirectoryModifyPublication"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyDirectoryPJCode" name="telephonyDirectoryPJCode" bindingOperationName="telephonyDirectoryPJCode" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyDirectoryPJCode soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ape xsi:type="xsd:string">?</ape>
|
|
<PJCode xsi:type="xsd:string">?</PJCode>
|
|
</man:telephonyDirectoryPJCode>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyDirectoryPJCode"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFaxCampaignCreation" name="telephonyFaxCampaignCreation" bindingOperationName="telephonyFaxCampaignCreation" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFaxCampaignCreation soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<campaignName xsi:type="xsd:string">?</campaignName>
|
|
<pdfUrl xsi:type="xsd:string">?</pdfUrl>
|
|
<pdfName xsi:type="xsd:string">?</pdfName>
|
|
<recipients xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
<faxQuality xsi:type="xsd:string">?</faxQuality>
|
|
<initialStatus xsi:type="xsd:string">?</initialStatus>
|
|
<launchDate xsi:type="xsd:string">?</launchDate>
|
|
<remoteRecipients xsi:type="xsd:boolean">?</remoteRecipients>
|
|
</man:telephonyFaxCampaignCreation>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFaxCampaignCreation"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFaxCampaignDelete" name="telephonyFaxCampaignDelete" bindingOperationName="telephonyFaxCampaignDelete" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFaxCampaignDelete soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<reference xsi:type="xsd:string">?</reference>
|
|
</man:telephonyFaxCampaignDelete>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFaxCampaignDelete"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFaxCampaignDetails" name="telephonyFaxCampaignDetails" bindingOperationName="telephonyFaxCampaignDetails" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFaxCampaignDetails soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<reference xsi:type="xsd:string">?</reference>
|
|
<sendRecipients xsi:type="xsd:boolean">?</sendRecipients>
|
|
</man:telephonyFaxCampaignDetails>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFaxCampaignDetails"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFaxCampaignList" name="telephonyFaxCampaignList" bindingOperationName="telephonyFaxCampaignList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFaxCampaignList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<campaignStatus xsi:type="xsd:string">?</campaignStatus>
|
|
<pagingStart xsi:type="xsd:int">?</pagingStart>
|
|
<pagingLimit xsi:type="xsd:int">?</pagingLimit>
|
|
<sortField xsi:type="xsd:string">?</sortField>
|
|
<sortOrder xsi:type="xsd:string">?</sortOrder>
|
|
</man:telephonyFaxCampaignList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFaxCampaignList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFaxCampaignStartStop" name="telephonyFaxCampaignStartStop" bindingOperationName="telephonyFaxCampaignStartStop" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFaxCampaignStartStop soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<reference xsi:type="xsd:string">?</reference>
|
|
<forceStart xsi:type="xsd:boolean">?</forceStart>
|
|
</man:telephonyFaxCampaignStartStop>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFaxCampaignStartStop"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFaxHistory" name="telephonyFaxHistory" bindingOperationName="telephonyFaxHistory" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFaxHistory soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<state xsi:type="xsd:string">?</state>
|
|
</man:telephonyFaxHistory>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFaxHistory"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFaxModifyPassword" name="telephonyFaxModifyPassword" bindingOperationName="telephonyFaxModifyPassword" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFaxModifyPassword soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:telephonyFaxModifyPassword>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFaxModifyPassword"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFaxOptionsList" name="telephonyFaxOptionsList" bindingOperationName="telephonyFaxOptionsList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFaxOptionsList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyFaxOptionsList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFaxOptionsList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFaxOptionsModify" name="telephonyFaxOptionsModify" bindingOperationName="telephonyFaxOptionsModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFaxOptionsModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<fromName xsi:type="xsd:string">?</fromName>
|
|
<fromEmail xsi:type="xsd:string">?</fromEmail>
|
|
<faxQuality xsi:type="xsd:string">?</faxQuality>
|
|
<faxTagLine xsi:type="xsd:string">?</faxTagLine>
|
|
<faxMaxCall xsi:type="xsd:int">?</faxMaxCall>
|
|
<receivId xsi:type="xsd:string">?</receivId>
|
|
<senderId xsi:type="xsd:string">?</senderId>
|
|
<redirection1Email xsi:type="xsd:string">?</redirection1Email>
|
|
<redirection2Email xsi:type="xsd:string">?</redirection2Email>
|
|
<redirection3Email xsi:type="xsd:string">?</redirection3Email>
|
|
<redirection4Email xsi:type="xsd:string">?</redirection4Email>
|
|
<redirection5Email xsi:type="xsd:string">?</redirection5Email>
|
|
</man:telephonyFaxOptionsModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFaxOptionsModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFaxSend" name="telephonyFaxSend" bindingOperationName="telephonyFaxSend" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFaxSend soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<pdfUrl xsi:type="xsd:string">?</pdfUrl>
|
|
<recipients xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
<quality xsi:type="xsd:string">?</quality>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<referer xsi:type="xsd:string">?</referer>
|
|
</man:telephonyFaxSend>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFaxSend"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFMHuntingModificationAnonymousCallRejection" name="telephonyFMHuntingModificationAnonymousCallRejection" bindingOperationName="telephonyFMHuntingModificationAnonymousCallRejection" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFMHuntingModificationAnonymousCallRejection soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<anonymousCallRejection xsi:type="xsd:boolean">?</anonymousCallRejection>
|
|
</man:telephonyFMHuntingModificationAnonymousCallRejection>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFMHuntingModificationAnonymousCallRejection"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFMHuntingModificationMembers" name="telephonyFMHuntingModificationMembers" bindingOperationName="telephonyFMHuntingModificationMembers" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFMHuntingModificationMembers soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<list_destinations xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
<list_noReplyTimer xsi:type="man:MyArrayOfIntType" soapenc:arrayType="xsd:int[]"/>
|
|
<list_logged xsi:type="man:MyArrayOfBooleanType" soapenc:arrayType="xsd:boolean[]"/>
|
|
</man:telephonyFMHuntingModificationMembers>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFMHuntingModificationMembers"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFMHuntingModificationMode" name="telephonyFMHuntingModificationMode" bindingOperationName="telephonyFMHuntingModificationMode" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFMHuntingModificationMode soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<strategy xsi:type="xsd:string">?</strategy>
|
|
<pattern xsi:type="xsd:string">?</pattern>
|
|
</man:telephonyFMHuntingModificationMode>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFMHuntingModificationMode"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFMHuntingModificationSimultaneousCalls" name="telephonyFMHuntingModificationSimultaneousCalls" bindingOperationName="telephonyFMHuntingModificationSimultaneousCalls" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFMHuntingModificationSimultaneousCalls soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<numberOfCalls xsi:type="xsd:int">?</numberOfCalls>
|
|
</man:telephonyFMHuntingModificationSimultaneousCalls>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFMHuntingModificationSimultaneousCalls"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFMHuntingModificationVoicemail" name="telephonyFMHuntingModificationVoicemail" bindingOperationName="telephonyFMHuntingModificationVoicemail" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFMHuntingModificationVoicemail soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<noReplyTimer xsi:type="xsd:int">?</noReplyTimer>
|
|
<mainVoicemail xsi:type="xsd:string">?</mainVoicemail>
|
|
</man:telephonyFMHuntingModificationVoicemail>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFMHuntingModificationVoicemail"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFreefaxToVoicefax" name="telephonyFreefaxToVoicefax" bindingOperationName="telephonyFreefaxToVoicefax" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFreefaxToVoicefax soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyFreefaxToVoicefax>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFreefaxToVoicefax"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFreefaxToVoicefaxCheckList" name="telephonyFreefaxToVoicefaxCheckList" bindingOperationName="telephonyFreefaxToVoicefaxCheckList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFreefaxToVoicefaxCheckList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
</man:telephonyFreefaxToVoicefaxCheckList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFreefaxToVoicefaxCheckList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFunctionKeyAdd" name="telephonyFunctionKeyAdd" bindingOperationName="telephonyFunctionKeyAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFunctionKeyAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<keyNum xsi:type="xsd:int">?</keyNum>
|
|
<function xsi:type="xsd:string">?</function>
|
|
<relatedNumber xsi:type="xsd:string">?</relatedNumber>
|
|
</man:telephonyFunctionKeyAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFunctionKeyAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFunctionKeyDel" name="telephonyFunctionKeyDel" bindingOperationName="telephonyFunctionKeyDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFunctionKeyDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<keyNum xsi:type="xsd:int">?</keyNum>
|
|
</man:telephonyFunctionKeyDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFunctionKeyDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFunctionKeyList" name="telephonyFunctionKeyList" bindingOperationName="telephonyFunctionKeyList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFunctionKeyList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyFunctionKeyList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFunctionKeyList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyFunctionKeyModify" name="telephonyFunctionKeyModify" bindingOperationName="telephonyFunctionKeyModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyFunctionKeyModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<keyNum xsi:type="xsd:int">?</keyNum>
|
|
<function xsi:type="xsd:string">?</function>
|
|
<relatedNumber xsi:type="xsd:string">?</relatedNumber>
|
|
</man:telephonyFunctionKeyModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyFunctionKeyModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenList" name="telephonyHuntingGenericScreenList" bindingOperationName="telephonyHuntingGenericScreenList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyHuntingGenericScreenList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyHuntingGenericScreenList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenOptions" name="telephonyHuntingGenericScreenOptions" bindingOperationName="telephonyHuntingGenericScreenOptions" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyHuntingGenericScreenOptions soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyHuntingGenericScreenOptions>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenOptions"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenOptionsModify" name="telephonyHuntingGenericScreenOptionsModify" bindingOperationName="telephonyHuntingGenericScreenOptionsModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyHuntingGenericScreenOptionsModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<forwardUnconditionalNumber xsi:type="xsd:string">?</forwardUnconditionalNumber>
|
|
<mainVoicemail xsi:type="xsd:string">?</mainVoicemail>
|
|
<forwardPolicyIndex xsi:type="xsd:string">?</forwardPolicyIndex>
|
|
</man:telephonyHuntingGenericScreenOptionsModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenOptionsModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenSet" name="telephonyHuntingGenericScreenSet" bindingOperationName="telephonyHuntingGenericScreenSet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyHuntingGenericScreenSet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<timesStart xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
<timesEnd xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
<daysType xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
<forwardPolicyIndex xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
</man:telephonyHuntingGenericScreenSet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenSet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenStatus" name="telephonyHuntingGenericScreenStatus" bindingOperationName="telephonyHuntingGenericScreenStatus" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyHuntingGenericScreenStatus soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyHuntingGenericScreenStatus>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenStatus"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenStatusModify" name="telephonyHuntingGenericScreenStatusModify" bindingOperationName="telephonyHuntingGenericScreenStatusModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyHuntingGenericScreenStatusModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<status xsi:type="xsd:boolean">?</status>
|
|
</man:telephonyHuntingGenericScreenStatusModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyHuntingGenericScreenStatusModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyHuntingGroupList" name="telephonyHuntingGroupList" bindingOperationName="telephonyHuntingGroupList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyHuntingGroupList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyHuntingGroupList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyHuntingGroupList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyHuntingInfo" name="telephonyHuntingInfo" bindingOperationName="telephonyHuntingInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyHuntingInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyHuntingInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyHuntingInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyHuntingModificationAnonymousCallRejection" name="telephonyHuntingModificationAnonymousCallRejection" bindingOperationName="telephonyHuntingModificationAnonymousCallRejection" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyHuntingModificationAnonymousCallRejection soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<anonymousCallRejection xsi:type="xsd:boolean">?</anonymousCallRejection>
|
|
</man:telephonyHuntingModificationAnonymousCallRejection>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyHuntingModificationAnonymousCallRejection"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyHuntingModificationMembers" name="telephonyHuntingModificationMembers" bindingOperationName="telephonyHuntingModificationMembers" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyHuntingModificationMembers soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<list_destinations xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
<list_noReplyTimer xsi:type="man:MyArrayOfIntType" soapenc:arrayType="xsd:int[]"/>
|
|
<list_logged xsi:type="man:MyArrayOfBooleanType" soapenc:arrayType="xsd:boolean[]"/>
|
|
</man:telephonyHuntingModificationMembers>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyHuntingModificationMembers"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyHuntingModificationMode" name="telephonyHuntingModificationMode" bindingOperationName="telephonyHuntingModificationMode" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyHuntingModificationMode soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<strategy xsi:type="xsd:string">?</strategy>
|
|
<pattern xsi:type="xsd:string">?</pattern>
|
|
</man:telephonyHuntingModificationMode>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyHuntingModificationMode"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyHuntingModificationQueue" name="telephonyHuntingModificationQueue" bindingOperationName="telephonyHuntingModificationQueue" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyHuntingModificationQueue soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<onHoldTimer xsi:type="xsd:int">?</onHoldTimer>
|
|
<queueSize xsi:type="xsd:int">?</queueSize>
|
|
</man:telephonyHuntingModificationQueue>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyHuntingModificationQueue"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyHuntingModificationSimultaneousCalls" name="telephonyHuntingModificationSimultaneousCalls" bindingOperationName="telephonyHuntingModificationSimultaneousCalls" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyHuntingModificationSimultaneousCalls soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<numberOfCalls xsi:type="xsd:int">?</numberOfCalls>
|
|
</man:telephonyHuntingModificationSimultaneousCalls>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyHuntingModificationSimultaneousCalls"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyLineConsumptionCSVByMail" name="telephonyLineConsumptionCSVByMail" bindingOperationName="telephonyLineConsumptionCSVByMail" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyLineConsumptionCSVByMail soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<date xsi:type="xsd:string">?</date>
|
|
</man:telephonyLineConsumptionCSVByMail>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyLineConsumptionCSVByMail"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyLineGetOfferPrices" name="telephonyLineGetOfferPrices" bindingOperationName="telephonyLineGetOfferPrices" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyLineGetOfferPrices soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
</man:telephonyLineGetOfferPrices>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyLineGetOfferPrices"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyLineGetSipDomain" name="telephonyLineGetSipDomain" bindingOperationName="telephonyLineGetSipDomain" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyLineGetSipDomain soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyLineGetSipDomain>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyLineGetSipDomain"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyLineList" name="telephonyLineList" bindingOperationName="telephonyLineList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyLineList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
</man:telephonyLineList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyLineList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyLineLogs" name="telephonyLineLogs" bindingOperationName="telephonyLineLogs" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyLineLogs soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<pagingStart xsi:type="xsd:int">?</pagingStart>
|
|
<pagingLimit xsi:type="xsd:int">?</pagingLimit>
|
|
</man:telephonyLineLogs>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyLineLogs"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyLineLogsNotificationOptions" name="telephonyLineLogsNotificationOptions" bindingOperationName="telephonyLineLogsNotificationOptions" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyLineLogsNotificationOptions soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyLineLogsNotificationOptions>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyLineLogsNotificationOptions"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyLineLogsNotificationOptionsModify" name="telephonyLineLogsNotificationOptionsModify" bindingOperationName="telephonyLineLogsNotificationOptionsModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyLineLogsNotificationOptionsModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<frequency xsi:type="xsd:string">?</frequency>
|
|
<sendIfNull xsi:type="xsd:boolean">?</sendIfNull>
|
|
<email xsi:type="xsd:string">?</email>
|
|
</man:telephonyLineLogsNotificationOptionsModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyLineLogsNotificationOptionsModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyLineLogsOnGroup" name="telephonyLineLogsOnGroup" bindingOperationName="telephonyLineLogsOnGroup" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyLineLogsOnGroup soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<group xsi:type="xsd:string">?</group>
|
|
<pagingStart xsi:type="xsd:int">?</pagingStart>
|
|
<pagingLimit xsi:type="xsd:int">?</pagingLimit>
|
|
</man:telephonyLineLogsOnGroup>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyLineLogsOnGroup"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyLineOptionsList" name="telephonyLineOptionsList" bindingOperationName="telephonyLineOptionsList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyLineOptionsList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyLineOptionsList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyLineOptionsList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyLineOptionsModify" name="telephonyLineOptionsModify" bindingOperationName="telephonyLineOptionsModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyLineOptionsModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<identificationRestriction xsi:type="xsd:boolean">?</identificationRestriction>
|
|
<anonymousCallRejection xsi:type="xsd:boolean">?</anonymousCallRejection>
|
|
<doNotDisturb xsi:type="xsd:boolean">?</doNotDisturb>
|
|
<absentSuscriber xsi:type="xsd:boolean">?</absentSuscriber>
|
|
<lockOutCall xsi:type="xsd:boolean">?</lockOutCall>
|
|
<lockOutCallPassword xsi:type="xsd:string">?</lockOutCallPassword>
|
|
<forwardUnconditional xsi:type="xsd:boolean">?</forwardUnconditional>
|
|
<forwardUnconditionalNumber xsi:type="xsd:string">?</forwardUnconditionalNumber>
|
|
<forwardNoReply xsi:type="xsd:boolean">?</forwardNoReply>
|
|
<forwardNoReplyDelay xsi:type="xsd:int">?</forwardNoReplyDelay>
|
|
<forwardNoReplyNumber xsi:type="xsd:string">?</forwardNoReplyNumber>
|
|
<forwardBusy xsi:type="xsd:boolean">?</forwardBusy>
|
|
<forwardBusyNumber xsi:type="xsd:string">?</forwardBusyNumber>
|
|
<forwardBackup xsi:type="xsd:boolean">?</forwardBackup>
|
|
<forwardBackupNumber xsi:type="xsd:string">?</forwardBackupNumber>
|
|
<displayCallNumber xsi:type="xsd:string">?</displayCallNumber>
|
|
<callWaiting xsi:type="xsd:boolean">?</callWaiting>
|
|
<forwardNoReplyNature xsi:type="xsd:string">?</forwardNoReplyNature>
|
|
<forwardBackupNature xsi:type="xsd:string">?</forwardBackupNature>
|
|
<forwardUnconditionalNature xsi:type="xsd:string">?</forwardUnconditionalNature>
|
|
<forwardBusyNature xsi:type="xsd:string">?</forwardBusyNature>
|
|
</man:telephonyLineOptionsModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyLineOptionsModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyLineOrder" name="telephonyLineOrder" bindingOperationName="telephonyLineOrder" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyLineOrder soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<offer xsi:type="xsd:string">?</offer>
|
|
<prefix xsi:type="xsd:string">?</prefix>
|
|
<quantity xsi:type="xsd:int">?</quantity>
|
|
<payWithPoints xsi:type="xsd:boolean">?</payWithPoints>
|
|
</man:telephonyLineOrder>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyLineOrder"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyLineSetSipDomain" name="telephonyLineSetSipDomain" bindingOperationName="telephonyLineSetSipDomain" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyLineSetSipDomain soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:telephonyLineSetSipDomain>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyLineSetSipDomain"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyLineSwitchOffer" name="telephonyLineSwitchOffer" bindingOperationName="telephonyLineSwitchOffer" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyLineSwitchOffer soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<offer xsi:type="xsd:string">?</offer>
|
|
</man:telephonyLineSwitchOffer>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyLineSwitchOffer"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyLineSwitchOfferPossibility" name="telephonyLineSwitchOfferPossibility" bindingOperationName="telephonyLineSwitchOfferPossibility" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyLineSwitchOfferPossibility soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyLineSwitchOfferPossibility>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyLineSwitchOfferPossibility"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyLineSwitchOldOffer" name="telephonyLineSwitchOldOffer" bindingOperationName="telephonyLineSwitchOldOffer" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyLineSwitchOldOffer soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<numbers xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
<offers xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
</man:telephonyLineSwitchOldOffer>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyLineSwitchOldOffer"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyLineSwitchOldOfferPossibility" name="telephonyLineSwitchOldOfferPossibility" bindingOperationName="telephonyLineSwitchOldOfferPossibility" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyLineSwitchOldOfferPossibility soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<numbers xsi:type="xsd:string">?</numbers>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyLineSwitchOldOfferPossibility>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyLineSwitchOldOfferPossibility"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyListReversableCallsFromNumber" name="telephonyListReversableCallsFromNumber" bindingOperationName="telephonyListReversableCallsFromNumber" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyListReversableCallsFromNumber soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<reversableDelay xsi:type="xsd:string">?</reversableDelay>
|
|
<pagingStart xsi:type="xsd:int">?</pagingStart>
|
|
<pagingLimit xsi:type="xsd:int">?</pagingLimit>
|
|
<sortOrder xsi:type="xsd:string">?</sortOrder>
|
|
<sortField xsi:type="xsd:string">?</sortField>
|
|
</man:telephonyListReversableCallsFromNumber>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyListReversableCallsFromNumber"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyListSummationCallsFromBillingAccount" name="telephonyListSummationCallsFromBillingAccount" bindingOperationName="telephonyListSummationCallsFromBillingAccount" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyListSummationCallsFromBillingAccount soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<reversableDelay xsi:type="xsd:string">?</reversableDelay>
|
|
</man:telephonyListSummationCallsFromBillingAccount>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyListSummationCallsFromBillingAccount"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyListSummationCallsFromNumber" name="telephonyListSummationCallsFromNumber" bindingOperationName="telephonyListSummationCallsFromNumber" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyListSummationCallsFromNumber soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<reversableDelay xsi:type="xsd:string">?</reversableDelay>
|
|
<sortOrder xsi:type="xsd:string">?</sortOrder>
|
|
<sortField xsi:type="xsd:string">?</sortField>
|
|
</man:telephonyListSummationCallsFromNumber>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyListSummationCallsFromNumber"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyNicGetSipDomain" name="telephonyNicGetSipDomain" bindingOperationName="telephonyNicGetSipDomain" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyNicGetSipDomain soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:telephonyNicGetSipDomain>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyNicGetSipDomain"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyNicSetSipDomain" name="telephonyNicSetSipDomain" bindingOperationName="telephonyNicSetSipDomain" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyNicSetSipDomain soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<fr xsi:type="xsd:string">?</fr>
|
|
<de xsi:type="xsd:string">?</de>
|
|
<es xsi:type="xsd:string">?</es>
|
|
<uk xsi:type="xsd:string">?</uk>
|
|
<be xsi:type="xsd:string">?</be>
|
|
</man:telephonyNicSetSipDomain>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyNicSetSipDomain"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyNumberCityForZoneList" name="telephonyNumberCityForZoneList" bindingOperationName="telephonyNumberCityForZoneList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyNumberCityForZoneList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<zone xsi:type="xsd:string">?</zone>
|
|
</man:telephonyNumberCityForZoneList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyNumberCityForZoneList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyNumberClean" name="telephonyNumberClean" bindingOperationName="telephonyNumberClean" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyNumberClean soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyNumberClean>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyNumberClean"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyNumberCustomList" name="telephonyNumberCustomList" bindingOperationName="telephonyNumberCustomList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyNumberCustomList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<prefix xsi:type="xsd:string">?</prefix>
|
|
</man:telephonyNumberCustomList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyNumberCustomList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyNumberGetBillingAccount" name="telephonyNumberGetBillingAccount" bindingOperationName="telephonyNumberGetBillingAccount" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyNumberGetBillingAccount soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyNumberGetBillingAccount>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyNumberGetBillingAccount"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyNumberInfo" name="telephonyNumberInfo" bindingOperationName="telephonyNumberInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyNumberInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyNumberInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyNumberInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyNumberModify" name="telephonyNumberModify" bindingOperationName="telephonyNumberModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyNumberModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<newType xsi:type="xsd:string">?</newType>
|
|
</man:telephonyNumberModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyNumberModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyNumberOrder" name="telephonyNumberOrder" bindingOperationName="telephonyNumberOrder" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyNumberOrder soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<aliasNumber xsi:type="xsd:string">?</aliasNumber>
|
|
<prefix xsi:type="xsd:string">?</prefix>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<firstname xsi:type="xsd:string">?</firstname>
|
|
<streetName xsi:type="xsd:string">?</streetName>
|
|
<streetNumber xsi:type="xsd:string">?</streetNumber>
|
|
<address xsi:type="xsd:string">?</address>
|
|
<zip xsi:type="xsd:string">?</zip>
|
|
<city xsi:type="xsd:string">?</city>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<numberToReserve xsi:type="xsd:string">?</numberToReserve>
|
|
<procedureId xsi:type="xsd:int">?</procedureId>
|
|
</man:telephonyNumberOrder>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyNumberOrder"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyNumberZoneAndPrefixList" name="telephonyNumberZoneAndPrefixList" bindingOperationName="telephonyNumberZoneAndPrefixList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyNumberZoneAndPrefixList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:telephonyNumberZoneAndPrefixList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyNumberZoneAndPrefixList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyOfferInfo" name="telephonyOfferInfo" bindingOperationName="telephonyOfferInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyOfferInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyOfferInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyOfferInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyOfferModifyName" name="telephonyOfferModifyName" bindingOperationName="telephonyOfferModifyName" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyOfferModifyName soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<name xsi:type="xsd:string">?</name>
|
|
</man:telephonyOfferModifyName>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyOfferModifyName"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyOfferModifyPassword" name="telephonyOfferModifyPassword" bindingOperationName="telephonyOfferModifyPassword" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyOfferModifyPassword soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:telephonyOfferModifyPassword>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyOfferModifyPassword"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyOfferSimultaneousLinesAdd" name="telephonyOfferSimultaneousLinesAdd" bindingOperationName="telephonyOfferSimultaneousLinesAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyOfferSimultaneousLinesAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<simultaneousLines xsi:type="xsd:int">?</simultaneousLines>
|
|
</man:telephonyOfferSimultaneousLinesAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyOfferSimultaneousLinesAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyOrdersFollowingUp" name="telephonyOrdersFollowingUp" bindingOperationName="telephonyOrdersFollowingUp" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyOrdersFollowingUp soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:telephonyOrdersFollowingUp>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyOrdersFollowingUp"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookAdd" name="telephonyPhonebookAdd" bindingOperationName="telephonyPhonebookAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<name xsi:type="xsd:string">?</name>
|
|
</man:telephonyPhonebookAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookContactAdd" name="telephonyPhonebookContactAdd" bindingOperationName="telephonyPhonebookContactAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookContactAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<id xsi:type="xsd:int">?</id>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<surname xsi:type="xsd:string">?</surname>
|
|
<workPhone xsi:type="xsd:string">?</workPhone>
|
|
<workMobile xsi:type="xsd:string">?</workMobile>
|
|
<homePhone xsi:type="xsd:string">?</homePhone>
|
|
<homeMobile xsi:type="xsd:string">?</homeMobile>
|
|
<group xsi:type="xsd:string">?</group>
|
|
</man:telephonyPhonebookContactAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookContactAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookContactDel" name="telephonyPhonebookContactDel" bindingOperationName="telephonyPhonebookContactDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookContactDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<id xsi:type="xsd:int">?</id>
|
|
</man:telephonyPhonebookContactDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookContactDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookContactList" name="telephonyPhonebookContactList" bindingOperationName="telephonyPhonebookContactList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookContactList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<id xsi:type="xsd:int">?</id>
|
|
<group xsi:type="xsd:string">?</group>
|
|
</man:telephonyPhonebookContactList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookContactList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookContactModify" name="telephonyPhonebookContactModify" bindingOperationName="telephonyPhonebookContactModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookContactModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<id xsi:type="xsd:int">?</id>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<surname xsi:type="xsd:string">?</surname>
|
|
<workPhone xsi:type="xsd:string">?</workPhone>
|
|
<workMobile xsi:type="xsd:string">?</workMobile>
|
|
<homePhone xsi:type="xsd:string">?</homePhone>
|
|
<homeMobile xsi:type="xsd:string">?</homeMobile>
|
|
<group xsi:type="xsd:string">?</group>
|
|
</man:telephonyPhonebookContactModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookContactModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookDel" name="telephonyPhonebookDel" bindingOperationName="telephonyPhonebookDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<id xsi:type="xsd:int">?</id>
|
|
</man:telephonyPhonebookDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookGroupList" name="telephonyPhonebookGroupList" bindingOperationName="telephonyPhonebookGroupList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookGroupList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<id xsi:type="xsd:int">?</id>
|
|
</man:telephonyPhonebookGroupList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookGroupList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookList" name="telephonyPhonebookList" bindingOperationName="telephonyPhonebookList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyPhonebookList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookModify" name="telephonyPhonebookModify" bindingOperationName="telephonyPhonebookModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<id xsi:type="xsd:int">?</id>
|
|
<name xsi:type="xsd:string">?</name>
|
|
</man:telephonyPhonebookModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupAdd" name="telephonyPhonebookOnGroupAdd" bindingOperationName="telephonyPhonebookOnGroupAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookOnGroupAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<group xsi:type="xsd:string">?</group>
|
|
<name xsi:type="xsd:string">?</name>
|
|
</man:telephonyPhonebookOnGroupAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupContactAdd" name="telephonyPhonebookOnGroupContactAdd" bindingOperationName="telephonyPhonebookOnGroupContactAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookOnGroupContactAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<group xsi:type="xsd:string">?</group>
|
|
<id xsi:type="xsd:int">?</id>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<surname xsi:type="xsd:string">?</surname>
|
|
<workPhone xsi:type="xsd:string">?</workPhone>
|
|
<workMobile xsi:type="xsd:string">?</workMobile>
|
|
<homePhone xsi:type="xsd:string">?</homePhone>
|
|
<homeMobile xsi:type="xsd:string">?</homeMobile>
|
|
<groupName xsi:type="xsd:string">?</groupName>
|
|
</man:telephonyPhonebookOnGroupContactAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupContactAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupContactDel" name="telephonyPhonebookOnGroupContactDel" bindingOperationName="telephonyPhonebookOnGroupContactDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookOnGroupContactDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<group xsi:type="xsd:string">?</group>
|
|
<id xsi:type="xsd:int">?</id>
|
|
</man:telephonyPhonebookOnGroupContactDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupContactDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupContactList" name="telephonyPhonebookOnGroupContactList" bindingOperationName="telephonyPhonebookOnGroupContactList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookOnGroupContactList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<group xsi:type="xsd:string">?</group>
|
|
<id xsi:type="xsd:int">?</id>
|
|
<groupName xsi:type="xsd:string">?</groupName>
|
|
</man:telephonyPhonebookOnGroupContactList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupContactList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupContactModify" name="telephonyPhonebookOnGroupContactModify" bindingOperationName="telephonyPhonebookOnGroupContactModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookOnGroupContactModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<group xsi:type="xsd:string">?</group>
|
|
<id xsi:type="xsd:int">?</id>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<surname xsi:type="xsd:string">?</surname>
|
|
<workPhone xsi:type="xsd:string">?</workPhone>
|
|
<workMobile xsi:type="xsd:string">?</workMobile>
|
|
<homePhone xsi:type="xsd:string">?</homePhone>
|
|
<homeMobile xsi:type="xsd:string">?</homeMobile>
|
|
<groupName xsi:type="xsd:string">?</groupName>
|
|
</man:telephonyPhonebookOnGroupContactModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupContactModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupDel" name="telephonyPhonebookOnGroupDel" bindingOperationName="telephonyPhonebookOnGroupDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookOnGroupDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<group xsi:type="xsd:string">?</group>
|
|
<id xsi:type="xsd:int">?</id>
|
|
</man:telephonyPhonebookOnGroupDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupGroupList" name="telephonyPhonebookOnGroupGroupList" bindingOperationName="telephonyPhonebookOnGroupGroupList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookOnGroupGroupList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<group xsi:type="xsd:string">?</group>
|
|
<id xsi:type="xsd:int">?</id>
|
|
</man:telephonyPhonebookOnGroupGroupList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupGroupList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupList" name="telephonyPhonebookOnGroupList" bindingOperationName="telephonyPhonebookOnGroupList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookOnGroupList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<group xsi:type="xsd:string">?</group>
|
|
</man:telephonyPhonebookOnGroupList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupModify" name="telephonyPhonebookOnGroupModify" bindingOperationName="telephonyPhonebookOnGroupModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookOnGroupModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<group xsi:type="xsd:string">?</group>
|
|
<id xsi:type="xsd:int">?</id>
|
|
<name xsi:type="xsd:string">?</name>
|
|
</man:telephonyPhonebookOnGroupModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookOnGroupModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookShare" name="telephonyPhonebookShare" bindingOperationName="telephonyPhonebookShare" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookShare soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<id xsi:type="xsd:int">?</id>
|
|
<targetNumber xsi:type="xsd:string">?</targetNumber>
|
|
<name xsi:type="xsd:string">?</name>
|
|
<mode xsi:type="xsd:string">?</mode>
|
|
</man:telephonyPhonebookShare>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookShare"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPhonebookSharePeerList" name="telephonyPhonebookSharePeerList" bindingOperationName="telephonyPhonebookSharePeerList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPhonebookSharePeerList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<id xsi:type="xsd:int">?</id>
|
|
</man:telephonyPhonebookSharePeerList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPhonebookSharePeerList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPlugAndPhoneInfo" name="telephonyPlugAndPhoneInfo" bindingOperationName="telephonyPlugAndPhoneInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPlugAndPhoneInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyPlugAndPhoneInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPlugAndPhoneInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPlugAndPhoneOperation" name="telephonyPlugAndPhoneOperation" bindingOperationName="telephonyPlugAndPhoneOperation" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPlugAndPhoneOperation soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<operation xsi:type="xsd:string">?</operation>
|
|
</man:telephonyPlugAndPhoneOperation>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPlugAndPhoneOperation"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPlugAndPhoneReset" name="telephonyPlugAndPhoneReset" bindingOperationName="telephonyPlugAndPhoneReset" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPlugAndPhoneReset soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<ip xsi:type="xsd:string">?</ip>
|
|
</man:telephonyPlugAndPhoneReset>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPlugAndPhoneReset"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPlugAndPhoneSkinModify" name="telephonyPlugAndPhoneSkinModify" bindingOperationName="telephonyPlugAndPhoneSkinModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPlugAndPhoneSkinModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<skin xsi:type="xsd:string">?</skin>
|
|
</man:telephonyPlugAndPhoneSkinModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPlugAndPhoneSkinModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPortabilityOrder" name="telephonyPortabilityOrder" bindingOperationName="telephonyPortabilityOrder" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPortabilityOrder soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<offer xsi:type="xsd:string">?</offer>
|
|
<desireDate xsi:type="xsd:string">?</desireDate>
|
|
<callNumber xsi:type="xsd:string">?</callNumber>
|
|
<custContactName xsi:type="xsd:string">?</custContactName>
|
|
<custContactNumber xsi:type="xsd:string">?</custContactNumber>
|
|
<custName xsi:type="xsd:string">?</custName>
|
|
<custSiret xsi:type="xsd:string">?</custSiret>
|
|
<custStreetName xsi:type="xsd:string">?</custStreetName>
|
|
<custStreetNumber xsi:type="xsd:string">?</custStreetNumber>
|
|
<custBuilding xsi:type="xsd:string">?</custBuilding>
|
|
<custStair xsi:type="xsd:string">?</custStair>
|
|
<custFloor xsi:type="xsd:string">?</custFloor>
|
|
<custDoor xsi:type="xsd:string">?</custDoor>
|
|
<custZip xsi:type="xsd:string">?</custZip>
|
|
<custCity xsi:type="xsd:string">?</custCity>
|
|
<comment xsi:type="xsd:string">?</comment>
|
|
<evenPorted xsi:type="xsd:boolean">?</evenPorted>
|
|
<extraNumbers xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
</man:telephonyPortabilityOrder>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPortabilityOrder"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPortabilityOrderSpecialNumber" name="telephonyPortabilityOrderSpecialNumber" bindingOperationName="telephonyPortabilityOrderSpecialNumber" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPortabilityOrderSpecialNumber soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<offer xsi:type="xsd:string">?</offer>
|
|
<desireDate xsi:type="xsd:string">?</desireDate>
|
|
<callNumber xsi:type="xsd:string">?</callNumber>
|
|
<custContactName xsi:type="xsd:string">?</custContactName>
|
|
<custContactNumber xsi:type="xsd:string">?</custContactNumber>
|
|
<custName xsi:type="xsd:string">?</custName>
|
|
<custSiret xsi:type="xsd:string">?</custSiret>
|
|
<custStreetName xsi:type="xsd:string">?</custStreetName>
|
|
<custStreetNumber xsi:type="xsd:string">?</custStreetNumber>
|
|
<custBuilding xsi:type="xsd:string">?</custBuilding>
|
|
<custStair xsi:type="xsd:string">?</custStair>
|
|
<custFloor xsi:type="xsd:string">?</custFloor>
|
|
<custDoor xsi:type="xsd:string">?</custDoor>
|
|
<custZip xsi:type="xsd:string">?</custZip>
|
|
<custCity xsi:type="xsd:string">?</custCity>
|
|
<comment xsi:type="xsd:string">?</comment>
|
|
<evenPorted xsi:type="xsd:boolean">?</evenPorted>
|
|
<category xsi:type="xsd:string">?</category>
|
|
<extraNumbers xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
</man:telephonyPortabilityOrderSpecialNumber>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPortabilityOrderSpecialNumber"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyPortabilityStatus" name="telephonyPortabilityStatus" bindingOperationName="telephonyPortabilityStatus" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyPortabilityStatus soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:telephonyPortabilityStatus>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyPortabilityStatus"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyRedirectInfo" name="telephonyRedirectInfo" bindingOperationName="telephonyRedirectInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyRedirectInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyRedirectInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyRedirectInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyRedirectModify" name="telephonyRedirectModify" bindingOperationName="telephonyRedirectModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyRedirectModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<destination xsi:type="xsd:string">?</destination>
|
|
</man:telephonyRedirectModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyRedirectModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyRestrictionList" name="telephonyRestrictionList" bindingOperationName="telephonyRestrictionList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyRestrictionList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyRestrictionList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyRestrictionList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyRestrictionModify" name="telephonyRestrictionModify" bindingOperationName="telephonyRestrictionModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyRestrictionModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<restrictions xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
</man:telephonyRestrictionModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyRestrictionModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyReversmentsRefundFromBillingAccount" name="telephonyReversmentsRefundFromBillingAccount" bindingOperationName="telephonyReversmentsRefundFromBillingAccount" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyReversmentsRefundFromBillingAccount soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
</man:telephonyReversmentsRefundFromBillingAccount>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyReversmentsRefundFromBillingAccount"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyReversmentsRefundIsPending" name="telephonyReversmentsRefundIsPending" bindingOperationName="telephonyReversmentsRefundIsPending" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyReversmentsRefundIsPending soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
</man:telephonyReversmentsRefundIsPending>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyReversmentsRefundIsPending"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyScreenListBlackWhiteChoice" name="telephonyScreenListBlackWhiteChoice" bindingOperationName="telephonyScreenListBlackWhiteChoice" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyScreenListBlackWhiteChoice soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyScreenListBlackWhiteChoice>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyScreenListBlackWhiteChoice"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyScreenListBlackWhiteChoiceModify" name="telephonyScreenListBlackWhiteChoiceModify" bindingOperationName="telephonyScreenListBlackWhiteChoiceModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyScreenListBlackWhiteChoiceModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<screenList xsi:type="xsd:string">?</screenList>
|
|
<outgoingCodeUnlock xsi:type="xsd:string">?</outgoingCodeUnlock>
|
|
<incomingOoutgoing xsi:type="xsd:string">?</incomingOoutgoing>
|
|
</man:telephonyScreenListBlackWhiteChoiceModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyScreenListBlackWhiteChoiceModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyScreenListInfo" name="telephonyScreenListInfo" bindingOperationName="telephonyScreenListInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyScreenListInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<screenListType xsi:type="xsd:string">?</screenListType>
|
|
</man:telephonyScreenListInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyScreenListInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyScreenListInfoModify" name="telephonyScreenListInfoModify" bindingOperationName="telephonyScreenListInfoModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyScreenListInfoModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<screenListType xsi:type="xsd:string">?</screenListType>
|
|
<numbersScreen xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
</man:telephonyScreenListInfoModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyScreenListInfoModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySecurityDepositCredit" name="telephonySecurityDepositCredit" bindingOperationName="telephonySecurityDepositCredit" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySecurityDepositCredit soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<amount xsi:type="xsd:int">?</amount>
|
|
</man:telephonySecurityDepositCredit>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySecurityDepositCredit"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySecurityDepositInfo" name="telephonySecurityDepositInfo" bindingOperationName="telephonySecurityDepositInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySecurityDepositInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
</man:telephonySecurityDepositInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySecurityDepositInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#TelephonySipToAliasOffer" name="TelephonySipToAliasOffer" bindingOperationName="TelephonySipToAliasOffer" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:TelephonySipToAliasOffer soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<delete xsi:type="xsd:boolean">?</delete>
|
|
</man:TelephonySipToAliasOffer>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#TelephonySipToAliasOffer"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsAccountList" name="telephonySmsAccountList" bindingOperationName="telephonySmsAccountList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsAccountList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:telephonySmsAccountList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsAccountList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsAddCsvAttachment" name="telephonySmsAddCsvAttachment" bindingOperationName="telephonySmsAddCsvAttachment" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsAddCsvAttachment soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<csvUrl xsi:type="xsd:string">?</csvUrl>
|
|
<id xsi:type="xsd:string">?</id>
|
|
<name xsi:type="xsd:string">?</name>
|
|
</man:telephonySmsAddCsvAttachment>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsAddCsvAttachment"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsCreditLeft" name="telephonySmsCreditLeft" bindingOperationName="telephonySmsCreditLeft" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsCreditLeft soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
</man:telephonySmsCreditLeft>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsCreditLeft"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsDelete" name="telephonySmsDelete" bindingOperationName="telephonySmsDelete" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsDelete soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<smsIds xsi:type="man:MyArrayOfIntType" soapenc:arrayType="xsd:int[]"/>
|
|
</man:telephonySmsDelete>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsDelete"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsDeleteCsvAttachment" name="telephonySmsDeleteCsvAttachment" bindingOperationName="telephonySmsDeleteCsvAttachment" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsDeleteCsvAttachment soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<ids xsi:type="man:MyArrayOfIntType" soapenc:arrayType="xsd:int[]"/>
|
|
</man:telephonySmsDeleteCsvAttachment>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsDeleteCsvAttachment"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsGetCsvAttachment" name="telephonySmsGetCsvAttachment" bindingOperationName="telephonySmsGetCsvAttachment" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsGetCsvAttachment soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<id xsi:type="xsd:string">?</id>
|
|
</man:telephonySmsGetCsvAttachment>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsGetCsvAttachment"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsGetQuotaNotification" name="telephonySmsGetQuotaNotification" bindingOperationName="telephonySmsGetQuotaNotification" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsGetQuotaNotification soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<login xsi:type="xsd:string">?</login>
|
|
</man:telephonySmsGetQuotaNotification>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsGetQuotaNotification"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsGetQuotaNotificationForUser" name="telephonySmsGetQuotaNotificationForUser" bindingOperationName="telephonySmsGetQuotaNotificationForUser" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsGetQuotaNotificationForUser soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:telephonySmsGetQuotaNotificationForUser>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsGetQuotaNotificationForUser"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsGetUserQuota" name="telephonySmsGetUserQuota" bindingOperationName="telephonySmsGetUserQuota" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsGetUserQuota soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<login xsi:type="xsd:string">?</login>
|
|
</man:telephonySmsGetUserQuota>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsGetUserQuota"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsGetUserQuotaForUser" name="telephonySmsGetUserQuotaForUser" bindingOperationName="telephonySmsGetUserQuotaForUser" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsGetUserQuotaForUser soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:telephonySmsGetUserQuotaForUser>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsGetUserQuotaForUser"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsHistory" name="telephonySmsHistory" bindingOperationName="telephonySmsHistory" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsHistory soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<smsId xsi:type="xsd:int">?</smsId>
|
|
<user xsi:type="xsd:string">?</user>
|
|
<pagingStart xsi:type="xsd:int">?</pagingStart>
|
|
<pagingLimit xsi:type="xsd:int">?</pagingLimit>
|
|
<sortField xsi:type="xsd:string">?</sortField>
|
|
<sortOrder xsi:type="xsd:string">?</sortOrder>
|
|
<tag xsi:type="xsd:string">?</tag>
|
|
</man:telephonySmsHistory>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsHistory"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsListCsvAttachment" name="telephonySmsListCsvAttachment" bindingOperationName="telephonySmsListCsvAttachment" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsListCsvAttachment soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<id xsi:type="xsd:string">?</id>
|
|
</man:telephonySmsListCsvAttachment>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsListCsvAttachment"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsMultiSend" name="telephonySmsMultiSend" bindingOperationName="telephonySmsMultiSend" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsMultiSend soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<numberFrom xsi:type="xsd:string">?</numberFrom>
|
|
<numberTo xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
<message xsi:type="xsd:string">?</message>
|
|
<smsValidity xsi:type="xsd:int">?</smsValidity>
|
|
<smsClass xsi:type="xsd:int">?</smsClass>
|
|
<smsDeferred xsi:type="xsd:int">?</smsDeferred>
|
|
<smsPriority xsi:type="xsd:int">?</smsPriority>
|
|
<smsCoding xsi:type="xsd:int">?</smsCoding>
|
|
<tag xsi:type="xsd:string">?</tag>
|
|
<numberToCsv xsi:type="xsd:string">?</numberToCsv>
|
|
</man:telephonySmsMultiSend>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsMultiSend"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsSend" name="telephonySmsSend" bindingOperationName="telephonySmsSend" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsSend soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<numberFrom xsi:type="xsd:string">?</numberFrom>
|
|
<numberTo xsi:type="xsd:string">?</numberTo>
|
|
<message xsi:type="xsd:string">?</message>
|
|
<smsValidity xsi:type="xsd:int">?</smsValidity>
|
|
<smsClass xsi:type="xsd:int">?</smsClass>
|
|
<smsDeferred xsi:type="xsd:int">?</smsDeferred>
|
|
<smsPriority xsi:type="xsd:int">?</smsPriority>
|
|
<smsCoding xsi:type="xsd:int">?</smsCoding>
|
|
<tag xsi:type="xsd:string">?</tag>
|
|
</man:telephonySmsSend>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsSend"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsSenderAdd" name="telephonySmsSenderAdd" bindingOperationName="telephonySmsSenderAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsSenderAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<number xsi:type="xsd:string">?</number>
|
|
</man:telephonySmsSenderAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsSenderAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsSenderDelete" name="telephonySmsSenderDelete" bindingOperationName="telephonySmsSenderDelete" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsSenderDelete soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<number xsi:type="xsd:string">?</number>
|
|
</man:telephonySmsSenderDelete>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsSenderDelete"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsSenderDescription" name="telephonySmsSenderDescription" bindingOperationName="telephonySmsSenderDescription" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsSenderDescription soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<description xsi:type="xsd:string">?</description>
|
|
</man:telephonySmsSenderDescription>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsSenderDescription"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsSenderList" name="telephonySmsSenderList" bindingOperationName="telephonySmsSenderList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsSenderList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
</man:telephonySmsSenderList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsSenderList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsSenderValidate" name="telephonySmsSenderValidate" bindingOperationName="telephonySmsSenderValidate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsSenderValidate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<code xsi:type="xsd:int">?</code>
|
|
</man:telephonySmsSenderValidate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsSenderValidate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsSetQuotaNotification" name="telephonySmsSetQuotaNotification" bindingOperationName="telephonySmsSetQuotaNotification" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsSetQuotaNotification soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<support xsi:type="xsd:string">?</support>
|
|
<alertNumber xsi:type="xsd:string">?</alertNumber>
|
|
<alertThreshold xsi:type="xsd:string">?</alertThreshold>
|
|
</man:telephonySmsSetQuotaNotification>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsSetQuotaNotification"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsSetUserQuota" name="telephonySmsSetUserQuota" bindingOperationName="telephonySmsSetUserQuota" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsSetUserQuota soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<status xsi:type="xsd:string">?</status>
|
|
<quotaDiff xsi:type="xsd:string">?</quotaDiff>
|
|
</man:telephonySmsSetUserQuota>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsSetUserQuota"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsUserAdd" name="telephonySmsUserAdd" bindingOperationName="telephonySmsUserAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsUserAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:telephonySmsUserAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsUserAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsUserAddCsvAttachment" name="telephonySmsUserAddCsvAttachment" bindingOperationName="telephonySmsUserAddCsvAttachment" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsUserAddCsvAttachment soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<csvUrl xsi:type="xsd:string">?</csvUrl>
|
|
<id xsi:type="xsd:string">?</id>
|
|
<name xsi:type="xsd:string">?</name>
|
|
</man:telephonySmsUserAddCsvAttachment>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsUserAddCsvAttachment"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsUserCreditLeft" name="telephonySmsUserCreditLeft" bindingOperationName="telephonySmsUserCreditLeft" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsUserCreditLeft soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:telephonySmsUserCreditLeft>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsUserCreditLeft"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsUserDel" name="telephonySmsUserDel" bindingOperationName="telephonySmsUserDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsUserDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<login xsi:type="xsd:string">?</login>
|
|
</man:telephonySmsUserDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsUserDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsUserDeleteCsvAttachment" name="telephonySmsUserDeleteCsvAttachment" bindingOperationName="telephonySmsUserDeleteCsvAttachment" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsUserDeleteCsvAttachment soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<ids xsi:type="man:MyArrayOfIntType" soapenc:arrayType="xsd:int[]"/>
|
|
</man:telephonySmsUserDeleteCsvAttachment>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsUserDeleteCsvAttachment"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsUserGetCsvAttachment" name="telephonySmsUserGetCsvAttachment" bindingOperationName="telephonySmsUserGetCsvAttachment" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsUserGetCsvAttachment soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<id xsi:type="xsd:string">?</id>
|
|
</man:telephonySmsUserGetCsvAttachment>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsUserGetCsvAttachment"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsUserHistory" name="telephonySmsUserHistory" bindingOperationName="telephonySmsUserHistory" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsUserHistory soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<smsId xsi:type="xsd:int">?</smsId>
|
|
<user xsi:type="xsd:string">?</user>
|
|
<pagingStart xsi:type="xsd:int">?</pagingStart>
|
|
<pagingLimit xsi:type="xsd:int">?</pagingLimit>
|
|
<sortField xsi:type="xsd:string">?</sortField>
|
|
<sortOrder xsi:type="xsd:string">?</sortOrder>
|
|
<tag xsi:type="xsd:string">?</tag>
|
|
</man:telephonySmsUserHistory>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsUserHistory"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsUserList" name="telephonySmsUserList" bindingOperationName="telephonySmsUserList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsUserList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
</man:telephonySmsUserList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsUserList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsUserListCsvAttachment" name="telephonySmsUserListCsvAttachment" bindingOperationName="telephonySmsUserListCsvAttachment" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsUserListCsvAttachment soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<id xsi:type="xsd:string">?</id>
|
|
</man:telephonySmsUserListCsvAttachment>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsUserListCsvAttachment"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsUserMultiSend" name="telephonySmsUserMultiSend" bindingOperationName="telephonySmsUserMultiSend" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsUserMultiSend soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<numberFrom xsi:type="xsd:string">?</numberFrom>
|
|
<numberTo xsi:type="man:MyArrayOfStringType" soapenc:arrayType="xsd:string[]"/>
|
|
<message xsi:type="xsd:string">?</message>
|
|
<smsValidity xsi:type="xsd:int">?</smsValidity>
|
|
<smsClass xsi:type="xsd:int">?</smsClass>
|
|
<smsDeferred xsi:type="xsd:int">?</smsDeferred>
|
|
<smsPriority xsi:type="xsd:int">?</smsPriority>
|
|
<smsCoding xsi:type="xsd:int">?</smsCoding>
|
|
<tag xsi:type="xsd:string">?</tag>
|
|
<numberToCsv xsi:type="xsd:string">?</numberToCsv>
|
|
</man:telephonySmsUserMultiSend>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsUserMultiSend"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsUserPassword" name="telephonySmsUserPassword" bindingOperationName="telephonySmsUserPassword" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsUserPassword soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
</man:telephonySmsUserPassword>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsUserPassword"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySmsUserSend" name="telephonySmsUserSend" bindingOperationName="telephonySmsUserSend" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySmsUserSend soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<smsAccount xsi:type="xsd:string">?</smsAccount>
|
|
<numberFrom xsi:type="xsd:string">?</numberFrom>
|
|
<numberTo xsi:type="xsd:string">?</numberTo>
|
|
<message xsi:type="xsd:string">?</message>
|
|
<smsValidity xsi:type="xsd:int">?</smsValidity>
|
|
<smsClass xsi:type="xsd:int">?</smsClass>
|
|
<smsDeferred xsi:type="xsd:int">?</smsDeferred>
|
|
<smsPriority xsi:type="xsd:int">?</smsPriority>
|
|
<smsCoding xsi:type="xsd:int">?</smsCoding>
|
|
<tag xsi:type="xsd:string">?</tag>
|
|
</man:telephonySmsUserSend>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySmsUserSend"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySpecialNumberCustomList" name="telephonySpecialNumberCustomList" bindingOperationName="telephonySpecialNumberCustomList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySpecialNumberCustomList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<prefix xsi:type="xsd:string">?</prefix>
|
|
</man:telephonySpecialNumberCustomList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySpecialNumberCustomList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonySpecialNumberOrder" name="telephonySpecialNumberOrder" bindingOperationName="telephonySpecialNumberOrder" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonySpecialNumberOrder soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<billingAccount xsi:type="xsd:string">?</billingAccount>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<aliasNumber xsi:type="xsd:string">?</aliasNumber>
|
|
<prefix xsi:type="xsd:string">?</prefix>
|
|
<category xsi:type="xsd:string">?</category>
|
|
<numberToReserve xsi:type="xsd:string">?</numberToReserve>
|
|
</man:telephonySpecialNumberOrder>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonySpecialNumberOrder"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyToneDelete" name="telephonyToneDelete" bindingOperationName="telephonyToneDelete" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyToneDelete soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<toneType xsi:type="xsd:string">?</toneType>
|
|
</man:telephonyToneDelete>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyToneDelete"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyToneRemoteUpload" name="telephonyToneRemoteUpload" bindingOperationName="telephonyToneRemoteUpload" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyToneRemoteUpload soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<toneType xsi:type="xsd:string">?</toneType>
|
|
<filename xsi:type="xsd:string">?</filename>
|
|
<url xsi:type="xsd:string">?</url>
|
|
</man:telephonyToneRemoteUpload>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyToneRemoteUpload"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyTonesOptionsList" name="telephonyTonesOptionsList" bindingOperationName="telephonyTonesOptionsList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyTonesOptionsList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyTonesOptionsList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyTonesOptionsList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyTonesOptionsModify" name="telephonyTonesOptionsModify" bindingOperationName="telephonyTonesOptionsModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyTonesOptionsModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<toneRingback xsi:type="xsd:boolean">?</toneRingback>
|
|
<toneOnHold xsi:type="xsd:boolean">?</toneOnHold>
|
|
<toneOnClosure xsi:type="xsd:boolean">?</toneOnClosure>
|
|
<toneOnCallWaiting xsi:type="xsd:boolean">?</toneOnCallWaiting>
|
|
</man:telephonyTonesOptionsModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyTonesOptionsModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyToneStatus" name="telephonyToneStatus" bindingOperationName="telephonyToneStatus" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyToneStatus soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyToneStatus>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyToneStatus"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyVoicemailMailboxDelete" name="telephonyVoicemailMailboxDelete" bindingOperationName="telephonyVoicemailMailboxDelete" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyVoicemailMailboxDelete soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<ids xsi:type="xsd:string">?</ids>
|
|
<folder xsi:type="xsd:string">?</folder>
|
|
</man:telephonyVoicemailMailboxDelete>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyVoicemailMailboxDelete"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyVoicemailMailboxDownload" name="telephonyVoicemailMailboxDownload" bindingOperationName="telephonyVoicemailMailboxDownload" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyVoicemailMailboxDownload soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<id xsi:type="xsd:int">?</id>
|
|
<format xsi:type="xsd:string">?</format>
|
|
<folder xsi:type="xsd:string">?</folder>
|
|
</man:telephonyVoicemailMailboxDownload>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyVoicemailMailboxDownload"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyVoicemailMailboxList" name="telephonyVoicemailMailboxList" bindingOperationName="telephonyVoicemailMailboxList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyVoicemailMailboxList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<pagingStart xsi:type="xsd:int">?</pagingStart>
|
|
<pagingLimit xsi:type="xsd:int">?</pagingLimit>
|
|
<sortField xsi:type="xsd:string">?</sortField>
|
|
<sortOrder xsi:type="xsd:string">?</sortOrder>
|
|
</man:telephonyVoicemailMailboxList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyVoicemailMailboxList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyVoicemailMessageDelete" name="telephonyVoicemailMessageDelete" bindingOperationName="telephonyVoicemailMessageDelete" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyVoicemailMessageDelete soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<messageType xsi:type="xsd:string">?</messageType>
|
|
</man:telephonyVoicemailMessageDelete>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyVoicemailMessageDelete"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyVoicemailMessagesStatus" name="telephonyVoicemailMessagesStatus" bindingOperationName="telephonyVoicemailMessagesStatus" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyVoicemailMessagesStatus soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyVoicemailMessagesStatus>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyVoicemailMessagesStatus"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyVoicemailModifyPassword" name="telephonyVoicemailModifyPassword" bindingOperationName="telephonyVoicemailModifyPassword" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyVoicemailModifyPassword soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<forcePassword xsi:type="xsd:boolean">?</forcePassword>
|
|
</man:telephonyVoicemailModifyPassword>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyVoicemailModifyPassword"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyVoicemailOptionsList" name="telephonyVoicemailOptionsList" bindingOperationName="telephonyVoicemailOptionsList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyVoicemailOptionsList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyVoicemailOptionsList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyVoicemailOptionsList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyVoicemailOptionsModify" name="telephonyVoicemailOptionsModify" bindingOperationName="telephonyVoicemailOptionsModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyVoicemailOptionsModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<redirection1 xsi:type="xsd:string">?</redirection1>
|
|
<redirection1Email xsi:type="xsd:string">?</redirection1Email>
|
|
<redirection2 xsi:type="xsd:string">?</redirection2>
|
|
<redirection2Email xsi:type="xsd:string">?</redirection2Email>
|
|
<redirection3 xsi:type="xsd:string">?</redirection3>
|
|
<redirection3Email xsi:type="xsd:string">?</redirection3Email>
|
|
<redirection4 xsi:type="xsd:string">?</redirection4>
|
|
<redirection4Email xsi:type="xsd:string">?</redirection4Email>
|
|
<redirection5 xsi:type="xsd:string">?</redirection5>
|
|
<redirection5Email xsi:type="xsd:string">?</redirection5Email>
|
|
<annouceMessage xsi:type="xsd:string">?</annouceMessage>
|
|
<keepMessage xsi:type="xsd:boolean">?</keepMessage>
|
|
<audioformat xsi:type="xsd:string">?</audioformat>
|
|
<fromEmail xsi:type="xsd:string">?</fromEmail>
|
|
<fromName xsi:type="xsd:string">?</fromName>
|
|
<doNotRecord xsi:type="xsd:boolean">?</doNotRecord>
|
|
</man:telephonyVoicemailOptionsModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyVoicemailOptionsModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyVxmlAdd" name="telephonyVxmlAdd" bindingOperationName="telephonyVxmlAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyVxmlAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<url xsi:type="xsd:string">?</url>
|
|
</man:telephonyVxmlAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyVxmlAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyVxmlDel" name="telephonyVxmlDel" bindingOperationName="telephonyVxmlDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyVxmlDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyVxmlDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyVxmlDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyVxmlInfo" name="telephonyVxmlInfo" bindingOperationName="telephonyVxmlInfo" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyVxmlInfo soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:telephonyVxmlInfo>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyVxmlInfo"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyVxmlModify" name="telephonyVxmlModify" bindingOperationName="telephonyVxmlModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyVxmlModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<url xsi:type="xsd:string">?</url>
|
|
</man:telephonyVxmlModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyVxmlModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#telephonyVxmlValidate" name="telephonyVxmlValidate" bindingOperationName="telephonyVxmlValidate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:telephonyVxmlValidate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<number xsi:type="xsd:string">?</number>
|
|
<country xsi:type="xsd:string">?</country>
|
|
<url xsi:type="xsd:string">?</url>
|
|
</man:telephonyVxmlValidate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#telephonyVxmlValidate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ticketAnswer" name="ticketAnswer" bindingOperationName="ticketAnswer" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ticketAnswer soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ticketId xsi:type="xsd:int">?</ticketId>
|
|
<message xsi:type="xsd:string">?</message>
|
|
</man:ticketAnswer>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ticketAnswer"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ticketClose" name="ticketClose" bindingOperationName="ticketClose" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ticketClose soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ticketId xsi:type="xsd:int">?</ticketId>
|
|
</man:ticketClose>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ticketClose"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ticketCreate" name="ticketCreate" bindingOperationName="ticketCreate" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ticketCreate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<componentType xsi:type="xsd:string">?</componentType>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<email xsi:type="xsd:string">?</email>
|
|
<phone xsi:type="xsd:string">?</phone>
|
|
<subject xsi:type="xsd:string">?</subject>
|
|
<incidentSummary xsi:type="xsd:string">?</incidentSummary>
|
|
<incidentDetails xsi:type="xsd:string">?</incidentDetails>
|
|
<incidentManip xsi:type="xsd:string">?</incidentManip>
|
|
<level xsi:type="xsd:string">?</level>
|
|
</man:ticketCreate>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ticketCreate"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ticketGet" name="ticketGet" bindingOperationName="ticketGet" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ticketGet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ticketId xsi:type="xsd:int">?</ticketId>
|
|
</man:ticketGet>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ticketGet"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ticketListContact" name="ticketListContact" bindingOperationName="ticketListContact" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ticketListContact soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
</man:ticketListContact>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ticketListContact"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ticketListIncidents" name="ticketListIncidents" bindingOperationName="ticketListIncidents" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ticketListIncidents soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<status xsi:type="xsd:string">?</status>
|
|
</man:ticketListIncidents>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ticketListIncidents"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ticketListIncidentsByDomain" name="ticketListIncidentsByDomain" bindingOperationName="ticketListIncidentsByDomain" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ticketListIncidentsByDomain soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:ticketListIncidentsByDomain>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ticketListIncidentsByDomain"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#ticketReopen" name="ticketReopen" bindingOperationName="ticketReopen" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:ticketReopen soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<ticketId xsi:type="xsd:int">?</ticketId>
|
|
</man:ticketReopen>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#ticketReopen"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#version" name="version" bindingOperationName="version" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:version soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#version"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#zoneEntryAdd" name="zoneEntryAdd" bindingOperationName="zoneEntryAdd" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:zoneEntryAdd soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<subdomain xsi:type="xsd:string">?</subdomain>
|
|
<fieldtype xsi:type="xsd:string">?</fieldtype>
|
|
<target xsi:type="xsd:string">?</target>
|
|
<overwrite xsi:type="xsd:boolean">?</overwrite>
|
|
</man:zoneEntryAdd>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#zoneEntryAdd"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#zoneEntryAddCustom" name="zoneEntryAddCustom" bindingOperationName="zoneEntryAddCustom" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:zoneEntryAddCustom soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<fieldtype xsi:type="xsd:string">?</fieldtype>
|
|
<hostingtype xsi:type="xsd:string">?</hostingtype>
|
|
<hosting xsi:type="xsd:string">?</hosting>
|
|
<subdomain xsi:type="xsd:string">?</subdomain>
|
|
<priority xsi:type="xsd:string">?</priority>
|
|
<target xsi:type="xsd:string">?</target>
|
|
<country xsi:type="xsd:string">?</country>
|
|
</man:zoneEntryAddCustom>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#zoneEntryAddCustom"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#zoneEntryDel" name="zoneEntryDel" bindingOperationName="zoneEntryDel" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:zoneEntryDel soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<subdomain xsi:type="xsd:string">?</subdomain>
|
|
<fieldtype xsi:type="xsd:string">?</fieldtype>
|
|
<target xsi:type="xsd:string">?</target>
|
|
</man:zoneEntryDel>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#zoneEntryDel"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#zoneEntryList" name="zoneEntryList" bindingOperationName="zoneEntryList" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:zoneEntryList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:zoneEntryList>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#zoneEntryList"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#zoneEntryModify" name="zoneEntryModify" bindingOperationName="zoneEntryModify" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:zoneEntryModify soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<subdomain xsi:type="xsd:string">?</subdomain>
|
|
<fieldtype xsi:type="xsd:string">?</fieldtype>
|
|
<target xsi:type="xsd:string">?</target>
|
|
<newTarget xsi:type="xsd:string">?</newTarget>
|
|
</man:zoneEntryModify>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#zoneEntryModify"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#zoneExport" name="zoneExport" bindingOperationName="zoneExport" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:zoneExport soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
</man:zoneExport>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#zoneExport"/></con:call></con:operation><con:operation isOneWay="false" action="http://soapi.ovh.com/manager#zoneImport" name="zoneImport" bindingOperationName="zoneImport" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>https://www.ovh.com:1664</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soapi.ovh.com/manager">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<man:zoneImport soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<session xsi:type="xsd:string">?</session>
|
|
<domain xsi:type="xsd:string">?</domain>
|
|
<zone xsi:type="xsd:string">?</zone>
|
|
</man:zoneImport>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://soapi.ovh.com/manager#zoneImport"/></con:call></con:operation></con:interface><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="WebServicesDolibarrActionCommBinding" type="wsdl" bindingName="{http://www.dolibarr.org/ns/}WebServicesDolibarrActionCommBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost/dolibarrnew/webservices/server_actioncomm.php?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost/dolibarrnew/webservices/server_actioncomm.php?wsdl"><con:part><con:url>http://localhost/dolibarrnew/webservices/server_actioncomm.php?wsdl</con:url><con:content><![CDATA[<definitions targetNamespace="http://www.dolibarr.org/ns/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.dolibarr.org/ns/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
|
<types>
|
|
<xsd:schema targetNamespace="http://www.dolibarr.org/ns/">
|
|
<xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
<xsd:import namespace="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<xsd:complexType name="authentication">
|
|
<xsd:all>
|
|
<xsd:element name="dolibarrkey" type="xsd:string"/>
|
|
<xsd:element name="sourceapplication" type="xsd:string"/>
|
|
<xsd:element name="login" type="xsd:string"/>
|
|
<xsd:element name="password" type="xsd:string"/>
|
|
<xsd:element name="entity" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="result">
|
|
<xsd:all>
|
|
<xsd:element name="result_code" type="xsd:string"/>
|
|
<xsd:element name="result_label" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="actioncomm">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:string"/>
|
|
<xsd:element name="ref" type="xsd:string"/>
|
|
<xsd:element name="ref_ext" type="xsd:string"/>
|
|
<xsd:element name="type_id" type="xsd:string"/>
|
|
<xsd:element name="type_code" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:string"/>
|
|
<xsd:element name="label" type="xsd:string"/>
|
|
<xsd:element name="datep" type="xsd:dateTime"/>
|
|
<xsd:element name="datef" type="xsd:dateTime"/>
|
|
<xsd:element name="datec" type="xsd:dateTime"/>
|
|
<xsd:element name="datem" type="xsd:dateTime"/>
|
|
<xsd:element name="note" type="xsd:string"/>
|
|
<xsd:element name="percentage" type="xsd:string"/>
|
|
<xsd:element name="author" type="xsd:string"/>
|
|
<xsd:element name="usermod" type="xsd:string"/>
|
|
<xsd:element name="usertodo" type="xsd:string"/>
|
|
<xsd:element name="userdone" type="xsd:string"/>
|
|
<xsd:element name="priority" type="xsd:string"/>
|
|
<xsd:element name="fulldayevent" type="xsd:string"/>
|
|
<xsd:element name="location" type="xsd:string"/>
|
|
<xsd:element name="socid" type="xsd:string"/>
|
|
<xsd:element name="contactid" type="xsd:string"/>
|
|
<xsd:element name="projectid" type="xsd:string"/>
|
|
<xsd:element name="fk_element" type="xsd:string"/>
|
|
<xsd:element name="elementtype" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="actioncommtype">
|
|
<xsd:sequence>
|
|
<xsd:element name="code" type="xsd:string"/>
|
|
<xsd:element name="libelle" type="xsd:string"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="actioncommtypes">
|
|
<xsd:sequence>
|
|
<xsd:element name="actioncommtype" type="tns:actioncommtype" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
</xsd:schema>
|
|
</types>
|
|
<message name="getListActionCommTypeRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
</message>
|
|
<message name="getListActionCommTypeResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="actioncommtypes" type="tns:actioncommtypes"/>
|
|
</message>
|
|
<message name="getActionCommRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="id" type="xsd:string"/>
|
|
</message>
|
|
<message name="getActionCommResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="actioncomm" type="tns:actioncomm"/>
|
|
</message>
|
|
<message name="createActionCommRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="actioncomm" type="tns:actioncomm"/>
|
|
</message>
|
|
<message name="createActionCommResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="id" type="xsd:string"/>
|
|
</message>
|
|
<message name="updateActionCommRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="actioncomm" type="tns:actioncomm"/>
|
|
</message>
|
|
<message name="updateActionCommResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="id" type="xsd:string"/>
|
|
</message>
|
|
<portType name="WebServicesDolibarrActionCommPortType">
|
|
<operation name="getListActionCommType">
|
|
<documentation>WS to get actioncommType</documentation>
|
|
<input message="tns:getListActionCommTypeRequest"/>
|
|
<output message="tns:getListActionCommTypeResponse"/>
|
|
</operation>
|
|
<operation name="getActionComm">
|
|
<documentation>WS to get actioncomm</documentation>
|
|
<input message="tns:getActionCommRequest"/>
|
|
<output message="tns:getActionCommResponse"/>
|
|
</operation>
|
|
<operation name="createActionComm">
|
|
<documentation>WS to create a actioncomm</documentation>
|
|
<input message="tns:createActionCommRequest"/>
|
|
<output message="tns:createActionCommResponse"/>
|
|
</operation>
|
|
<operation name="updateActionComm">
|
|
<documentation>WS to update a actioncomm</documentation>
|
|
<input message="tns:updateActionCommRequest"/>
|
|
<output message="tns:updateActionCommResponse"/>
|
|
</operation>
|
|
</portType>
|
|
<binding name="WebServicesDolibarrActionCommBinding" type="tns:WebServicesDolibarrActionCommPortType">
|
|
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<operation name="getListActionCommType">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#getListActionCommType" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="getActionComm">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#getActionComm" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="createActionComm">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#createActionComm" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="updateActionComm">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#updateActionComm" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
</binding>
|
|
<service name="WebServicesDolibarrActionComm">
|
|
<port name="WebServicesDolibarrActionCommPort" binding="tns:WebServicesDolibarrActionCommBinding">
|
|
<soap:address location="http://localhost/dolibarrnew/webservices/server_actioncomm.php"/>
|
|
</port>
|
|
</service>
|
|
</definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://localhost/dolibarrnew/webservices/server_actioncomm.php</con:endpoint></con:endpoints><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#createActionComm" name="createActionComm" bindingOperationName="createActionComm" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarrnew/webservices/server_actioncomm.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:createActionComm soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<actioncomm xsi:type="ns:actioncomm">
|
|
<!--You may enter the following 25 items in any order-->
|
|
<id xsi:type="xsd:string">?</id>
|
|
<ref xsi:type="xsd:string">?</ref>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
<type_id xsi:type="xsd:string">?</type_id>
|
|
<type_code xsi:type="xsd:string">?</type_code>
|
|
<type xsi:type="xsd:string">?</type>
|
|
<label xsi:type="xsd:string">?</label>
|
|
<datep xsi:type="xsd:dateTime">?</datep>
|
|
<datef xsi:type="xsd:dateTime">?</datef>
|
|
<datec xsi:type="xsd:dateTime">?</datec>
|
|
<datem xsi:type="xsd:dateTime">?</datem>
|
|
<note xsi:type="xsd:string">?</note>
|
|
<percentage xsi:type="xsd:string">?</percentage>
|
|
<author xsi:type="xsd:string">?</author>
|
|
<usermod xsi:type="xsd:string">?</usermod>
|
|
<usertodo xsi:type="xsd:string">?</usertodo>
|
|
<userdone xsi:type="xsd:string">?</userdone>
|
|
<priority xsi:type="xsd:string">?</priority>
|
|
<fulldayevent xsi:type="xsd:string">?</fulldayevent>
|
|
<location xsi:type="xsd:string">?</location>
|
|
<socid xsi:type="xsd:string">?</socid>
|
|
<contactid xsi:type="xsd:string">?</contactid>
|
|
<projectid xsi:type="xsd:string">?</projectid>
|
|
<fk_element xsi:type="xsd:string">?</fk_element>
|
|
<elementtype xsi:type="xsd:string">?</elementtype>
|
|
</actioncomm>
|
|
</ns:createActionComm>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#createActionComm"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#getActionComm" name="getActionComm" bindingOperationName="getActionComm" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarrnew/webservices/server_actioncomm.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getActionComm soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<id xsi:type="xsd:string">?</id>
|
|
</ns:getActionComm>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getActionComm"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#getListActionCommType" name="getListActionCommType" bindingOperationName="getListActionCommType" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarrnew/webservices/server_actioncomm.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getListActionCommType soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
</ns:getListActionCommType>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getListActionCommType"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#updateActionComm" name="updateActionComm" bindingOperationName="updateActionComm" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost/dolibarrnew/webservices/server_actioncomm.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:updateActionComm soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<actioncomm xsi:type="ns:actioncomm">
|
|
<!--You may enter the following 25 items in any order-->
|
|
<id xsi:type="xsd:string">?</id>
|
|
<ref xsi:type="xsd:string">?</ref>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
<type_id xsi:type="xsd:string">?</type_id>
|
|
<type_code xsi:type="xsd:string">?</type_code>
|
|
<type xsi:type="xsd:string">?</type>
|
|
<label xsi:type="xsd:string">?</label>
|
|
<datep xsi:type="xsd:dateTime">?</datep>
|
|
<datef xsi:type="xsd:dateTime">?</datef>
|
|
<datec xsi:type="xsd:dateTime">?</datec>
|
|
<datem xsi:type="xsd:dateTime">?</datem>
|
|
<note xsi:type="xsd:string">?</note>
|
|
<percentage xsi:type="xsd:string">?</percentage>
|
|
<author xsi:type="xsd:string">?</author>
|
|
<usermod xsi:type="xsd:string">?</usermod>
|
|
<usertodo xsi:type="xsd:string">?</usertodo>
|
|
<userdone xsi:type="xsd:string">?</userdone>
|
|
<priority xsi:type="xsd:string">?</priority>
|
|
<fulldayevent xsi:type="xsd:string">?</fulldayevent>
|
|
<location xsi:type="xsd:string">?</location>
|
|
<socid xsi:type="xsd:string">?</socid>
|
|
<contactid xsi:type="xsd:string">?</contactid>
|
|
<projectid xsi:type="xsd:string">?</projectid>
|
|
<fk_element xsi:type="xsd:string">?</fk_element>
|
|
<elementtype xsi:type="xsd:string">?</elementtype>
|
|
</actioncomm>
|
|
</ns:updateActionComm>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#updateActionComm"/></con:call></con:operation></con:interface><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="WebServicesDolibarrOrderBinding" type="wsdl" bindingName="{http://www.dolibarr.org/ns/}WebServicesDolibarrOrderBinding" soapVersion="1_1" anonymous="optional" definition="http://localhostalias/dolibarr_3.7/webservices/server_order.php?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhostalias/dolibarr_3.7/webservices/server_order.php?wsdl"><con:part><con:url>http://localhostalias/dolibarr_3.7/webservices/server_order.php?wsdl</con:url><con:content><![CDATA[<definitions targetNamespace="http://www.dolibarr.org/ns/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.dolibarr.org/ns/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
|
|
<types>
|
|
<xsd:schema targetNamespace="http://www.dolibarr.org/ns/">
|
|
<xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
<xsd:import namespace="http://schemas.xmlsoap.org/wsdl/"/>
|
|
<xsd:complexType name="authentication">
|
|
<xsd:all>
|
|
<xsd:element name="dolibarrkey" type="xsd:string"/>
|
|
<xsd:element name="sourceapplication" type="xsd:string"/>
|
|
<xsd:element name="login" type="xsd:string"/>
|
|
<xsd:element name="password" type="xsd:string"/>
|
|
<xsd:element name="entity" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="result">
|
|
<xsd:all>
|
|
<xsd:element name="result_code" type="xsd:string"/>
|
|
<xsd:element name="result_label" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="line">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:string"/>
|
|
<xsd:element name="type" type="xsd:int"/>
|
|
<xsd:element name="fk_commande" type="xsd:int"/>
|
|
<xsd:element name="fk_parent_line" type="xsd:int"/>
|
|
<xsd:element name="desc" type="xsd:string"/>
|
|
<xsd:element name="qty" type="xsd:double"/>
|
|
<xsd:element name="price" type="xsd:double"/>
|
|
<xsd:element name="unitprice" type="xsd:double"/>
|
|
<xsd:element name="vat_rate" type="xsd:double"/>
|
|
<xsd:element name="remise" type="xsd:double"/>
|
|
<xsd:element name="remise_percent" type="xsd:double"/>
|
|
<xsd:element name="total_net" type="xsd:double"/>
|
|
<xsd:element name="total_vat" type="xsd:double"/>
|
|
<xsd:element name="total" type="xsd:double"/>
|
|
<xsd:element name="date_start" type="xsd:date"/>
|
|
<xsd:element name="date_end" type="xsd:date"/>
|
|
<xsd:element name="product_id" type="xsd:int"/>
|
|
<xsd:element name="product_ref" type="xsd:string"/>
|
|
<xsd:element name="product_label" type="xsd:string"/>
|
|
<xsd:element name="product_desc" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="LinesArray2">
|
|
<xsd:sequence>
|
|
<xsd:element name="line" type="tns:line" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="order">
|
|
<xsd:all>
|
|
<xsd:element name="id" type="xsd:string"/>
|
|
<xsd:element name="ref" type="xsd:string"/>
|
|
<xsd:element name="ref_client" type="xsd:string"/>
|
|
<xsd:element name="ref_ext" type="xsd:string"/>
|
|
<xsd:element name="ref_int" type="xsd:string"/>
|
|
<xsd:element name="thirdparty_id" type="xsd:int"/>
|
|
<xsd:element name="status" type="xsd:int"/>
|
|
<xsd:element name="facturee" type="xsd:string"/>
|
|
<xsd:element name="total_net" type="xsd:double"/>
|
|
<xsd:element name="total_vat" type="xsd:double"/>
|
|
<xsd:element name="total_localtax1" type="xsd:double"/>
|
|
<xsd:element name="total_localtax2" type="xsd:double"/>
|
|
<xsd:element name="total" type="xsd:double"/>
|
|
<xsd:element name="date" type="xsd:date"/>
|
|
<xsd:element name="date_creation" type="xsd:dateTime"/>
|
|
<xsd:element name="date_validation" type="xsd:dateTime"/>
|
|
<xsd:element name="date_modification" type="xsd:dateTime"/>
|
|
<xsd:element name="remise" type="xsd:string"/>
|
|
<xsd:element name="remise_percent" type="xsd:string"/>
|
|
<xsd:element name="remise_absolue" type="xsd:string"/>
|
|
<xsd:element name="source" type="xsd:string"/>
|
|
<xsd:element name="note_private" type="xsd:string"/>
|
|
<xsd:element name="note_public" type="xsd:string"/>
|
|
<xsd:element name="project_id" type="xsd:string"/>
|
|
<xsd:element name="mode_reglement_id" type="xsd:string"/>
|
|
<xsd:element name="mode_reglement_code" type="xsd:string"/>
|
|
<xsd:element name="mode_reglement" type="xsd:string"/>
|
|
<xsd:element name="cond_reglement_id" type="xsd:string"/>
|
|
<xsd:element name="cond_reglement_code" type="xsd:string"/>
|
|
<xsd:element name="cond_reglement" type="xsd:string"/>
|
|
<xsd:element name="cond_reglement_doc" type="xsd:string"/>
|
|
<xsd:element name="date_livraison" type="xsd:date"/>
|
|
<xsd:element name="fk_delivery_address" type="xsd:int"/>
|
|
<xsd:element name="demand_reason_id" type="xsd:string"/>
|
|
<xsd:element name="lines" type="tns:LinesArray2"/>
|
|
<xsd:element name="options_aaa" type="xsd:string"/>
|
|
<xsd:element name="options_bbb" type="xsd:string"/>
|
|
</xsd:all>
|
|
</xsd:complexType>
|
|
<xsd:complexType name="OrdersArray2">
|
|
<xsd:sequence>
|
|
<xsd:element name="order" type="tns:order" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
</xsd:schema>
|
|
</types>
|
|
<message name="getOrderRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="id" type="xsd:string"/>
|
|
<part name="ref" type="xsd:string"/>
|
|
<part name="ref_ext" type="xsd:string"/>
|
|
</message>
|
|
<message name="getOrderResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="order" type="tns:order"/>
|
|
</message>
|
|
<message name="getOrdersForThirdPartyRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="idthirdparty" type="xsd:string"/>
|
|
</message>
|
|
<message name="getOrdersForThirdPartyResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="orders" type="tns:OrdersArray2"/>
|
|
</message>
|
|
<message name="createOrderRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="order" type="tns:order"/>
|
|
</message>
|
|
<message name="createOrderResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="id" type="xsd:string"/>
|
|
<part name="ref" type="xsd:string"/>
|
|
</message>
|
|
<message name="updateOrderRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="order" type="tns:order"/>
|
|
</message>
|
|
<message name="updateOrderResponse">
|
|
<part name="result" type="tns:result"/>
|
|
<part name="id" type="xsd:string"/>
|
|
<part name="ref" type="xsd:string"/>
|
|
</message>
|
|
<message name="validOrderRequest">
|
|
<part name="authentication" type="tns:authentication"/>
|
|
<part name="id" type="xsd:string"/>
|
|
</message>
|
|
<message name="validOrderResponse">
|
|
<part name="result" type="tns:result"/>
|
|
</message>
|
|
<portType name="WebServicesDolibarrOrderPortType">
|
|
<operation name="getOrder">
|
|
<documentation>WS to get a particular invoice</documentation>
|
|
<input message="tns:getOrderRequest"/>
|
|
<output message="tns:getOrderResponse"/>
|
|
</operation>
|
|
<operation name="getOrdersForThirdParty">
|
|
<documentation>WS to get all orders of a third party</documentation>
|
|
<input message="tns:getOrdersForThirdPartyRequest"/>
|
|
<output message="tns:getOrdersForThirdPartyResponse"/>
|
|
</operation>
|
|
<operation name="createOrder">
|
|
<documentation>WS to create an order</documentation>
|
|
<input message="tns:createOrderRequest"/>
|
|
<output message="tns:createOrderResponse"/>
|
|
</operation>
|
|
<operation name="updateOrder">
|
|
<documentation>WS to update an order</documentation>
|
|
<input message="tns:updateOrderRequest"/>
|
|
<output message="tns:updateOrderResponse"/>
|
|
</operation>
|
|
<operation name="validOrder">
|
|
<documentation>WS to valid an order</documentation>
|
|
<input message="tns:validOrderRequest"/>
|
|
<output message="tns:validOrderResponse"/>
|
|
</operation>
|
|
</portType>
|
|
<binding name="WebServicesDolibarrOrderBinding" type="tns:WebServicesDolibarrOrderPortType">
|
|
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<operation name="getOrder">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#getOrder" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="getOrdersForThirdParty">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#getOrdersForThirdParty" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="createOrder">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#createOrder" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="updateOrder">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#updateOrder" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
<operation name="validOrder">
|
|
<soap:operation soapAction="http://www.dolibarr.org/ns/#validOrder" style="rpc"/>
|
|
<input>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="encoded" namespace="http://www.dolibarr.org/ns/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</output>
|
|
</operation>
|
|
</binding>
|
|
<service name="WebServicesDolibarrOrder">
|
|
<port name="WebServicesDolibarrOrderPort" binding="tns:WebServicesDolibarrOrderBinding">
|
|
<soap:address location="http://localhostalias/dolibarr_3.7/webservices/server_order.php"/>
|
|
</port>
|
|
</service>
|
|
</definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://localhostalias/dolibarr_3.6/webservices/server_order.php</con:endpoint><con:endpoint>http://localhostalias/dolibarr_3.7/webservices/server_order.php</con:endpoint></con:endpoints><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#createOrder" name="createOrder" bindingOperationName="createOrder" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostalias/dolibarr_3.7/webservices/server_order.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:createOrder soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">dolibarrkey</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">aaa</sourceapplication>
|
|
<login xsi:type="xsd:string">admin</login>
|
|
<password xsi:type="xsd:string">admin</password>
|
|
<entity xsi:type="xsd:string"></entity>
|
|
</authentication>
|
|
<order xsi:type="ns:order">
|
|
<!--You may enter the following 35 items in any order-->
|
|
<ref_client xsi:type="xsd:string"></ref_client>
|
|
<ref_ext xsi:type="xsd:string">123ext</ref_ext>
|
|
<ref_int xsi:type="xsd:string">?</ref_int>
|
|
<thirdparty_id xsi:type="xsd:int">1</thirdparty_id>
|
|
<status xsi:type="xsd:int">?</status>
|
|
<facturee xsi:type="xsd:string">?</facturee>
|
|
<total_net xsi:type="xsd:double">?</total_net>
|
|
<total_vat xsi:type="xsd:double">?</total_vat>
|
|
<total_localtax1 xsi:type="xsd:double">?</total_localtax1>
|
|
<total_localtax2 xsi:type="xsd:double">?</total_localtax2>
|
|
<total xsi:type="xsd:double">?</total>
|
|
<date xsi:type="xsd:date">?</date>
|
|
<date_creation xsi:type="xsd:dateTime">?</date_creation>
|
|
<date_validation xsi:type="xsd:dateTime">?</date_validation>
|
|
<date_modification xsi:type="xsd:dateTime">?</date_modification>
|
|
<remise xsi:type="xsd:string">?</remise>
|
|
<remise_percent xsi:type="xsd:string">?</remise_percent>
|
|
<remise_absolue xsi:type="xsd:string">?</remise_absolue>
|
|
<source xsi:type="xsd:string">?</source>
|
|
<note_private xsi:type="xsd:string">?</note_private>
|
|
<note_public xsi:type="xsd:string">?</note_public>
|
|
<project_id xsi:type="xsd:string">?</project_id>
|
|
<mode_reglement_id xsi:type="xsd:string">?</mode_reglement_id>
|
|
<mode_reglement_code xsi:type="xsd:string">?</mode_reglement_code>
|
|
<mode_reglement xsi:type="xsd:string">?</mode_reglement>
|
|
<cond_reglement_id xsi:type="xsd:string">?</cond_reglement_id>
|
|
<cond_reglement_code xsi:type="xsd:string">?</cond_reglement_code>
|
|
<cond_reglement xsi:type="xsd:string">?</cond_reglement>
|
|
<cond_reglement_doc xsi:type="xsd:string">?</cond_reglement_doc>
|
|
<date_livraison xsi:type="xsd:date">?</date_livraison>
|
|
<fk_delivery_address xsi:type="xsd:int">?</fk_delivery_address>
|
|
<demand_reason_id xsi:type="xsd:string">?</demand_reason_id>
|
|
<lines xsi:type="ns:LinesArray2">
|
|
<!--Zero or more repetitions:-->
|
|
<line xsi:type="ns:line">
|
|
<!--You may enter the following 20 items in any order-->
|
|
<id xsi:type="xsd:string">?</id>
|
|
<type xsi:type="xsd:int">?</type>
|
|
<fk_commande xsi:type="xsd:int">?</fk_commande>
|
|
<fk_parent_line xsi:type="xsd:int">?</fk_parent_line>
|
|
<desc xsi:type="xsd:string">?</desc>
|
|
<qty xsi:type="xsd:double">?</qty>
|
|
<price xsi:type="xsd:double">?</price>
|
|
<unitprice xsi:type="xsd:double">?</unitprice>
|
|
<vat_rate xsi:type="xsd:double">?</vat_rate>
|
|
<remise xsi:type="xsd:double">?</remise>
|
|
<remise_percent xsi:type="xsd:double">?</remise_percent>
|
|
<total_net xsi:type="xsd:double">?</total_net>
|
|
<total_vat xsi:type="xsd:double">?</total_vat>
|
|
<total xsi:type="xsd:double">?</total>
|
|
<date_start xsi:type="xsd:date">?</date_start>
|
|
<date_end xsi:type="xsd:date">?</date_end>
|
|
<product_id xsi:type="xsd:int">?</product_id>
|
|
<product_ref xsi:type="xsd:string">?</product_ref>
|
|
<product_label xsi:type="xsd:string">?</product_label>
|
|
<product_desc xsi:type="xsd:string">?</product_desc>
|
|
</line>
|
|
</lines>
|
|
</order>
|
|
</ns:createOrder>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#createOrder"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#getOrder" name="getOrder" bindingOperationName="getOrder" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostalias/dolibarr_3.7/webservices/server_order.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getOrder soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<id xsi:type="xsd:string">?</id>
|
|
<ref xsi:type="xsd:string">?</ref>
|
|
<ref_ext xsi:type="xsd:string">?</ref_ext>
|
|
</ns:getOrder>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getOrder"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#getOrdersForThirdParty" name="getOrdersForThirdParty" bindingOperationName="getOrdersForThirdParty" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostalias/dolibarr_3.7/webservices/server_order.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:getOrdersForThirdParty soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<idthirdparty xsi:type="xsd:string">?</idthirdparty>
|
|
</ns:getOrdersForThirdParty>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#getOrdersForThirdParty"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#validOrder" name="validOrder" bindingOperationName="validOrder" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostalias/dolibarr_3.7/webservices/server_order.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:validOrder soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">?</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string">?</sourceapplication>
|
|
<login xsi:type="xsd:string">?</login>
|
|
<password xsi:type="xsd:string">?</password>
|
|
<entity xsi:type="xsd:string">?</entity>
|
|
</authentication>
|
|
<id xsi:type="xsd:string">?</id>
|
|
</ns:validOrder>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#validOrder"/></con:call></con:operation><con:operation isOneWay="false" action="http://www.dolibarr.org/ns/#updateOrder" name="updateOrder" bindingOperationName="updateOrder" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhostalias/dolibarr_3.7/webservices/server_order.php</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.dolibarr.org/ns/">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ns:updateOrder soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
<authentication xsi:type="ns:authentication">
|
|
<!--You may enter the following 5 items in any order-->
|
|
<dolibarrkey xsi:type="xsd:string">dolibarrkey</dolibarrkey>
|
|
<sourceapplication xsi:type="xsd:string"></sourceapplication>
|
|
<login xsi:type="xsd:string">admin</login>
|
|
<password xsi:type="xsd:string">admin</password>
|
|
<entity xsi:type="xsd:string"></entity>
|
|
</authentication>
|
|
<order xsi:type="ns:order">
|
|
<!--You may enter the following 37 items in any order-->
|
|
<id xsi:type="xsd:string">6</id>
|
|
<status xsi:type="xsd:string">0</status>
|
|
<thirdparty_id xsi:type="xsd:int">2</thirdparty_id>
|
|
<total_net xsi:type="xsd:double">?</total_net>
|
|
<total_vat xsi:type="xsd:double">?</total_vat>
|
|
<total_localtax1 xsi:type="xsd:double">?</total_localtax1>
|
|
<total_localtax2 xsi:type="xsd:double">?</total_localtax2>
|
|
<total xsi:type="xsd:double">?</total>
|
|
<note_private xsi:type="xsd:string">?</note_private>
|
|
<note_public xsi:type="xsd:string">?</note_public>
|
|
<project_id xsi:type="xsd:string">?</project_id>
|
|
</order>
|
|
</ns:updateOrder>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://www.dolibarr.org/ns/#updateOrder"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project> |