c# - Problem with sending Array of ArrayList to WebService as Parameter -


I have an array of ArrayList as shown below: < Pre> array list [] m;

My web service method takes this as a parameter.

How can I send it to a web service?

When I do this, web service array list to object [] [] !

You can configure service context and change "archive type"

It should be kept in mind that the Arrayist is considered to be similar to the object [] in the proxy For more information, visit this website:

Comments