Hi there…
there is any way to get the list of client IP that connect to our IS?
regards
za_goenk
Hi there…
there is any way to get the list of client IP that connect to our IS?
regards
za_goenk
Its not recommended but you can user webMethods internal service…
wm.server.query:getSessionList
This gives list og all sessions…
You might get some non IP client name as “httpclient” which are webMethods own Administrator conection to server…
This is the service giving list on Statistic page…
Hi,
Instead of invoking the wmRoot service, you can call pub.flow:getTransportInfo service which will give you all the transport info about the client invoking the service.
Jiten