I have a xml file, I can run it by using Soap UI. In Soap, I open a new worksheet, paste my xml code, and click the run button, and it makes what I want.
I want to the same thing with using Excel(VBA).
Scenario:
- I paste the xml content to A1 cell.
- Create a button and write the code which I need
- Click the button and parse the xml content
Is it possible to do?