Top "Soaphandler" questions

How to properly format a SOAP message envelope using a custom SOAPHandler

I have a class that implements the SOAPHandler interface. The handleMessage is defined as: public boolean handleMessage(SOAPMessageContext context) { SOAPMessage …

java xml soaphandler
Is there a guaranteed way to get operation name in a custom soap handler?

I have a custom SOAP message handler for incoming messages that will run different code based on which operation is …

java web-services soap jax-ws soaphandler
How to get the XML response body back from a JAX-WS client?

I've found a read a number of threads on here about how to retrieve the XML response from a JAX-WS …

java xml jax-ws soaphandler
Setting a custom cookie in the HTTP headers inside a SOAP Message handler

I need to create a Cookie with a specific name to be sent across in my web service calls to …

java cookies http-headers soaphandler