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.
URL (例:- www.google.com) を WS02 ESB で受け取り、応答を送り返します。 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"/>