users@jax-ws.java.net

Provider Endpoint with multiple operations

From: Sebastien Arod <sebarod_at_ifrance.com>
Date: Tue, 28 Nov 2006 09:47:23 +0100

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?

Thanks

Sebastien Arod