Hi all...
I'm using ASP.NET web service and windows application.
All I want is how to passing ArrayList to web service?
when I calling web method and passing string or int, it works fine. but when I passing ArrayList, it doesn't work and I don't know what is the problem.
for example in windows application :
myMethod.addNew(stringValue, intValue, listValue) // where listValue is ArrayList...
it give me error with listValue... but if I called another function in the same windows application and passing ArrayList, it works fine.
the problem only when I passing ArrayList to web service...
How can I passing ArrayList to web service? pls I need help...
thanks for reading my quistion and I respect for any reply...