[jboss-user] [JBossWS] - Re: Retrieve SOAP header

alessio.soldano@jboss.com do-not-reply at jboss.com
Fri Jun 6 10:29:18 EDT 2008


In an handler you can get the SOAPMessage from the MessageContext and then use the SOAPMessage's getSOAPHeader() method.
Otherwise create your endpoint as webservice provider (see org.jboss.test.ws.jaxws.samples.provider.ProviderBeanMessage for example) implementing Provider.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156330#4156330

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156330



More information about the jboss-user mailing list