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

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

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