Hi Mike,
>> What I want to do is give one url for multiple tasks.
clearly your server will need to be able to differentiate the task required. So perhaps a parameter telling it which task is desired.
>> but how do I just pass the request on exactly as it came in to another webservice ?
So you want to make a call, on behalf of the request, then pass the response you received back to the caller?
Create a window procedure, with a WebClient class to do that, and call that from your method.
Cheers
Bruce