调用 GetReservation 请求
时,我从Saber Web服务获得空响应<GetReservationRQ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.18.0">
<Locator xmlns="http://webservices.sabre.com/pnrbuilder/v1_18">Its Unique </Locator>
<RequestType xmlns="http://webservices.sabre.com/pnrbuilder/v1_18">Stateful</RequestType>
<ReturnOptions xsi:type="ReturnOptions" xmlns="http://webservices.sabre.com/pnrbuilder/v1_18">
<ViewName>VaDefaultWithPq</ViewName>
</ReturnOptions>
</GetReservationRQ>
在此 ReturnOptions 标记中,缺少一个元素是 ResponseFormate ,其默认值为 STL ,因此无法在xml编写中显示
答案 0 :(得分:2)
您是否有理由将“ It's Unique”用作记录定位器?如果要读取工作区中的PNR,则应在其中放置一个有效的记录定位器或删除该节点。
您可以发布指向应用程序的Saber端点吗?