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.
現在、mc.setDoingGET(false); を使用している Java クラス メディエーターを使用して wso2 esb の HTTP メソッドを変更するにはどうすればよいですか? mc.setDoingPOX(真); ESB へのポスト リクエストを受け取り、GET 経由で Web サービスに送信したい、またはその逆を行いたいのですが、上記のコードがまったく機能しません。
プロパティ メディエーターを使用して、プロパティ名: HTTP_METHOD と http メソッド名を値 (GET、POST など) とし、スコープを 'axis2' にします。