-
Feb 20th, 2011, 01:56 PM
#1
soap action
Hi,
I'm using gateway and ws:outbound-gateway in the spring integration context xml for web service calls.
How to mention Soap Action? Is chain-filter the only way to use it?
Sample Code:
<gateway id="someGateway"
service-interface="com.company.integration.SomeProcess"
default-request-channel="request_service"
default-reply-channel="response_service" />
<channel id="response_service" />
<channel id="request_service" />
<ws:outbound-gateway id="externalws"
request-channel="request_service" reply-channel="response_service" uri="${wsurl}"
marshaller="marshaller" unmarshaller="marshaller" message-factory="messageFactory" />
Marshaller and Messagefactory not included.
Thanks,
Shabeer.
Last edited by techie; Feb 21st, 2011 at 12:11 AM.
Reason: for better clarity
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules