Sep 7
Friday, September 7th, 2007 | posted by: Kevin Grohoske
In neither .NET Framework 2.0 or 1.x can dictionary objects be used parameters for web service methods, because they are serializable.
For example the following will compile, but not work:
[WebMethod]public string MyMethod(Dictionary CustomArguments)