Hey So along the line of my previous question regarding SOAP, we're getting XML data back from a server and need to get it to be used in A4D. Naturally, I think rowsets. So I'm looking for the best path (or tools that will help jump the gaps) to get the SOAP response in XML blob format, into a Rowset.
Of course, what I'd like to do is create a map (similar to the RowSet examples in the docs) with the data columsn to be returned and send those into my library, with a Rowset returned. Here's what I'm thinking now: In A4D Create text map of needed column names that correspond to remote server fields Send into wrapper method that processes SOAP Client request to their server Get back XML Blob of data Parse XML into columns names and data (as separate arrays?) Send back to A4D (best way? Big blob of arrays? ObjectTools?) Send into RowSet library. Voila! (Sort of) Any suggestions? Anyone done this before? Thanks, Michael Check _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
