WHOIS

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:Tran>
</SOAP:Header>
<SOAP:Body><GetWhoisRequest>

Specify the name of the domain to query.

<Domain>mydomain.com.ph</Domain>

</GetWhoisRequest>
</SOAP:Body> </SOAP:Envelope>

XMLOUTPUT

<?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:Tran>
</SOAP:Header>
<SOAP:Body>
<GetWhoisResponse><return><![CDATA[
<Domain name="mydomain.com.ph">

Domain Owner
Organization
LastName
FirstName
Address (Addressline1, AddressLine2, City, State, 2 letter country code, Country, Postal Code)

Primary Email - Administrator email address
Secondary Email - Alternate email address

<Organization>domains</Organization>
<Address1>19f strata 100, emerald ave., pasig city</Address1>
<Address2></Address2>
<City></City>
<State></State>
<Country></Country>
<PostalCode></PostalCode>
<PrimaryEmail>anastaci...@...</PrimaryEmail>
<SecondaryEmail>reyna...@...</SecondaryEmail>

A list of Name servers that the domain is delegated to.

<NS1 name="dns1u.domains.com.ph" ip="203.167.64.2"/>
<NS2 name="dns2u.domains.com.ph" ip="203.167.64.3"/>
<NS3 name="" ip=""/>

Domain expiration date.

<Expirydate>2003-01-15</Expirydate>

</Domain>]]></return></GetWhoisResponse></SOAP:Body>
</SOAP:Envelope>


August 19, 2003


[ Back ]