Is there any way in a Progress webservice procedure to know what the url was that the client used to connect to it with?
On the webserver itself, the url that was used to connect to the webserver is available. Does this go through to a Progress webservice procedure anwhere?
There isnt any system information to get url and ip-address of connected client in procedure called through WSA.
The only way - just pass url as input parameter.