Modify Domain Information

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 EditDomainInfo.

<JD type="EditDomainInfo">

Domain Owner/Administrator Information
Organization, Domain owner name (LastName,FirstName), and Primary Email cannot be modified using SRS.
Phone - [char(20), required]
Fax - [char(20)]
AddressLine1 -[char(80), required]
AddressLine2 - [char(80)]
City -[char(80),required]
State -[char(40), required]
PostalCode - [char(10)]
CountryCode -[char(2),required]

SecondaryEmail - [char(80)] - alternate email address

<Admin>
<AddressLine1>addressline1</AddressLine1>
<AddressLine2> </AddressLine2>
<City>city</City>
<State>NY</State>
<PostalCode></PostalCode>
<CountryCode>US</CountryCode>
<Phone>55512221 loc 1121</Phone>
<Fax>5551459</Fax>
<SecondaryEmail>celina1212@domains.ph</SecondaryEmail>
</Admin>
</JD></Domain> ]]>
</details>
</Job>
</SOAP:Body>
</SOAP:Envelope>


August 19, 2003


[ Back ]