Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
查看了他们的文档,似乎在 PHP 中,我们无法通过 REST 服务完成所有请求。
例如:
我可以通过 REST 获取航班(Instaflights Search)
但是当我想预订东西时,我需要跳入 SOAP (Book Air Segment)
我宁愿在 REST 中做所有事情,而不是 SOAP 或一半一半。
这是创建预订引擎的正确方法吗?或者我错过了什么?
Instaflights 仅适用于 REST,不适用于 SOAP。但目前只能在 SOAP 上创建 Pnr。
Sabre 正在开发 REST Booking API。目前只能使用 SOAP 技术。