If you're using Doc/Lit/Wrapped, it will be the element name of the immediate
child of the soap:body, you might also be able to read the soapAction HTTP
header if it is being populated by the client.

Glen


Chris Hardin wrote:
> 
> Does anyone know how to get the name of the current executing operation??
> When I execute client code, this is populated, but when someone calls my
> service my interceptor doesn't have the name of the requested operation.
> 
> 
> if (message.getExchange().get( Message.WSDL_OPERATION ) != null){
>               log.debug("Operation: " + message.getExchange().get(
> Message.WSDL_OPERATION ).toString());
>                operation = message.getExchange().get(
> Message.WSDL_OPERATION
> ).toString();
>             }
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Getting-the-name-of-the-current-executed-operation-tp28758008p28758222.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to