I have successfully consumed an XML from a web service from VFP8. Now
I need to consume a dataset in a web service.

Can someone point me in the right direction? I've been searching
Microsoft site but nothing pops up.

Thanks,

Re: Consuming a dataset in a web service by Eric

Eric
Thu May 05 15:03:21 CDT 2005

Take a look at the XMLAdapter class. You can feed it with your XML data and
it gives a cursor back to you.
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8

<BogusSpamHere@hotmail.com> wrote in message
news:1115319739.680304.321540@f14g2000cwb.googlegroups.com...
>I have successfully consumed an XML from a web service from VFP8. Now
> I need to consume a dataset in a web service.
>
> Can someone point me in the right direction? I've been searching
> Microsoft site but nothing pops up.
>
> Thanks,
>



Re: Consuming a dataset in a web service by BogusSpamHere

BogusSpamHere
Fri May 06 07:34:34 CDT 2005

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.


Re: Consuming a dataset in a web service by William

William
Fri May 06 10:50:29 CDT 2005

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.
>



Re: Consuming a dataset in a web service by BogusSpamHere

BogusSpamHere
Fri May 06 12:33:44 CDT 2005

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.
> >


Re: Consuming a dataset in a web service by Esparta

Esparta
Fri May 06 14:14:02 CDT 2005

You can=A1t 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=20
app/language . If you the admin of that WebService (=BF???) can't or wont=
=20
change this you should create an intermediate .NET App to cath that=20
DataSet and return to an XML, or use Interop to achieve that..

Wooww... a WebService with DataSet? what's he/she thinking on??

--=20

=B8,=F8=A4=BA=B0`=B0=BA=A4=F8,=B8=B8,=F8=A4=BA=B0`=B0=BA=A4=F8,=B8=B8,=F8=
=A4=BA=B0`=B0=BA=A4=F8,=B8=B8,=F8=A4=BA=B0`=B0=BA

Espartaco Palma Mart=EDnez
SysOp http://www.PortalFox.com
M=E9xico 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.
>=20
>=20
> William Fields wrote:
>=20
>>Are you saying that you have a web service that returns an ADO
>=20
> RecordSet
>=20
>>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
>=20
> DATASET
>=20
>>>from a webservice, NOT XML.
>>>
>=20
>=20

Re: Consuming a dataset in a web service by Altman

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.
>>>
>
>