users@jax-ws.java.net

Re: Provider Endpoint with multiple operations

From: Jitendra Kotamraju <Jitendra.Kotamraju_at_Sun.COM>
Date: Thu, 07 Dec 2006 12:04:19 -0800

Sebastien Arod wrote:

> Is there a way to retrieve or guess which wsdl:operation has been called
> by client in the Provider invoke method?
>
> I tried to use the Provider<Source> and Provider<SOAPMessage> but I
> can't find the operation.
>
> Is there a smart way or am I forced to wrap my messages in an element to
> identify operation???? If it's so isn't it a lack in the API?

For all the requests, invoke() method is called with the infoset.
Runtime doesn't identify the operation. Why do you require to identify
operation when you are working at the infoset level ?

Jitu

>
> Thanks
>
> Sebastien Arod
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-ws.dev.java.net
> For additional commands, e-mail: users-help_at_jax-ws.dev.java.net
>