0 Replies Latest reply on Apr 20, 2011 11:40 AM by spyhunter99

    Client side message context variables not persisted

    spyhunter99

      I have a client side jaxws handler that inserts some parameters into the messageContext map during and outbound request. When the inbound response occurs, these parameters are no longer available.

       

      On a service side jaxws handler, the parameters are persisted.

       

      Am I missing something or is this a bug?

       

      I'm running native 3.1.1 on Jboss 4.2.3

       

       

      Edit: I forgot to metion that the client in question is a jsp page. If the client is a service, as in a service calling another service, this the variables are persisted.