On Fri, Feb 13, 2015 at 12:53 PM, Jeff Johnson <[email protected]> wrote:
> I am calling a web service that returns an XML file. Most of the returns > of this web service are well documented but this one is not. > Question 1, is there a way I can convert the returned object (XML file) to > something I can read, like a text file? > Since there is a hierarchy of tags, how do I determine how to reference > the tag I want? > ---------- What you have is an array that is holding a bunch of arrays, or a collection of collections. How to identify what you want. Understanding how to parse branches takes a little time. You might get the overall comprehension of how to "find" here even if it is C# or VB. You then take the same idea and parse your xml in an object that you can instantiate in VFP. https://msdn.microsoft.com/en-us/library/bb387041.aspx -- Stephen Russell Sr. Analyst Ring Container Technology Oakland TN 901.246-0159 cell --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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+V=vK_fuKJWDKFCy2NzDB=b83dmoa6fdt9warhnf0...@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.

