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.

link|improve this question
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.