Modify Domain Name Severs
Sample XMLINPUT
<?xml version="1.0"?>
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"
SOAP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP:Header>
<T:Tran xmlns:T="http://dotph.com">
<T:ID></T:ID>
<T:UserID>testpartner</T:UserID>
<T:Password>testpartner</T:Password>
<T:Type>Execute</T:Type>
</T:Tran>
</SOAP:Header>
<SOAP:Body><Job><details><![CDATA[
<Domain name="mydomain.com.ph">
Set type attribute of JD to EditNameServer.
<JD type="EditNameServer"><NameServers>
A list of Name servers that the domain is delegated to. The attributes name and ip are required for NS1 and NS2. The name attribute requires a valid hostname. The ip attribute requires a valid ip address.
<NS1 name="ns1.domains.ph" ip="203.87.141.241"/>
<NS2 name="ns2.domains.ph" ip="203.87.142.180"/>
<NS3 name="" ip=""/></NameServers></JD>
</Domain>]]>
</details>
</Job>
</SOAP:Body>
</SOAP:Envelope>
August 19, 2003
[ Back ]