Hi all,
I am trying to set jpos gateway locally using xml server. I am using this guide as reference.
I am going step by step as mentioned in above pdf. After 50_xml_server.xml is deployed the server is listening to port 8000.
While the system is running, I am calling telnet localhost 8000 in another terminal and get blank screen on terminal.
After pressing 'Ctrl + ]' output will like this...
Escape character is 'Ctrl+] '
Then copy and paste the following XML-formatted 0800 message.
<isomsg>
<field id="0" value="0800" />
<field id="11" value="000001" />
<field id="41" value="00000001" />
<field id="70" value="301" />
</isomsg>
Here i get an error on telnet console.....
Welcome to Microsoft Telnet Client
Escape Character is 'CTRL+]'
Microsoft Telnet> st
Connected to localhost
Microsoft Telnet> <isomsg>
Invalid Command. type ?/help for help
Microsoft Telnet> <field id="0" value="0800" />
Invalid Command. type ?/help for help
Microsoft Telnet> <field id="11" value="000001" />
Invalid Command. type ?/help for help
Microsoft Telnet> <field id="41" value="00000001" />
Invalid Command. type ?/help for help
Microsoft Telnet> <field id="70" value="301" />
Invalid Command. type ?/help for help
Microsoft Telnet> </isomsg>
And this action did not logs anything on q2 server console.
please help.
Thanks,
Digambar