Ask a Question related to ASP.NET Web Services, Design and Development.
-
Francois Malgreve #1
rich type
Hi all,
I would like to know what kind of rich type (i mean complex type) a
webservice can return.
I have seen some example showing that a webservice can return a DataSet
(does it just call DataSet.GetXml()?).
How can I know is one type or an other type will be supported by webservice?
Can a webservice also return a DataTable or a DataView? In fact I would like
that my webservice return a dataview but i am not sure of how to do so. It
seems difficult to know what type are supported by webservice and also what
is the serialization mechanism used by webservice
Tx in advance
Francois
Francois Malgreve Guest
-
rich text editing
Look into activeX stuff... That's how they do it... -- // DvDmanDT MSN: dvdmandt@hotmail.com Mail: dvdmandt@telia.com "Redmond Militante"... -
Rich for the not.
I have a simple question. I hear 'rich' all the time and it is getting me. I am a small business owner who just wants to be able to use online... -
Get Rich
Take advantage of a great deal -
Rich Black
I was wondering what the majority uses for rich black. I have an ad with a rich black background (C-40, K-100). My type is reverse/white and at it... -
Rich Text Box
Hi, I'm trying to create a rich text box using VB.Net. Does anybody know how I can go about creating one without having to buy a third party... -
Chad Z. Hower aka Kudzu #2
Re: rich type
"Francois Malgreve" <francois.malgreveADgmail.com> wrote in
news:#Ehv9JqWFHA.3996@TK2MSFTNGP09.phx.gbl:Essentially.> I have seen some example showing that a webservice can return a DataSet
> (does it just call DataSet.GetXml()?).
You can add support for any type.> How can I know is one type or an other type will be supported by
No, not in 1.1. In 2.0 IIRC a DataTable can be returned.> webservice? Can a webservice also return a DataTable or a DataView? In
A dataview doesnt really contain any data. Why not just fill into another> fact I would like that my webservice return a dataview but i am not sure
> of how to do so. It seems difficult to know what type are supported by
Dataset and return then?
This is all listed in MSDN quite plainly.> webservice and also what is the serialization mechanism used by
> webservice
--
Chad Z. Hower (a.k.a. Kudzu) - [url]http://www.hower.org/Kudzu/[/url]
"Programming is an art form that fights back"
Blog: [url]http://blogs.atozed.com/kudzu[/url]
Chad Z. Hower aka Kudzu Guest



Reply With Quote

