dinamically invoke WebService

puma

Freshman
Joined
May 17, 2004
Messages
25
Location
Bucharest, Romania
Hi, everybody!

I have several webservices that I call from a .Net application. I would like to make a method that would call a webservice received as a parameter.

for instance:
Code:
public object ExecuteWebService(string WSname, string WSMethodName, 
object[] params)

Is this thing possible, or anything close to this approach?
 
Back
Top