2 Replies Latest reply on Nov 22, 2010 7:03 AM by madhucm

    get SOAP request params in action chain?

    tmarks

      Using the quickstart 'webservice_producer' as a template, I configured my own esb application.

      In the action chain, I added an 'EchoRouter' so I could see the Message within the chain.

      Just as in the quickstart, the webservice code gets run and the action chain is kicked off.

       

      The EchoRouter output showed the message body consists of a soap envelope.

       

      From within the action chain, what is the best way to extract the function and parameter from the SOAP envelope?

      (I am thinking there has to be an easier way than creating a custom action and parsing the SOAP envelope.)

       

      Hopefully this is an easy question.

      Thanks in advance.