Thanks everyone for their reply to my last mail.
Now I am trying to renew a domain by sending the command below but every
time I get "Domain not found" response. I can successfully perform
sw_register and lookup actions on the same domain.
Can anyone explain the reason for this error?
According to srsApiDoc.pdf, I should not be getting this response.
Thanks in Advance,
Amit.
<!--part of response start-->
<item key="response_text">Domain not found</item>
<item key="response_code">480</item>
<!-- part of response end-->
--request--
<?xml version="1.0" encoding="UTF-8"?>
<OPS_envelope>
<header>
<version>0.9</version>
<msg_id>4.01462685995842</msg_id>
<msg_type>standard</msg_type>
</header>
<body>
<data_block>
<dt_assoc>
<item key="attributes">
<dt_assoc>
<item key="currentexpirationyear">2004</item>
<item key="domain">jrd.com</item>
<item key="period">1</item>
</dt_assoc>
</item>
<item key="object">DOMAIN</item>
<item key="action">RENEW</item>
<item key="protocol">XCP</item>
</dt_assoc>
</data_block>
</body>
</OPS_envelope>