【问题标题】:I am trying to create SABRE SpecialServiceRQ with knownTravelerNumber and the documentation is not helpful我正在尝试使用 knownTravelerNumber 创建 SABRE SpecialServiceRQ,但文档没有帮助
【发布时间】:2018-02-24 14:36:14
【问题描述】:
<SpecialServiceRQ Version="2.1.1" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SpecialServiceInfo>
    <SecureFlight>
        <PersonName DateOfBirth="1945-02-17" NameNumber="1.1">
            <GivenName>JAYDEN</GivenName>
            <Surname>MOORE</Surname>
        </PersonName>
        <VendorPrefs>
            <Airline/>
        </VendorPrefs>
    </SecureFlight>
    <Service SSRCode="DOCO">
        <PersonName NameNumber="1.1"/>
        <VendorPrefs>
            <Airline Code="NK"/>
        </VendorPrefs>
    </Service>
</SpecialServiceInfo>

而且我不断收到错误的版本响应,SpecialServiceInfo 是否必须是某种列表?我需要将 Service 和 SecureFlight 分开来分开 SpecialServiceInfo 节点吗?我只是迷路了

【问题讨论】:

    标签: sabre sabredav


    【解决方案1】:

    2.1.1 版似乎还没有发布。 2.1.0 确实有效。

    另外,请注意 Service@SSRCode 不正确。它应该是 Service@SSR_Code。

    【讨论】:

    • 2.2.1 是为 SpecialService 发布的,但指向 SSRCODE 是一个不错的选择。谢谢。
    猜你喜欢
    • 2022-01-03
    • 1970-01-01
    • 2013-02-10
    • 2023-02-08
    • 2017-09-17
    • 1970-01-01
    • 1970-01-01
    • 2018-06-30
    • 1970-01-01
    相关资源
    最近更新 更多