I am trying to using sabre web service in one of my php application.
But I am confuse how to implement it.
I done lots of R & D on google but still not get result.
Has anyone solution ? please guide.
Thanks in Advance.
|
I am trying to using sabre web service in one of my php application. But I am confuse how to implement it. I done lots of R & D on google but still not get result. Has anyone solution ? please guide. Thanks in Advance. | |||
|
feedback
|
|
Why have to be with PHP? Sabre SOAP model is easy to consume using .NET, just point to the Service WSDL, instanciate the service, create the request object, pass it to the service then get the response and mapp to a custom object. | |||
|
feedback
|