Re: [ADVANCED-DOTNET] Adding WebService Reference at Run Time

2006-02-28 Thread ravi teja veerla
im not really clear about your question. do all the web services share the same methods signatures. ? are the web services entirely different in terms what they offer to the client, what i mean is does the client have to call different web methods, based on the url that is selected? Ravi

[ADVANCED-DOTNET] Adding WebService Reference at Run Time

2006-02-27 Thread Jon Rothlander
I have a client that wants a small application that will allow the user to setup web reference calls in an application that will replace a LOT of Windows Scheduler executed apps. So what I need to do is to create a UI for the user and let them hook up web service calls. So all I really need to do