mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
12 lines
226 B
Ruby
12 lines
226 B
Ruby
xml.epp_head do
|
|
xml.response do
|
|
xml.result('code' => '1500') do
|
|
xml.msg 'Command completed successfully; ending session'
|
|
end
|
|
end
|
|
|
|
xml.trID do
|
|
xml.clTRID params[:clTRID]
|
|
xml.svTRID @svTRID
|
|
end
|
|
end
|