Too bad that Alan is no longer among us, he redid his application all in Web Service calls years ago.
In general, the "service" is a replacement for a data store. You ask for data from the service and it gives it to you in SOAP, xml that is. What you actually receive is some sort of collection of data, that may have collections within it. You could do the same thing in arrays if you wanted in VFP. Now the data is yours to use at your desire. You may have to package the data back into XML that mimics the data they sent you for inserts, updates, maybe even deletes. Now through the "service" you post that XML pack to them. Today the industry is changing the name from Web Service to API but in general it works in much the same way. On Thu, Sep 6, 2018 at 7:31 AM Chris Davis <[email protected]> wrote: > Is anyone able to share an example of working with a webservice purely in > code? > > Thanks > > Chris. > > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html > --- > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cajidmy+szmtoxrys7ovr92qeq88ruqs8h7dc1roi15bnadn...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

