Radixx API Example
I am using radixx API to find and book flights. They gave me links WSDL and SDK for WSDL: Here are the WSDL files: -
http://s9.tpapi.uat.radixx.com/
I tried one: -
http://s9.tpapi.uat.radixx.com/RadixxSecurity.asmx?op=GetSecurityGUID
I gave a username and password and got a guide. But when I try to use another WSDL file to get the information as below: -
http://s9.tpapi.uat.radixx.com/RadixxFlights.asmx?op=GetFlightScheduleInformation_v2
There are five parameters here, but I only know three of them: - SecurityGUID (derived from the above wsdl) StartSearchDate and EndSearchDate (these are dates)
I don't know about: - SearchType and SearchCriteria
They told me that I can get these values ββfrom the SDk, but I cannot find them.
I cannot find the values ββfor the other wsdl parameters. Please help me get these parameter values.
Please help me.
Thank,
source to share
The SDK guide provided to you does not match the WSDL API. The operation you are looking for should be at http://connectpoint.radixx.com/sdk/#Flight%20-%20Request_xsd.html , but it is not documented. You will need to contact them for more complete documentation.
source to share