Altman
Fri May 06 14:40:18 CDT 2005
Don't let them tell you it's too much work to do either, converting an
ADO.net dataset to xml requires them to call one method.
RETURN MyDataset.GetXML()
"Esparta Palma" <espartaQUITAESTOPRIMERO@softhome.net> wrote in message
news:%23uD%23E$mUFHA.2172@TK2MSFTNGP15.phx.gbl...
You can¡t consume an ADO.NET DataSet with VFP, the WebService *should*
return a XML to be consumed not only by the VFP apps, also any other
app/language . If you the admin of that WebService (¿???) can't or wont
change this you should create an intermediate .NET App to cath that
DataSet and return to an XML, or use Interop to achieve that..
Wooww... a WebService with DataSet? what's he/she thinking on??
--
¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º
Espartaco Palma Martínez
SysOp
http://www.PortalFox.com
México D.F.
MoBlogs!
http://weblogs.golemproject.com/esparta/ <- Tech
http://www.espartha.com/blog/ <- Personal
VFP Bookmarks
http://del.icio.us/esparta/vfp
BogusSpamHere@hotmail.com wrote:
> Yes, the person creating the Web service says there is a method that
> returns an ADO recordset.
>
>
> William Fields wrote:
>
>>Are you saying that you have a web service that returns an ADO
>
> RecordSet
>
>>object?
>>
>>--
>>William Fields
>>MCSD - Microsoft Visual FoxPro
>>US Bankruptcy Court
>>Phoenix, AZ
>>
>> "If it's free, I'll take three!"
>>
>>
>>
>><BogusSpamHere@hotmail.com> wrote in message
>>news:1115382874.050926.214440@o13g2000cwo.googlegroups.com...
>>
>>>I know about the XMLAdapter class. I use it all the time to read in
>>>XML and put it in a cursor. My question was how do I consume a
>
> DATASET
>
>>>from a webservice, NOT XML.
>>>
>
>