hi,
i have an executable which is scheduled to run every minute. This
executable has to following jobs:
-make a message packet by picking up things from database
-call a url with this message packet as query string
-retrieve the returned string from this URL & store it back in database
The URL now shoul act like a procedure which accepts the querystring as
parameter & then return the return string. This URL
(http://x.x.x.x/aaa/bbb.asp) should NOT open in the browser.
Is it possible to do this?? & HOW???