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

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -