tnx a lot On Wed, Oct 20, 2010 at 9:30 PM, Daniel Kulp <[email protected]> wrote:
> On Wednesday 20 October 2010 3:29:02 pm Peter Mihalik wrote: > > And how about JMS transport? > > Same way. The JMS transport maps the JMS message properties onto the same > Map the HTTP transport uses. > > TECHNICALLY, you can get it via Message.PROTOCOL_HEADERS as the JAX-WS > MessageContext.HTTP_REQUEST_HEADERS is just mapped onto that in the JAX-WS > layer. > > Dan > > > > > > On Wed, Oct 20, 2010 at 8:54 PM, Daniel Kulp <[email protected]> wrote: > > > On Wednesday 20 October 2010 2:27:03 pm Peter Mihalik wrote: > > > > Hi, is it possible to access the SOAPAction header in a JAX-WS > Provider > > > > service (either payload or message mode)? > > > > > > If you have the WebServiceContext injected, you can query the protocol > > > headers from there via MessageContext.HTTP_REQUEST_HEADERS. > > > > > > > > > > > > -- > > > Daniel Kulp > > > [email protected] > > > http://dankulp.com/blog > > -- > Daniel Kulp > [email protected] > http://dankulp.com/blog >
