Results 1 to 3 of 3

Thread: soap action

Threaded View

  1. #1
    Join Date
    Sep 2010
    Posts
    16

    Default 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
  •