SortedList is a .NET class and shouldn't be used as a parameter to a Webmethod.
I just posted earlier today discussing why things like this aren't by design
in Web Services. Here's the link:
http://groups-beta.google.com/group/...e6b9f3c05f75c8
So, in short, you need to design around XML and XML Schema and then figure
out how to represent it in your .NET code.
-Brock
DevelopMentor
http://staff.develop.com/ballen Quote:
It seems like, it is not allowed to specify a parameter of type
SortedList in
WebMethod signature, Is is true?
What other option(s) do we have to pass in a named-value piar to a web
method?
i am using vb.net for creating web service. |