change the URL behaviour on the web reference properties from within
Visual Studio's Solution Explorer for the proxy class.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbts
kGeneratingWebServiceProxy.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/v
xconWebReferences.asp

Signature
HTH
Ollie Riches
http://www.phoneanalyser.net
Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a programmer
helping programmers.
> Hello,
>
[quoted text clipped - 11 lines]
>
> Todd
T-Man - 16 Apr 2005 18:21 GMT
Hey Ollie,
I think that I need to rephrase the question.
Let's suppose that I have a dialog where a user can specify a URL.
How can I programmatically update or work with a webservice under such
circumstances?
For example, can I do something like the following:
webservice MyService=new webservice(URL);
Type MyResults=MyService.GetType(webservice_results[]);
webservice_results[] MyResults=MyService.CallMethod(param1,param2);
Can it be done that easily, that dynamically?
Regards,
Todd
> change the URL behaviour on the web reference properties from within
> Visual Studio's Solution Explorer for the proxy class.
[quoted text clipped - 17 lines]
>>
>> Todd
Johan Jooris - 17 Apr 2005 13:51 GMT
Have a look at:
http://www.thinktecture.com/Resources/Software/DynWsLib/default.html
Johan
> Hey Ollie,
>
[quoted text clipped - 38 lines]
>>>
>>> Todd