users@jax-rpc.java.net

What is a messageContext?

From: glopez <glopezveiga_at_gmail.com>
Date: Thu, 15 Apr 2010 08:27:40 -0700 (PDT)

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.