I need to develop a PHP web based application using Travelport uAPI. I'm able to connect to the webservice using the function curl_init()
writing all xml request, but I'm stuck trying to do it with SoapClient
class.
I'm using this example and doesn't work:
http://demo.travelportuniversalapi.com/Home/SampleCode
I don't know what I'm doing wrong. Anyone knows a working sample code/project in PHP using SoapClient class? I've searched in the web, but I couldn't find anything in PHP.
(Answered in a question edit. Converted to a community wiki answer. See What is the appropriate action when the answer to a question is added to the question itself? )
The OP wrote: