Nunny wrote:
>
> Hi,
> what exactly do you want extract in the handler / how does client pass
> the
> parameters ?
>
> thanks,
> nandana
>
> On Tue, Jan 13, 2009 at 10:39 PM, rabelenda <[email protected]> wrote:
>
>>
>> I want to get from a handler (in the inflow messages) of a module the
>> names
>> and values of the parameters passed by the client to the operation
>> request
>> of the web service. Does any body knows how to obtain them?
>> --
>> View this message in context:
>> http://www.nabble.com/Module-Operation-Parameters-tp21440073p21440073.html
>> Sent from the Axis - User mailing list archive at Nabble.com.
>>
>>
>
>
I want to get the parameters of the message. Now I have managed to do so but
not in the way I would like to. I got from the messageContext the envelope,
frrom it the body, and from it the iterator of OMElements children of the
operation invoked, with this I iterate over the elements searching for the
parameters. I would like to do it in a better way but I don't know if it is
possible.
--
View this message in context:
http://www.nabble.com/Module-Operation-Parameters-tp21440073p21549905.html
Sent from the Axis - User mailing list archive at Nabble.com.