Readme update

This commit is contained in:
Martin Lensment 2014-06-18 15:33:05 +03:00
parent 6a0a22bdc0
commit 3bedf17d9a
4 changed files with 69 additions and 4 deletions

View file

@ -2,4 +2,8 @@ class Epp::SessionsController < ApplicationController
def index
render 'hello'
end
def create
render 'login'
end
end

View file

@ -0,0 +1,14 @@
<?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="1000">
<msg lang="en">User test was authenticated. Welcome.</msg>
</result>
<trID>
<clTRID>sample1trid</clTRID>
</trID>
</response>
</epp>