You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Jason Cunning <jc...@knowledgefactor.com> on 2007/09/13 20:20:55 UTC

[Axis2] accessing user data from a module

Hi,

Question about getting at web service user data from within a custom 
module using axis2....

Is there a way to access the parameters in the soap body from the 
MessageContext object?

Thank you,
Jason


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis2] accessing user data from a module

Posted by Jason Cunning <jc...@knowledgefactor.com>.
Thank you Todd!

Todd Allen wrote:
> Is this what you are looking for?
>
> SOAPEnvelope env = msgContext.getEnvelope();
> SoapBody body = env.getBody();
>
>
> At 02:20 PM 9/13/2007, Jason Cunning wrote:
>> Hi,
>>
>> Question about getting at web service user data from within a custom 
>> module using axis2....
>>
>> Is there a way to access the parameters in the soap body from the 
>> MessageContext object?
>>
>> Thank you,
>> Jason
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis2] accessing user data from a module

Posted by Todd Allen <tb...@copart.com>.
Is this what you are looking for?

SOAPEnvelope env = msgContext.getEnvelope();
SoapBody body = env.getBody();


At 02:20 PM 9/13/2007, Jason Cunning wrote:
>Hi,
>
>Question about getting at web service user data from within a custom 
>module using axis2....
>
>Is there a way to access the parameters in the soap body from the 
>MessageContext object?
>
>Thank you,
>Jason


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org