Any way to know the url a webservice was connected to on, in

Posted by hayesbrad on 09-Sep-2010 11:18

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?

All Replies

Posted by maximmonin on 10-Sep-2010 01:30

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.

This thread is closed