A dataset is actually XML... (as far as web services are concerned) Send whatever makes sense. Also, if you are calling the web service from .Net you just need to get a proxy object and load into a dataset or whatever object you are receiving. No need to parse XML or do anything like that.
On Sat, 26 Mar 2005 21:13:01 -0800 (PST), Abdulaziz Alkhalid <[EMAIL PROTECTED]> wrote: > Hi everyone > I am trying to build webservice on a compony server and I want to call this > service from my virtual webserver to provid it to my customers .the > webservice I want to build will return a datasete to me to access the data > of the compony . > I want to know which the best way of these ways : > 1-the webserive return a dataset to me > 2-the webservice return XML and in my web server I will parsing this XML > files into my own dataset > > ________________________________ > Do you Yahoo!? > Yahoo! Small Business - Try our new resources site! > Yahoo! Groups Sponsor > ADVERTISEMENT > > ________________________________ > Yahoo! Groups Links > > To visit your group on the web, go to: > http://groups.yahoo.com/group/Microsofts_C_Sharp/ > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Microsofts_C_Sharp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
