我正在使用spring集成(4.0.6)使用int-http:outbound-gateway和int-ws:outbound-gateway從其餘服務進行SOAP調用。有沒有辦法只在發生異常時才記錄SOAP請求消息。在http網關彈簧集成上記錄SOAP消息
<int:gateway id="myGateway" service-interface="myservice">
<int:method name="getData" request-channel="reqChannel" reply-channel="repChannel">
</int-gateway>
我的出站網關配置如下
<int-http:outbound-gateway id="og1" request-channel="reqChannel" url="xxx" http-method="POST" reply-channel="repChannel" reply-timeout="10000" message-converters="converter" request-factory="reqFactory">
<bean id="reqFactory"
class="org.springframework.http.client.SimpleClientHttpRequestFactory">
<property name="cTimeout" value="20000"/>
<property name="rTimeout" value="20000"/>
</bean>
請通過將其滾回早期不完整的版本來阻止排除帖子。如果您希望請求解除關聯,以便您的姓名不再與帖子相關聯,請使用頁面底部的「與我們聯繫」鏈接。 – josliber
昨天我聯繫了兩次(與我們聯繫)刪除我的帖子及其修訂版。你能幫我刪除這篇文章的修改和帖子。謝謝。 –
@HariBajavada這是週末。這些東西在週末需要更長的時間。 – ChrisF