Amadeus API 分类及其 Soap 客户端
Amadeus API classifications and Its Soap Client
当我检查 https://sandbox.amadeus.com/ 时,它显示 JSON API,根据我的研究,Amadeus 提供了基于 XML 的 Soap API。
所以,如果 sandbox.amadeus.com 不是常规的 API,我需要进一步澄清什么是 sandbox.amadeus.com?为什么它在 JSON 而不是 XML?
在获得生产 API 密钥后,我可以使用这样的 JSON 服务进行预订,还是必须将其移植到 SOAP XML?
为什么沙盒 API 在 JSON 而常规直播 API 在 XML?
So, I need more clarification as to what is sandbox.amadeus.com if its not a regular API? Why is it in JSON and not in XML?
沙盒站点确实是一个探索性站点。生产中的 Amadeus API(实际上是 Web 服务)目前只有 SOAP XML。 Amadeus 正在开发 JSON 将来可以使用的服务,但是,据我所知,尚无实际日期可以在生产环境中使用。
And after having production API keys, can I use JSON services like this for booking or do I have to port it to SOAP XML for that?
目前只有 SOAP XML 可以工作。
Why is the sandbox API in JSON and regular live API is in XML?
看我对你第一个问题的回答
当我检查 https://sandbox.amadeus.com/ 时,它显示 JSON API,根据我的研究,Amadeus 提供了基于 XML 的 Soap API。
所以,如果 sandbox.amadeus.com 不是常规的 API,我需要进一步澄清什么是 sandbox.amadeus.com?为什么它在 JSON 而不是 XML?
在获得生产 API 密钥后,我可以使用这样的 JSON 服务进行预订,还是必须将其移植到 SOAP XML?
为什么沙盒 API 在 JSON 而常规直播 API 在 XML?
So, I need more clarification as to what is sandbox.amadeus.com if its not a regular API? Why is it in JSON and not in XML?
沙盒站点确实是一个探索性站点。生产中的 Amadeus API(实际上是 Web 服务)目前只有 SOAP XML。 Amadeus 正在开发 JSON 将来可以使用的服务,但是,据我所知,尚无实际日期可以在生产环境中使用。
And after having production API keys, can I use JSON services like this for booking or do I have to port it to SOAP XML for that?
目前只有 SOAP XML 可以工作。
Why is the sandbox API in JSON and regular live API is in XML?
看我对你第一个问题的回答