Error in Amadeus Service: A header representing a Message Addressing Property is not valid and the message cannot be processed

余生长醉 提交于 2019-11-30 22:26:00

Be sure that the url of the web request matches the value of the tag "add:To", including letter case.

Probably you are developing in .net and, even if you set the url in the same letter case, the request will be sent to the address in lowercase. So nodeD1 become noded1 in http layer but remains nodeD1 in soap envelope. Be careful to use lowercase or uppercase in both fields

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!