I would like to set up an extremely basic web service application, just
to get going.

I only want an example that reads and updates a single field in a free
table over internet. What would be the easiest way to achieve this - I
don't have the time (or energy) to study hundreds of pages of web
technology, and I would like to do it as much as possible within VFP 9.0.

So - what's your suggestion?

Re: VFP web services by Doron

Doron
Sat Jan 08 10:27:16 CST 2005

This is a multi-part message in MIME format.

------=_NextPart_000_003B_01C4F575.02B82DA0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi Aaron,

See this web site at http://www.afpages.com/ and they use VFP syntax =
code that runs within the html pages. It does not require a lot of =
learning curve. Also at West wind at http://www.west-wind.com but it =
requires a longer learning curve but has much more features set.

Regards,

Doron

The Farber Consulting Group, Inc.

The Creator of VisualRep - Report and Query Engine

http://www.dfarber.com/VRep.htm

------=_NextPart_000_003B_01C4F575.02B82DA0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1400" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DVerdana size=3D2>Hi Aaron,</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>See this web site at </FONT><A=20
href=3D"http://www.afpages.com/"><FONT face=3DVerdana=20
size=3D2>http://www.afpages.com/</FONT></A><FONT face=3DVerdana =
size=3D2>&nbsp;and=20
they use VFP syntax code&nbsp;that runs within the&nbsp;html pages. It =
does not=20
require&nbsp;a lot of learning curve. Also at West wind at <A=20
href=3D"http://www.west-wind.com">http://www.west-wind.com</A>&nbsp;but =
it=20
requires a longer learning curve but has much more features =
set.</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>Regards,</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV>
<DIV><FONT face=3DVerdana size=3D2>Doron<BR><BR>The Farber Consulting =
Group,=20
Inc.<BR><BR>The Creator of <FONT=20
color=3D#ff0000><STRONG>V</STRONG></FONT>isual<FONT=20
color=3D#ff0000><STRONG>R</STRONG></FONT>ep - Report and Query=20
Engine<BR><BR></FONT><A href=3D"http://www.dfarber.com/VRep.htm"><FONT=20
face=3DVerdana=20
size=3D2>http://www.dfarber.com/VRep.htm</FONT></A><BR></DIV></DIV></BODY=
></HTML>

------=_NextPart_000_003B_01C4F575.02B82DA0--


Re: VFP web services by Claude

Claude
Sat Jan 08 13:54:28 CST 2005

Aaron,
it's right in the vfp 9 docs. Look for the article entitled:
Walkthrough: Creating XML Web Services with Visual FoxPro
Make sure you compile to a VFP mtdll since your web service could
potentially service many simultaneous requests...
"Aaron Blacksmith" <AaronNospam@home.com> wrote in message
news:dlSDd.13676$d5.115164@newsb.telia.net...
>I would like to set up an extremely basic web service application, just to
>get going.
>
> I only want an example that reads and updates a single field in a free
> table over internet. What would be the easiest way to achieve this - I
> don't have the time (or energy) to study hundreds of pages of web
> technology, and I would like to do it as much as possible within VFP 9.0.
>
> So - what's your suggestion?