Is it legal to have different SOAP namespaces/versions between the request and response?

孤街醉人 提交于 2019-12-04 20:21:45

Okay, the edited question does seem to have an answer: "It depends."

W3C: Version Transition From SOAP/1.1 to SOAP Version 1.2

Both namespaces are entirely valid (you can even navigate to each one to see the schema definition). It sounds as though the issue is with your Soap UI test utility and treating the response with the namespace from the request.

A service describes the request and response payload, and namespaces help to define that definition. While it seems bad form to mix/match these definitions between the two, it is still valid.

Even though the schemas get mixed between request and response, those are just helpers in interpreting request and response values.

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