Atk不支持佩剑

时间:2018-04-15 08:04:55

标签: php soap sabre

我正在使用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>

1 个答案:

答案 0 :(得分:1)

你尝试使用Stateless吗?这应该与无会话令牌一起使用。