Hi guys
A few issues with contact-create.
Specifying password for contact at contact-create doesn't seem to work, e.g.:
<contact:authInfo>
<contact:pw>m75zy_at_fI</contact:pw>
</contact:authInfo>
Manually specifying an id doesn't seem to work:
The documentation suggests this should be possible as per RFC5733.
Request:
<contact:id>GH342342-DK</contact:id>
<result code="1000">
<msg>Contact created.</msg>
</result>
<resData>
<contact:creData xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
<contact:id>GH5590-DK</contact:id>
…
clTRID is discarded if validation fails, even just for certain field
IMHO Especially problematic when we are working async.
<?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="2001">
<msg>XSD Validation failed Element '{urn:ietf:params:xml:ns:contact-1.0}voice': '+45 12345678' is not a valid value of the atomic type '{urn:ietf:params:xml:ns:contact-1.0}e164StringType'.</msg>
</result>
<trID>
<clTRID>missing</clTRID>
<svTRID>6EBB7AB6-CCB7-11E2-ACC0-D1A1A4F3F658</svTRID>
</trID>
</response>
</epp>
Mvh / Best regards
Morten Møller Riis
Gigahost ApS
mmr_at_gigahost.dk
Received on Tue Jun 04 2013 - 03:47:53 CEST