What we do is generate the proxy @ runtime, and then use reflection to invoke it. Works pretty nicely.
-----Original Message----- From: Glenn Frankel [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 2:25 PM To: dotnet Subject: Call a web service at runtime I am trying to call a web service at runtime. I will receive a Web service name, function and variables via XML and I want to then turn around and call the Service/function. This will be done at runtime so I will not have a proxie to create when the project is compiled. Anyone ever done this or know how to? --- You are currently subscribed to dotnet as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --------- Administrated by 15 Seconds : http://www.15Seconds.com List Archives/Search : http://local.15Seconds.com/search Subscription Information : http://www.15seconds.com/listserv.htm Advertising Information: http://www.internet.com/mediakit/ --- You are currently subscribed to dotnet as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] --------- Administrated by 15 Seconds : http://www.15Seconds.com List Archives/Search : http://local.15Seconds.com/search Subscription Information : http://www.15seconds.com/listserv.htm Advertising Information: http://www.internet.com/mediakit/
