IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Get IP client from java service

  • 1.  Get IP client from java service

    Posted Fri September 05, 2008 05:05 AM

    Hi there…
    there is any way to get the list of client IP that connect to our IS?

    regards

    za_goenk


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: Get IP client from java service

    Posted Fri September 05, 2008 05:58 AM

    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…


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 3.  RE: Get IP client from java service

    Posted Fri September 05, 2008 10:29 AM

    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


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services