AJAX Web Service Javascript Proxy

  • Thread starter Thread starter -Steve-
  • Start date Start date
S

-Steve-

I'm using AJAX to call a web service. I'm having issues passing parameters
to the web service of classes that inherit from Generics (specifically
List<string>). I'm starting to wonder if that is supported. Any ideas?
 
Ben,

Thanks for the link. If I'm passing or returning an object of type
List<string> everything works fine for me. However if I pass a class that
inherits from List<string>, even if I'm not extending anything, it all falls
apart. Any idea why, or how to work around it?
 
Back
Top