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.


#TechXchangePresenter
 View Only
  • 1.  Get sender IP address from IS

    Posted Wed January 12, 2005 06:18 PM

    I am receiving data via web services. I would like to get the IP address of the sender, without forcing them to send it to me. If I deny access to my own IP, the error log will show an access denied message in the server log. This leads me to believe that there is some sort of variable associated with the IP address.

    Anyone ever extract this value from the server?


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


  • 2.  RE: Get sender IP address from IS

    Posted Wed January 12, 2005 06:43 PM

    Brian,

    Use pub.flow:getTransportInfo.

    Also, if you need to filter requests by IP, you can do this through the administrative console.

    You can add a new port or modify an existing port to restrict the IP addresses allowed.

    Ray


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


  • 3.  RE: Get sender IP address from IS

    Posted Wed January 12, 2005 07:22 PM

    Thanks…I thought I would need to hack something up. Looked briefly through WmRoot, never checked WmPublic.


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