Get sender IP address from IS

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?

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

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