I believe this is the correct returncodes for poll req and ack, this is from documentation from ($otherregistry)
and this is why my standard EPP library is not working correctly with poll:
<<<<<<<<<<<<<<<<<<<<<<<<<
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"
xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
<command>
<poll op="req" />
<clTRID>ABC-12345</clTRID>
</command>
</epp>
<<<<<<<<<<<<<<<<<<<<<<<<<
>>>>>>>>>>>>>>>>>>>>>>>>>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
<response>
<result code="1000"><msg>Poll message</msg></result>
<msgQ count="5" id="3559"><msg>Created domain for xxxxxxxxxxxx.dk has been approved</msg>
</msgQ>
<trID><clTRID>ABC-12345</clTRID><svTRID>DA424250-4792-11E3-BF65-C71E2EEF2C3B</svTRID>
</trID>
</response>
</epp>
>>>>>>>>>>>>>>>>>>>>>>>>>
without reading every single word 40000 times, i believe this is also the RFC documents
http://tools.ietf.org/html/rfc5730#page-26
according to your documentation:
"This part of the EPP protocol is described in RFC 5730. This command adheres to the standard.
There are no special additions or alterations to the specification or use of this command"
i'm kindly reflecting this is not correct
any comments on that?
regards, Peter Larsen - ICANN Accredited registrar
My info:
http://larsen.tel
Company info:
http://larsendata.tel
Received on Thu Nov 07 2013 - 14:52:55 CET