AJAX Web Service Javascript Proxy
Tech-Archive recommends: Fix windows errors by optimizing your registry
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?
.
Relevant Pages
- Re: Multiple Classes and Namespace
... I apologize for the delayed response... ... something strange. ... I have a Web Service, ... and I cannot inherit that class within my Web ... (microsoft.public.dotnet.languages.vb) - Re: Web Service with base class
... > them inherit from a base class that takes care of the DB connection ... But a web service does not need to inherit from this class to ... > base class that takes care of DB connections and logging. ... > B) Use Microsoft's Data Access Application Block to take care of DB ... (microsoft.public.dotnet.framework.webservices) - One more simple question on Abstract Class from web service
... I go tmy answre to the previos questions thanks to poster. ... There is a web service project and asmx files that uses Class A. ... So even If i change the design and lets say I inherit the Web service ... inheritance and development effort. ... (microsoft.public.dotnet.framework.webservices) - Re: Web Service with base class
... Regards ... >> them inherit from a base class that takes care of the DB connection ... But a web service does not need to inherit from this class to ... >> B) Use Microsoft's Data Access Application Block to take care of DB ... (microsoft.public.dotnet.framework.webservices) - Web Service with base class
... methods access a DB to get the data. ... By default in VS.NET all web service classes inherit from ... But a web service does not need to inherit from this class to ... base class that takes care of DB connections and logging. ... (microsoft.public.dotnet.framework.webservices) |
|