Hi,
I am working on a project that requires data elements to be mapped to an XML structure, a call to a web service that utilizes the data from the XML request for calculations, and then importing resulting XML reponse from the web service back into Mendix.
My goal is to utilize a wizard in doing this. The wizard will consist of:
- Page 1 collects info using input fields (data to be mapped to XML)
- Page 2 collects more info using input fields (data to be mapped to XML)
- Page 3 displays the results after all XML exporting/importing is complete.
I have a few ideas on how this should be done, but wanted to see if anyone had any ideas that might make more sense.
Thanks!