Invoking service name

Hi,

I have a utility service which takes a input parameter as Invoking service name. How do i get the Invoking service name dynamically from the Utility service.

In Java we have something called Reflection to introspect the Java class. Like wise is there any way in the WM Flow service / Built in service to get the Full qualified name of the Invoking service.

Quick response to the query is highly appreciated.

Anticipating reply.

H2H

Hi RajeshKannan,

As far as I know, you don’t have a possibility to know which service did call you.
The reason for that is that webMethods is purely working basically with reflexivity. So when you call serviceB from serviceA, the stack is broken by the reflexivity.

Best regards,

Cédric