puma Posted September 22, 2005 Posted September 22, 2005 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: public object ExecuteWebService(string WSname, string WSMethodName, object[] params) Is this thing possible, or anything close to this approach? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.