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.
我将在我的 WS02 ESB 中接收 url(例如:- www.google.com)并将响应发送回给他们。 我们如何将 url(例如:- www.google.com)接收到 wso2 esb 并将成功响应返回给他们。
如果您想以成功的 HTTP 响应返回给呼叫方。请在您的接收路径上设置以下属性。
<property action="set" name="OUT_ONLY" value="true"/> <property action="set" name="FORCE_SC_ACCEPTED" scope="axis2" value="true"/>
ESB 是否将 URL 作为消息上下文中的属性接收,还是您指的是请求消息的来源 URL?