mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Domain checking for multiple domains
This commit is contained in:
parent
7ec19c2804
commit
8f131c2fe4
6 changed files with 71 additions and 10 deletions
7
spec/epp/requests/domains/check_multiple.xml
Normal file
7
spec/epp/requests/domains/check_multiple.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?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><check><domain:check xmlns:domain="http://www.nic.cz/xml/epp/domain-1.4" xsi:schemaLocation="http://www.nic.cz/xml/epp/domain-1.4 domain-1.4.xsd"><domain:name>test.ee</domain:name>
|
||||
<domain:name>bla.ee</domain:name>
|
||||
</domain:check>
|
||||
</check>
|
||||
<clTRID>naug002#14-06-30at10:45:27</clTRID>
|
||||
</command>
|
||||
</epp>
|
|
@ -0,0 +1,8 @@
|
|||
<?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><check><domain:check xmlns:domain="http://www.nic.cz/xml/epp/domain-1.4" xsi:schemaLocation="http://www.nic.cz/xml/epp/domain-1.4 domain-1.4.xsd"><domain:name>test.ee</domain:name>
|
||||
<domain:name>bla.ee</domain:name>
|
||||
<domain:name>asdasd</domain:name>
|
||||
</domain:check>
|
||||
</check>
|
||||
<clTRID>ixsz002#14-06-30at11:43:32</clTRID>
|
||||
</command>
|
||||
</epp>
|
Loading…
Add table
Add a link
Reference in a new issue