mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
XML builder for generating xml response files, test dummy for epp
This commit is contained in:
parent
3bedf17d9a
commit
e46cdbd6fc
7 changed files with 31 additions and 22 deletions
15
app/views/epp/sessions/greeting.xml.builder
Normal file
15
app/views/epp/sessions/greeting.xml.builder
Normal file
|
@ -0,0 +1,15 @@
|
|||
xml.instruct!
|
||||
xml.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') do
|
||||
xml.svID 'EPP server (DSDng)'
|
||||
xml.svDate '2014-06-18T17:46:59+03:00'
|
||||
xml.version '1.0'
|
||||
xml.lang 'en'
|
||||
xml.lang 'cs'
|
||||
xml.objURI 'http://www.nic.cz/xml/epp/contact-1.6'
|
||||
xml.objURI 'http://www.nic.cz/xml/epp/domain-1.4'
|
||||
xml.objURI 'http://www.nic.cz/xml/epp/nsset-1.2'
|
||||
xml.objURI 'http://www.nic.cz/xml/epp/keyset-1.3'
|
||||
xml.svcExtension do
|
||||
xml.extURI 'http://www.nic.cz/xml/epp/enumval-1.2'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue