This is to test RON XML-API Request and Response
The data is configured against the sales-trinity software organsation the test URL -https://ron.respax.com.au:30443/section/xmlrpc/server-ron.php?config=train
Method - readToursAvailability
Output- XML Request and Response
Host - Sales - Trinity Software
XML Request<?xml version="1.0" encoding="iso-8859-1"?>
<methodCall>
<methodName>readTourAvailability</methodName>
<params>
<param>
<value>
<string>SALES</string>
</value>
</param>
<param>
<value>
<string>RONSAMPLE</string>
</value>
</param>
<param>
<value>
<string>110</string>
</value>
</param>
<param>
<value>
<string>161</string>
</value>
</param>
<param>
<value>
<string>12/10/2015</string>
</value>
</param>
<param>
<value>
<string>112</string>
</value>
</param>
</params>
</methodCall>
XML Response<?xml version="1.0" encoding="iso-8859-1"?>
<methodResponse>
<params>
<param>
<value>
<int>10</int>
</value>
</param>
</params>
</methodResponse>