|
Actions:
Action: getWebSettings
Description: gets WebSettings for the domain
Parameters:
AuthToken:at - authentication information
String:domain - domain name
Response: NamedParameter[ ] - array of websetting parameters
Example:
<soapenv:Body>
<ns1:getWebSettings soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">flora.zzzz.com</domain>
</ns1:getWebSettings>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">gregin</login>
<password xsi:type="xsd:string">qqqqq</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:getWebSettingsResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<getWebSettingsReturn xsi:type="soapenc:Array" soapenc:arrayType="ns3:NamedParameter[4]" xmlns:ns2="http://www.w3.org/2002/12/soap-encoding" xmlns:ns3="urn:WebServices" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<item href="#id0"/>
<item href="#id1"/>
<item href="#id2"/>
<item href="#id3"/>
</getWebSettingsReturn>
</ns1:getWebSettingsResponse>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns4:NamedParameter" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns4="urn:WebServices">
<name xsi:type="xsd:string">index</name>
<value xsi:type="xsd:string">fancy</value>
</multiRef>
<multiRef id="id2" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns5:NamedParameter" xmlns:ns5="urn:WebServices" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<name xsi:type="xsd:string">multiview</name>
<value xsi:type="xsd:string">disabled</value>
</multiRef>
<multiRef id="id3" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns6:NamedParameter" xmlns:ns6="urn:WebServices" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<name xsi:type="xsd:string">ssi</name>
<value xsi:type="xsd:string">enabled</value>
</multiRef>
<multiRef id="id1" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns7:NamedParameter" xmlns:ns7="urn:WebServices" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<name xsi:type="xsd:string">symlink</name>
<value xsi:type="xsd:string">enabled</value>
</multiRef>
</soapenv:Body>
Action: setWebSettings for the domain
Description: sets WebSettings
Parameters:
AuthToken:at - authentication information
String:domain - domain name
NamedParameter[ ] settings - array of websetting parameters (pairs: name value)
Response: empty
Example:
<soapenv:Body>
<ns1:setWebSettings soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">flora.zzzz.com</domain>
<settings xsi:type="soapenc:Array" soapenc:arrayType="ns2:NamedParameter[1]" xmlns:ns2="urn:WebServices" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<item href="#id1"/>
</settings>
</ns1:setWebSettings>
<multiRef id="id1" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns3:NamedParameter" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns3="urn:WebServices">
<name xsi:type="xsd:string">index</name>
<value xsi:type="xsd:string">fancy</value>
</multiRef>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns4:AuthToken" xmlns:ns4="urn:WebServices" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">gregin</login>
<password xsi:type="xsd:string">qqqqq</password>
<role xsi:type="ns4:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:setWebSettingsResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: getIpType
Description: gets domain's IP type (shared or dedicated)
Parameters:
AuthToken:at - authentication information
String:domain - domain name
Response: String ["shared"/"dedicated"]
Example:
<soapenv:Body>
<ns1:getIpType soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">domain.com</domain>
</ns1:getIpType>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">login</login>
<password xsi:type="xsd:string">password</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:getIpTypeResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<getIpTypeReturn xsi:type="xsd:string">shared</getIpTypeReturn>
</ns1:getIpTypeResponse>
</soapenv:Body>
Action: changeIpToShared
Description: changes domain IP from dedicated to shared
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty or an error message
Example:
<soapenv:Body>
<ns1:changeIpToShared soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">flora.zzzz.com</domain>
</ns1:changeIpToShared>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">gregin</login>
<password xsi:type="xsd:string">qqqqq</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
<soapenv:Body>
<ns1:changeIpToSharedResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: changeIpToDedicated
Description: changes domain IP from shared to dedicated
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty or an error message
Example:
<soapenv:Body>
<ns1:changeIpToDedicated soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">flora.zzzz.com</domain>
</ns1:changeIpToDedicated>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">gregin</login>
<password xsi:type="xsd:string">qqqqq</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:changeIpToDedicatedResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addCgiExt
Description: adds a CGI extension for domain
Parameters:
AuthToken:at - authentication information
String:extention - extension name
String:handler - extension handler name (only for Windows plans,
for Unix plans set NULL)
String:domain - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addCgiExt soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<extention xsi:type="xsd:string">.cc</extention>
<handler xsi:type="xsd:string">NULL</handler>
<domain xsi:type="xsd:string">flora.zzzz.com</domain>
</ns1:addCgiExt>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">gregin</login>
<password xsi:type="xsd:string">qqqqq</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addCgiExtResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: deleteCgiExt
Description: deletes cgi extension
Parameters:
AuthToken:at - authentication information
String:extention - extension name
String:domain - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:deleteCgiExt soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<extention xsi:type="xsd:string">.cc</extention>
<domain xsi:type="xsd:string">flora.zzzz.com</domain>
</ns1:deleteCgiExt>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">gregin</login>
<password xsi:type="xsd:string">qqqqq</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:deleteCgiExtResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addCgiDir
Description: adds cgi directory
Parameters:
AuthToken:at - authentication information
String:path - path to new directory
String:domain - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addCgiDir soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<path xsi:type="xsd:string">/newdir</path>
<domain xsi:type="xsd:string">flora.zzzz.com</domain>
</ns1:addCgiDir>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">gregin</login>
<password xsi:type="xsd:string">qqqqq</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addCgiDirResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: deleteCgiDir
Description: deletes cgi directory
Parameters:
AuthToken:at - authentication information
String:path - path to new directory
String:domain - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:deleteCgiDir soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<path xsi:type="xsd:string">/newdir</path>
<domain xsi:type="xsd:string">flora.zzzz.com</domain>
</ns1:deleteCgiDir>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">gregin</login>
<password xsi:type="xsd:string">qqqqq</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:deleteCgiDirResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addPHP
Description: adds PHP resource
Parameters:
AuthToken:at - authentication information
String:domain - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addPHP soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">flora.zzzz.com</domain>
</ns1:addPHP>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">gregin</login>
<password xsi:type="xsd:string">qqqqq</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addPHPResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: deletePHP
Description: deletes PHP resource
Parameters:
AuthToken:at - authentication information
String:domain - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:deletePHP soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">flora.zzzz.com</domain>
</ns1:deletePHP>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">gregin</login>
<password xsi:type="xsd:string">qqqqq</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:deletePHPResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addPHPExt
Description: adds PHP extension
Parameters:
AuthToken:at - authentication information
String:extention - extension name
String:mime - MIME type
String:domain - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addPHPExt soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<extention xsi:type="xsd:string">.phps</extention>
<mime xsi:type="xsd:string">application/x-httpd-php-source</mime>
<domain xsi:type="xsd:string">flora.zzzz.com</domain>
</ns1:addPHPExt>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">gregin</login>
<password xsi:type="xsd:string">qqqqq</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addPHPExtResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: deletePHPExt
Description: deletes PHP extension
Parameters:
AuthToken:at - authentication information
String:extention - extension name
String:domain - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:deletePHPExt soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<extention xsi:type="xsd:string">.phps</extention>
<domain xsi:type="xsd:string">flora.zzzz.com</domain>
</ns1:deletePHPExt>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">gregin</login>
<password xsi:type="xsd:string">qqqqq</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:deletePHPExtResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addMIMEType
Description: adds MIME type
Parameters:
AuthToken:at - authentication information
String:extention - extension name
String:mime - MIME type
String:domain - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addMIMEType soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<extention xsi:type="xsd:string">.php</extention>
<mime xsi:type="xsd:string">application/x-httpd-php</mime>
<domain xsi:type="xsd:string">flora.zzzz.com</domain>
</ns1:addMIMEType>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">gregin</login>
<password xsi:type="xsd:string">qqqqq</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addMIMETypeResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: deleteMIMEType
Description: deletes MIME type
Parameters:
AuthToken:at - authentication information
String:extention - extension name
String:domain - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:deleteMIMEType soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<extention xsi:type="xsd:string">.php</extention>
<domain xsi:type="xsd:string">flora.zzzz.com</domain>
</ns1:deleteMIMEType>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">gregin</login>
<password xsi:type="xsd:string">qqqqq</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:deleteMIMETypeResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addFrontpage
Description: adds Frontpage resource
Parameters:
AuthToken:at - authentication information
String:login - login
String:password - password
String:domain - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addFrontpage soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<login xsi:type="xsd:string">userlogin</login>
<password xsi:type="xsd:string">userpass</password>
<domain xsi:type="xsd:string">flora.zzzz.com</domain>
</ns1:addFrontpage>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">gregin</login>
<password xsi:type="xsd:string">qqqqq</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addFrontpageResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: updateFrontpage
Description: updates Frontpage resource
Parameters:
AuthToken:at - authentication information
String:login - new login
String:password - new password
String:domain - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:updateFrontpage soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<login xsi:type="xsd:string">userlogin1</login>
<password xsi:type="xsd:string">userpass1</password>
<domain xsi:type="xsd:string">flora.zzzz.com</domain>
</ns1:updateFrontpage>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">gregin</login>
<password xsi:type="xsd:string">qqqqq</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:updateFrontpageResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: getIP
Description: gets domain IP
Parameters:
AuthToken:at - authentication information
String:domain - domain name
Response: String - domain IP
Example:
<soapenv:Body>
<ns1:getIP soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">korona.mmm.com</domain>
</ns1:getIP>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">gregin</login>
<password xsi:type="xsd:string">qqqqq</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:getIPResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<getIPReturn xsi:type="xsd:string">10.128.3.31</getIPReturn>
</ns1:getIPResponse>
</soapenv:Body>
Action: getNameServers
Description: gets name servers with their IPs for domain
Parameters:
AuthToken:at - authentication information
String:domain - domain name
Response: NamedParameter[ ] - array of name servers with IPs
Example:
<soapenv:Body>
<ns1:getNameServers soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">flora.zzzz.com</domain>
</ns1:getNameServers>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">gregin</login>
<password xsi:type="xsd:string">qqqqq</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:getNameServersResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<getNameServersReturn xsi:type="soapenc:Array" soapenc:arrayType="ns3:NamedParameter[2]" xmlns:ns2="http://www.w3.org/2002/12/soap-encoding" xmlns:ns3="urn:WebServices" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<item href="#id0"/>
<item href="#id1"/>
</getNameServersReturn>
</ns1:getNameServersResponse>
<multiRef id="id1" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns4:NamedParameter" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns4="urn:WebServices">
<name xsi:type="xsd:string">ns1.hs.psoft.net</name>
<value xsi:type="xsd:string">10.128.0.2</value>
</multiRef>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns5:NamedParameter" xmlns:ns5="urn:WebServices" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<name xsi:type="xsd:string">ns2.hs.psoft.net</name>
<value xsi:type="xsd:string">10.128.0.3</value>
</multiRef>
</soapenv:Body>
Action: addErrorLog
Description: adds error log
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addErrorLog soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
</ns1:addErrorLog>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addErrorLogResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delErrorLog
Description: deletes error log
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:delErrorLog soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
</ns1:delErrorLog>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delErrorLogResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addTransferLog
Description: adds transfer log
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addTransferLog soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik111.psoft</domain>
</ns1:addTransferLog>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addTransferLogResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delTransferLog
Description: deletes transfer log
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:delTransferLog soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik111.psoft</domain>
</ns1:delTransferLog>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delTransferLogResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addWebalizer
Description: adds webalizer
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addWebalizer soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik111.psoft</domain>
</ns1:addWebalizer>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addWebalizerResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delWebalizer
Description: deletes webalizer
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:delWebalizer soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik111.psoft</domain>
</ns1:delWebalizer>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delWebalizerResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addReferrerLog
Description: adds referrer log
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addReferrerLog soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik111.psoft</domain>
</ns1:addReferrerLog>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addReferrerLogResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delReferrerLog
Description: deletes referrer log
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:delReferrerLog soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik111.psoft</domain>
</ns1:delReferrerLog>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delReferrerLogResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addSSI
Description: adds server side include
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:fileExt - SSI extension
Response: empty
Example:
<soapenv:Body>
<ns1:addSSI soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik111.psoft</domain>
<fileExt xsi:type="xsd:string">.vvv</fileExt>
</ns1:addSSI>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addSSIResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delSSI
Description: deletes server side include
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:fileExt - SSI extension
Response: empty
Example:
<soapenv:Body>
<ns1:delSSI soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik111.psoft</domain>
<fileExt xsi:type="xsd:string">.vvv</fileExt>
</ns1:delSSI>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delSSIResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addDirectoryIndexes
Description: adds directory indexes
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:indexes - directory indexes (separated by spaces)
Response: empty
Example:
<soapenv:Body>
<ns1:addDirectoryIndexes soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
<indexes xsi:type="xsd:string">test1.html test2.html test3.html</indexes>
</ns1:addDirectoryIndexes>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addDirectoryIndexesResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: updateDirectoryIndexes
Description: updates directory indexes
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:indexes - directory indexes (separated by spaces)
Response: empty
Example:
<soapenv:Body>
<ns1:updateDirectoryIndexes soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
<indexes xsi:type="xsd:string">test1.html</indexes>
</ns1:updateDirectoryIndexes>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:updateDirectoryIndexesResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delDirectoryIndexes
Description: deletes directory indexes
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:delDirectoryIndexes soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
</ns1:delDirectoryIndexes>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delDirectoryIndexesResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addUnixRedirect
Description: adds redirect for Unix plans
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:status - redirect status
String:urlPath - redirect url path
String:url - url to redirect
String:protocol - http,ftp
Response: empty
Example:
<soapenv:Body>
<ns1:addUnixRedirect soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
<status xsi:type="xsd:string">temp</status>
<urlPath xsi:type="xsd:string">vvv111</urlPath>
<url xsi:type="xsd:string">www.ddd.com</url>
<protocol xsi:type="xsd:string">http</protocol>
</ns1:addUnixRedirect>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addUnixRedirectResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: updateUnixRedirect
Description: updates redirect for Unix plans
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:status - redirect status
String:urlPath - redirect url path
String:url - url to redirect
String:protocol - http,ftp
Response: empty
Example:
<soapenv:Body>
<ns1:updateUnixRedirect soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
<status xsi:type="xsd:string">permanent</status>
<urlPath xsi:type="xsd:string">vvv111</urlPath>
<url xsi:type="xsd:string">www.xxx.com</url>
<protocol xsi:type="xsd:string">http</protocol>
</ns1:updateUnixRedirect>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:updateUnixRedirectResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addWinRedirect
Description: adds redirect for Windows plans
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:urlPath - redirect url path
String:url - url to redirect
String:exact - the exact URL entered above
String:below - a directory below this one
String:perm - a permanent redirection for this resource
Response: empty
Example:
<soapenv:Body>
<ns1:addWinRedirect soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">winvovik.psoft</domain>
<urlPath xsi:type="xsd:string">vvv111</urlPath>
<url xsi:type="xsd:string">www.ddd.com</url>
<exact xsi:type="xsd:string">exact_on</exact>
<below xsi:type="xsd:string">below_on</below>
<perm xsi:type="xsd:string">perm_off</perm>
</ns1:addWinRedirect>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">winvovik</login>
<password xsi:type="xsd:string">winvovik</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addWinRedirectResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: updateWinRedirect
Description: updates redirect for Windows plans
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:urlPath - redirect url path
String:url - url to redirect
String:exact - the exact URL entered above
String:below - a directory below this one
String:perm - a permanent redirection for this resource
Response: empty
Example:
<soapenv:Body>
<ns1:updateWinRedirect soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">winvovik.psoft</domain>
<urlPath xsi:type="xsd:string">vvv111</urlPath>
<url xsi:type="xsd:string">www.xxx.com</url>
<exact xsi:type="xsd:string">exact_off</exact>
<below xsi:type="xsd:string">below_off</below>
<perm xsi:type="xsd:string">perm_on</perm>
</ns1:updateWinRedirect>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">winvovik</login>
<password xsi:type="xsd:string">winvovik</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:updateWinRedirectResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delRedirect
Description: deletes redirect
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:url - redirect url
Response: empty
Example:
<soapenv:Body>
<ns1:delRedirect soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
<url xsi:type="xsd:string">vvv111</url>
</ns1:delRedirect>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delRedirectResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addUnixServerSideImagemap
Description: adds ServerSideImagemap for Unix plans
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:fileExt - file extension
Response: empty
Example:
<soapenv:Body>
<ns1:addUnixServerSideImagemap soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
<fileExt xsi:type="xsd:string">.zzz</fileExt>
</ns1:addUnixServerSideImagemap>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addUnixServerSideImagemapResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: deleteUnixServerSideImagemap
Description: deletes server side image map for Unix plans
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:fileExt - file extension
Response: empty
Example:
<soapenv:Body>
<ns1:delUnixServerSideImagemap soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
<fileExt xsi:type="xsd:string">.zzz</fileExt>
</ns1:delUnixServerSideImagemap>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delUnixServerSideImagemapResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addAgentLog
Description: adds agent log
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addAgentLog soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
</ns1:addAgentLog>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addAgentLogResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delAgentLog
Description: deletes agent log
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:delAgentLog soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
</ns1:delAgentLog>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delAgentLogResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addMivaEmpresaEngine
Description: adds miva empresa engine
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addMivaEmpresaEngine soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
</ns1:addMivaEmpresaEngine>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addMivaEmpresaEngineResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delMivaEmpresaEngine
Description: deletes miva empresa engine
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:delMivaEmpresaEngine soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
</ns1:delMivaEmpresaEngine>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delMivaEmpresaEngineResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addMivaShoppingCart
Description: adds miva shopping cart
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addMivaShoppingCart soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik111.psoft</domain>
</ns1:addMivaShoppingCart>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addMivaShoppingCartResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delMivaShoppingCart
Description: deletes miva shopping cart
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:delMivaShoppingCart soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik111.psoft</domain>
</ns1:delMivaShoppingCart>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delMivaShoppingCartResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addASP
Description: adds ASP resource (Windows plans)
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addASP soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
</ns1:addASP>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">winvovik</login>
<password xsi:type="xsd:string">winvovik</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addASPResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delASP
Description: deletes ASP resource (Windows plans)
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:delASP soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">winvovik.psoft</domain>
</ns1:delASP>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">winvovik</login>
<password xsi:type="xsd:string">winvovik</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delASPResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addASPNet
Description: adds ASPNet resource (Windows plans)
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addASPNet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">winvovik.psoft</domain>
</ns1:addASPNet>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">winvovik</login>
<password xsi:type="xsd:string">winvovik</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addASPNetResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delASPNet
Description: deletes ASPNet resource (Windows plans)
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:delASPNet soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">winvovik.psoft</domain>
</ns1:delASPNet>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">winvovik</login>
<password xsi:type="xsd:string">winvovik</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delASPNetResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addErrorDoc
Description: adds error document
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:errorCode - error code
String:errorMsg - error message
int:type - document type
Response: empty
Example:
<soapenv:Body>
<ns1:addErrorDoc soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
<errorCode xsi:type="xsd:string">405</errorCode>
<errorMsg xsi:type="xsd:string">error</errorMsg>
<type xsi:type="xsd:int">0</type>
</ns1:addErrorDoc>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addErrorDocResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: updErrorDoc
Description: updates error document
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:errorCode - error code
String:errorMsg - error message
String:type - document type for Unix Plans (values: "MESS", "URL")
for Windows Plans (values: "FILE", "URL")
Response: empty
Example:
<soapenv:Body>
<ns1:updErrorDoc soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
<errorCode xsi:type="xsd:string">405</errorCode>
<errorMsg xsi:type="xsd:string">My message</errorMsg>
<type xsi:type="xsd:string">MESS</type>
</ns1:updErrorDoc>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:updErrorDocResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delErrorDoc
Description: deletes error document
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:errorCode - error code
Response: empty
Example:
<soapenv:Body>
<ns1:delErrorDoc soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
<errorCode xsi:type="xsd:string">405</errorCode>
</ns1:delErrorDoc>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delErrorDocResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addColdFusion
Description: adds ColdFusion (Windows plans)
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addColdFusion soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">winvovik.psoft</domain>
</ns1:addColdFusion>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">winvovik</login>
<password xsi:type="xsd:string">winvovik</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addColdFusionResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delColdFusion
Description: deletes ColdFusion (Windows plans)
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:delColdFusion soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">winvovik.psoft</domain>
</ns1:delColdFusion>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">winvovik</login>
<password xsi:type="xsd:string">winvovik</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delColdFusionResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addColdFusionEntry
Description: adds ColdFusion entension (Windows plans)
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:fileExt - file extension
Response: empty
Example:
<soapenv:Body>
<ns1:addColdFusionEntry soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">winvovik.psoft</domain>
<fileExt xsi:type="xsd:string">.mmm</fileExt>
</ns1:addColdFusionEntry>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">winvovik</login>
<password xsi:type="xsd:string">winvovik</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addColdFusionEntryResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delColdFusionEntry
Description: deletes ColdFusion entension (Windows plans)
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:fileExt - file extension
Response: empty
Example:
<soapenv:Body>
<ns1:delColdFusionEntry soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">winvovik.psoft</domain>
<fileExt xsi:type="xsd:string">.mmm</fileExt>
</ns1:delColdFusionEntry>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">winvovik</login>
<password xsi:type="xsd:string">winvovik</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delColdFusionEntryResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addPhpBB
Description: adds PHP BB
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:database - database name
String:user - user name
Response: empty
Example:
<soapenv:Body>
<ns1:addPhpBB soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
<database xsi:type="xsd:string">test1</database>
<user xsi:type="xsd:string">test1user</user>
</ns1:addPhpBB>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addPhpBBResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delPhpBB
Description: deletes PHP BB
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:delPhpBB soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
</ns1:delPhpBB>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delPhpBBResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addUnixMnoGoSearch
Description: adds mnoGoSearch
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:database - database name
String:user - user name
Response: empty
Example:
<soapenv:Body>
<ns1:addUnixMnoGoSearch soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
<database xsi:type="xsd:string">test1</database>
<user xsi:type="xsd:string">test1user</user>
</ns1:addUnixMnoGoSearch>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addUnixMnoGoSearchResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delUnixMnoGoSearch
Description: deletes mnoGoSearch
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:delUnixMnoGoSearch soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
</ns1:delUnixMnoGoSearch>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delUnixMnoGoSearchResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addUnixThrottlePolicyForCDRIR
Description: adds unix throttle policy for policy types - Concurrent, Document, Request, Idle, Random
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:type - policy type
String:limit - max limit of requests/limit on the volume
String:interv - time interval
String:intervUn - interval (s-sec, m-minutes, h-hour, d-days, w-weeks)
Response: empty
Example:
<soapenv:Body>
<ns1:addUnixThrottlePolicyForCDRIR soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
<type xsi:type="xsd:string">Concurrent</type>
<limit xsi:type="xsd:string">1200</limit>
<interv xsi:type="xsd:string">23456</interv>
<intervUn xsi:type="xsd:string">s</intervUn>
</ns1:addUnixThrottlePolicyForCDRIR>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addUnixThrottlePolicyForCDRIRResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addUnixThrottlePolicyForOSV
Description: adds unix throttle policy for policy types - Original, Speed, Volume
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:type - policy type
String:limit - max limit of requests/limit on the volume
String:limitUh - limit(K-kilobytes, M-megabytes, G-gigabytes)
String:interv - time interval
String:intervUn - interval (s-sec, m-minutes, h-hour, d-days, w-weeks)
Response: empty
Example:
<soapenv:Body>
<ns1:addUnixThrottlePolicyForOSV soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
<type xsi:type="xsd:string">Original</type>
<limit xsi:type="xsd:string">1300</limit>
<limitUn xsi:type="xsd:string">K</limitUn>
<interv xsi:type="xsd:string">12000</interv>
<intervUn xsi:type="xsd:string">s</intervUn>
</ns1:addUnixThrottlePolicyForOSV>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addUnixThrottlePolicyForOSVResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addUnixThrottlePolicyForNone
Description: adds unix throttle policy for policy type - None
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addUnixThrottlePolicyForNone soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
</ns1:addUnixThrottlePolicyForNone>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addUnixThrottlePolicyForNoneResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: updUnixThrottlePolicy
Description: updates unix throttle policy (for all policy types)
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:type - policy type
String:limit - max limit of requests/limit on the volume
String:limitUh - limit(K-kilobytes, M-megabytes, G-gigabytes)
String:interv - time interval
String:intervUn - interval (s-sec, m-minutes, h-hour, d-days, w-weeks)
Response: empty
Example:
<soapenv:Body>
<ns1:updUnixThrottlePolicy soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
<type xsi:type="xsd:string">Concurrent</type>
<limit xsi:type="xsd:string">2387</limit>
<limitUn xsi:type="xsd:string"></limitUn>
<interv xsi:type="xsd:string">20000</interv>
<intervUn xsi:type="xsd:string">s</intervUn>
</ns1:updUnixThrottlePolicy>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:updUnixThrottlePolicyResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delUnixThrottlePolicy
Description: deletes unix throttle policy (for all policy types)
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:delUnixThrottlePolicy soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
</ns1:delUnixThrottlePolicy>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delUnixThrottlePolicyResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addOsCommerce
Description: adds OsCommerce
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
String:database - database name
String:user - user name
Response: empty
Example:
<soapenv:Body>
<ns1:addOsCommerce soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
<database xsi:type="xsd:string">test1</database>
<user xsi:type="xsd:string">test1user</user>
</ns1:addOsCommerce>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addOsCommerceResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delOsCommerce
Description: deletes OsCommerce
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:delOsCommerce soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
</ns1:delOsCommerce>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delOsCommerceResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addUnixModLogAn
Description: adds unix ModLogAn
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addUnixModLogAn soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
</ns1:addUnixModLogAn>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addUnixModLogAnResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delUnixModLogAn
Description: deletes unix ModLogAn
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:delUnixModLogAn soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik111.psoft</domain>
</ns1:delUnixModLogAn>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:delUnixModLogAnResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: addUrchin4Statistics
Description: adds Urchin 4 Statistics
Parameters:
AuthToken:at - authentication information
String:domainName - domain name
Response: empty
Example:
<soapenv:Body>
<ns1:addUrchin4Statistics soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices">
<at href="#id0"/>
<domain xsi:type="xsd:string">vovik2222.psoft</domain>
</ns1:addUrchin4Statistics>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:AuthToken" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="urn:WebServices">
<accountId xsi:type="xsd:int">0</accountId>
<login xsi:type="xsd:string">vovan2</login>
<password xsi:type="xsd:string">vovan</password>
<role xsi:type="ns2:Role" xsi:nil="true"/>
</multiRef>
</soapenv:Body>
...
<soapenv:Body>
<ns1:addUrchin4StatisticsResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="WebServices"/>
</soapenv:Body>
Action: delUrchin4Statistics
Description: deletes Urchin 4 Statistics
Parameters:
AuthToken:at - auth |