Hi, You won't be able to access SOAPMessage unless you use JAX-WS provider as 
your service implementation. Another way to get around this is using SOAP 
handlers, you can simply return false in your soap handler. Let's say you 
return false in your soap handler in the inbound direction, in this case the 
incoming message will become the response and the response will be sent back to 
the client. More details can be found in JAX-WS2.0 spec section 9.3.2.1.

Cheers,
Jervis





> -----Original Message-----
> From: Wulff, Oliver [mailto:[EMAIL PROTECTED]
> Sent: 2007年11月17日 20:38
> To: [email protected]
> Subject: Access to SOAPMessage object within the service implementation
> class
> 
> Hi there
> How can I access the SOAPMessage of the request within a service
> implementation class?
> Is it also possible to update the SOAPMessage for the response within a
> service implementation class?
> Thanks
> Oliver

----------------------------
IONA Technologies PLC (registered in Ireland)
Registered Number: 171387
Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland

Reply via email to