Using IBM i? Need to create Excel, CSV, HTML, JSON, PDF, SPOOL reports? Learn more about the fastest and least expensive tool for the job: SQL iQuery.
I am consuming a web service. I can pass the service the fields needed and it returns arrays of different information.
I am having trouble parsing out the information.
I use iSockets to build and pass the XML. That works fine. All the examples I have seen return say customer address or conversion from one currency to another. I haven't found any that return an array of parts, cut lengths, whatever.
Has anyone ever parsed out arrays and single fields from the same results from a SOAP web service.
I really could use some help.
Thanks