Ask a Question related to ASP.NET Web Services, Design and Development.
-
Ben Fidge #1
Passing/receiving strongly typed collection to/from web-service
Hi
How would I go about using strongly typed collections with web-services. The
VS.NET generated proxy class converts collection parameters into arrays and
I'd like to avoid it.
Do I have to implement ISerializable for my collection class? If this is the
case, any pointers?
Kind regards
Ben
Ben Fidge Guest
-
Variable::Strongly::Typed 1.0.0 released
DESCRIPTION This modules allow you to strongly type your variables. Also known as the 'no fun' module - it can greatly enhance you code's... -
Problem passing a typed dataset to a web service
I'm having a type mismatch problem when trying to pass a typed dataset to a web service. My code is: CLIENT CODE I have a dataset schema... -
Web Services and Strongly Typed Collections
I do this all the time. You just create your own proxy class. The easiest way is to copy the code from the autogenerated proxy and then change the... -
Strongly typed vars not working
I have strongly typed vars in my web services for the method (operation) arguments. For example, when the first argument is a name which happens... -
Webservices and strongly typed datasets
Dear group, I have a webservice which I use as a datalayer. Basically its function is to fill a strongly typed dataset with data and return it to...



Reply With Quote

