I have started to play with connecting to a .Net web service that I created. I wanted to figure out how to dynamicaly connect to it without creating a web reference to it. I have so far been able to connect to it and execute a method with the following signature,...
[WebMethod]
public string Execute(string command)
What I want to do now is call a method with the following signature,..
[WebMethod]...