Avatar

Level 10

I am not sure I follow where you get the option to bind to document or element. You are getting the entire soap envelope into your variable. You may want to change your variable to a string instead of XML for transport. I would expect to bind the outputXML (which shoudl be defined as an output var in your process) to the field on your form directly. There are no options at that point. Then once you have the xml in the field you can load it into the DOM. Here is a sample where I query the user database and populate a dropdown. If you load up the LCA file that is licluded you can see how I achieve this.

Paul