I'm new in using visual studio .net 2003 and web services. I found the web
reference feature very useful and easy to use for handling web service
methods which return simple types. However, i want to consume a web service
method which returns a complex type. I cannot seem to do it using the web
reference tool. How can it be done in C#? An example would be most helpful.
Thank you.
Chad Z. Hower aka Kudzu - 24 May 2005 11:06 GMT
> I'm new in using visual studio .net 2003 and web services. I found the
> web reference feature very useful and easy to use for handling web
> service methods which return simple types. However, i want to consume a
> web service method which returns a complex type. I cannot seem to do it
> using the web reference tool. How can it be done in C#? An example would
> be most helpful. Thank you.
You need to use complex types that are serializble or add serializable
support to the types that you want.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Blog: http://blogs.atozed.com/kudzu