sabre

Consuming Sabre soap services using .net

為{幸葍}努か 提交于 2019-12-02 04:33:35
问题 I am trying to create session using SessionCreateRQ soap service. which is first step of using sabre soap services where I have created object of HttpWebRequest with end point https://sws3-crt.cert.sabre.com and passing the request xml copied from sabre documentation to create a session public HttpWebRequest CreateWebRequest() { HttpWebRequest webRequest = (HttpWebRequest)WebRequest.Create(@"https://sws3-crt.cert.sabre.com"); webRequest.Headers.Add(@"SOAP:Action"); webRequest.ContentType =

Consuming Sabre soap services using .net

痞子三分冷 提交于 2019-12-02 01:29:48
I am trying to create session using SessionCreateRQ soap service. which is first step of using sabre soap services where I have created object of HttpWebRequest with end point https://sws3-crt.cert.sabre.com and passing the request xml copied from sabre documentation to create a session public HttpWebRequest CreateWebRequest() { HttpWebRequest webRequest = (HttpWebRequest)WebRequest.Create(@"https://sws3-crt.cert.sabre.com"); webRequest.Headers.Add(@"SOAP:Action"); webRequest.ContentType = "text/xml;charset=\"utf-8\""; webRequest.Accept = "text/xml"; webRequest.Method = "POST"; return

Choose different return flight for Bargain Finder Max Flight

百般思念 提交于 2019-12-01 14:00:15
I'm developing a travel application powered by Sabre's Soap Api. I am calling the BargainFinderMax(BFM) endpoint with the Given request <OTA_AirLowFareSearchRQ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="3.0.0" ResponseType="OTA" ResponseVersion="3.0.0"> <POS xmlns="http://www.opentravel.org/OTA/2003/05"> <Source PseudoCityCode="XXXX"> <RequestorID Type="1" ID="1"> <CompanyName Code="TN"/> </RequestorID> </Source> </POS> <OriginDestinationInformation xmlns="http://www.opentravel.org/OTA/2003/05" RPH="1"> <DepartureDateTime>2017-05