3 Replies Latest reply on May 15, 2009 10:09 AM by sbutt

    accessing input request parameters from the resposne message

    sbutt

      Hi Folks,
      I have an esb based logger service, which is just logging a webservice soap message response (after xslt transformation) ) into the database. What i need is is to store also some information which the user passed in the actual webservice request, while storing response information.

      In traditional scenario i could have stored that request information parameters in the session and got them back while storing other data. But i'm curious if there is any other way i can get that data from the input message in esb service?

      My web service consumption esb service is in other esb project as my logging esb service.

      Thanks.