Sabre Web 服务不支持的命令

Sabre web service unsupported command

我正在尝试通过 SabreCommandLLSRQ 网络服务调用发送 "NM" Sabre 命令并将 "Invalid Input for GDS" 作为响应,从而将旅客个人资料移至 PNR。此命令可通过 Sabre Red 运行,但由于某些原因似乎不支持通过 web 服务。

是否有不受支持的命令列表,或者我是否遗漏了什么?

显然,请求的输出格式设置为 "SDS" 而不是 "SCREEN",这显然对可以执行的命令有一些严重的副作用。

这是 Legacy Stars 还是新的 Sabre Profiles?

您是否检查过将配置文件移动到 PNR 服务API?

https://developer.sabre.com/docs/read/soap_apis/profiles/build_reservation/Copy_Profile_to_Itinerary

可能不相关,但如果您使用的是 PassengerDetailsRQ,则只需在 ProfileRQ 上设置 UniqueId

https://developer.sabre.com/docs/read/soap_apis/management/itinerary/Passenger_Details

Blockquote I like to connect Flights api App using php file dsbridge.php by making
ajax request to the class curl Bridge getting array response
error - invalid_client error_descr - Credentials are missing or the syntax is not correct.
When I make the _dsAppKey using base64 tool using this procedure.

 1. Base64 your Client Id            
 2. Base64 Client Secret            
 3. Concatenate both Base64 values with a :            
 4. Base64 the concatenation.  

It still gives me the Response code as NULL. This code gives me the 
Access token. You have to send another request to the Sabre Api.  

Pl. help me with the complete example.