I need to get a SOAPMessage and I think the solution is the following:
SOAPMessageContext soapContext = (SOAPMessageContext)messageContext;
// get SOAP message
SOAPMessage msg = soapContext.getMessage();
But, what is that messageContext??
I have created my proxy automatically with Netbeans using an wdsl file.
My Service Endpoint Interface is called "ManagementService"
Thank you to everyone
--
View this message in context: http://old.nabble.com/What-is-a-messageContext--tp28256780p28256780.html
Sent from the JAX-RPC - User mailing list archive at Nabble.com.