Search

You searched for the word(s): userid:835980

Matching Posts

  • Re: Passing ArrayList to web service

    Thank you all.... I preciated... I also solved this problem by converting the ArrayList to string and send it to webserver as string. But I believe that the sending by object is better than string. Thank you so much for helping me...
    Posted to XML Web Services (Forum) by feddo04 on 11/6/2008
  • Passing ArrayList to web service

    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
    Posted to XML Web Services (Forum) by feddo04 on 11/5/2008
Page 1 of 1 (2 items)