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.
我正在尝试使用 发送SOAP SONAR请求GreenHat Tester,但最终出现以下错误:
SOAP SONAR
GreenHat Tester
<faultstring>WSDoAllReceiver: Incoming message does not contain required Security header</faultstring>
但相同的请求给出了正确和预期的结果SOAP UI。
SOAP UI
任何人都可以帮我添加WS-Security标题GreenHat Tester吗?
WS-Security
您需要打开请求消息并右键单击文本(字符串)等...节点。选择属性,然后选择WS-Security。启用它,然后添加您需要添加的字段。
您可以通过点击WS-Security选项卡中的Preview按钮来查看整个消息的外观(原始 XML) 。