EPP DOMAIN CREATE 命令语法错误
Command syntax error on EPP DOMAIN CREATE
尝试通过 sidn.nl API 执行 EPP 域创建 - 你好,登录和域检查工作正常,因此会话已打开并且服务器正在响应。
Returns "Command syntax error" 在此命令上:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
<command><create>
<domain:create xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
<domain:name>5gmobiel.nl</domain:name><domain:period unit="y">1</domain:period><domain:ns>
<domain:hostObj>ns1.sidn.nl</domain:hostObj></domain:ns>
<domain:ns><domain:hostObj>ns2.sidn.nl</domain:hostObj></domain:ns>
<domain:registrant>FLO015428-AFGLI</domain:registrant>
<domain:contact type="admin">FLO015428-AFGLI</domain:contact>
<domain:contact type="tech">FLO015428-AFGLI</domain:contact>
<domain:authInfo><domain:pw></domain:pw></domain:authInfo>
</domain:create></create>
<extension>
<secDNS:create xmlns:secDNS="urn:ietf:params:xml:ns:secDNS-1.1"></secDNS:create></extension>
<clTRID>AFREG-12345</clTRID>
</command></epp>
结果:
<response><result code="2001"><msg>Command syntax error</msg></result><trID><clTRID>AFREG-12345</clTRID><svTRID>SIDN</svTRID></trID></response>
验证
xml 有效:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
<command>
<create>
<domain:create xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
<domain:name>testtest.nl</domain:name>
<domain:period unit="m">12</domain:period>
<domain:ns>
<domain:hostObj>ns1.yourdomain.com</domain:hostObj>
<domain:hostObj>ns2.yourdomain.com</domain:hostObj>
</domain:ns>
<domain:registrant>TES093515-X1584</domain:registrant>
<domain:contact type="admin">TES093515-X1584</domain:contact>
<domain:contact type="tech">TES093515-X1584</domain:contact>
<domain:contact type="billing">TES093515-X1584</domain:contact>
<domain:authInfo>
<domain:pw>qcbJsi68k-;P04QxVTKsU</domain:pw>
</domain:authInfo>
</domain:create>
</create>
<clTRID>1477398822-5wsm4XbVrt</clTRID>
</command>
</epp>
处理 sidn.nl,您应该只依赖社区,因为他们的手册已经过时,技术支持粗鲁且没有建设性。
根据架构,空的 secDNS:create
节点无效。 domain:pw
相同
尝试通过 sidn.nl API 执行 EPP 域创建 - 你好,登录和域检查工作正常,因此会话已打开并且服务器正在响应。
Returns "Command syntax error" 在此命令上:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
<command><create>
<domain:create xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
<domain:name>5gmobiel.nl</domain:name><domain:period unit="y">1</domain:period><domain:ns>
<domain:hostObj>ns1.sidn.nl</domain:hostObj></domain:ns>
<domain:ns><domain:hostObj>ns2.sidn.nl</domain:hostObj></domain:ns>
<domain:registrant>FLO015428-AFGLI</domain:registrant>
<domain:contact type="admin">FLO015428-AFGLI</domain:contact>
<domain:contact type="tech">FLO015428-AFGLI</domain:contact>
<domain:authInfo><domain:pw></domain:pw></domain:authInfo>
</domain:create></create>
<extension>
<secDNS:create xmlns:secDNS="urn:ietf:params:xml:ns:secDNS-1.1"></secDNS:create></extension>
<clTRID>AFREG-12345</clTRID>
</command></epp>
结果:
<response><result code="2001"><msg>Command syntax error</msg></result><trID><clTRID>AFREG-12345</clTRID><svTRID>SIDN</svTRID></trID></response>
验证
xml 有效:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
<command>
<create>
<domain:create xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
<domain:name>testtest.nl</domain:name>
<domain:period unit="m">12</domain:period>
<domain:ns>
<domain:hostObj>ns1.yourdomain.com</domain:hostObj>
<domain:hostObj>ns2.yourdomain.com</domain:hostObj>
</domain:ns>
<domain:registrant>TES093515-X1584</domain:registrant>
<domain:contact type="admin">TES093515-X1584</domain:contact>
<domain:contact type="tech">TES093515-X1584</domain:contact>
<domain:contact type="billing">TES093515-X1584</domain:contact>
<domain:authInfo>
<domain:pw>qcbJsi68k-;P04QxVTKsU</domain:pw>
</domain:authInfo>
</domain:create>
</create>
<clTRID>1477398822-5wsm4XbVrt</clTRID>
</command>
</epp>
处理 sidn.nl,您应该只依赖社区,因为他们的手册已经过时,技术支持粗鲁且没有建设性。
根据架构,空的 secDNS:create
节点无效。 domain:pw