我正在使用saber soap api for getReservationRQ.But我收到此错误,因为不支持ATK。注意我正在为请求使用无会话令牌。请求和响应格式如下。
<GetReservationRQ xmlns="http://webservices.sabre.com/pnrbuilder/v1_18" Version="1.18.0">
<Locator>XXXXXX</Locator>
<RequestType>Trip</RequestType>
<ReturnOptions>
<ViewName>Default</ViewName>
<ResponseFormat>STL</ResponseFormat>
</ReturnOptions>
错误如下
<stl18:GetReservationRS xmlns:stl18="http://webservices.sabre.com/pnrbuilder/v1_18" xmlns:ns6="http://services.sabre.com/res/orr/v0" xmlns:raw="http://tds.sabre.com/itinerary" xmlns:ns4="http://webservices.sabre.com/pnrconn/ReaccSearch" xmlns:or112="http://services.sabre.com/res/or/v1_12">
<stl18:Errors>
<stl18:Error>
<stl18:Code>500307</stl18:Code>
<stl18:Message>ATK not supported</stl18:Message>
<stl18:Severity>MODERATE</stl18:Severity>
</stl18:Error>
</stl18:Errors>
答案 0 :(得分:1)
你尝试使用Stateless吗?这应该与无会话令牌一起使用。