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
