ReadyAPI - inserting entire xml body in to SOAP post
Hi,
I've just started using SOAP UI / ReadyAPI and have a question.
I've written an excel app to help me generate lots of different test xmls for a project (it current produces 90 different types)
These xml can then be submitted manually to a test website. I have a wsdl avialable to submit the xml via a post...
However to use post, I need a standard header/Footer for each file (that are not requried for the manual load).
What I'm struggling with, is how do I insert the entire xml file in to the body of the post, so it looks like
Header
Contents of file
footer
I can get it work if Insert the header and footer directly in to the xml files and then just parse the directory, but I would rather not update the xml file each time to include the header and footer as it then stops them working via the manul load.
I know it must be something simple, but I've spent hours on this and keep going round in circles :(
thanks in advance,
Delia
Hi Rich,
Thanks for the reply, it's much appreciated. After a good nights sleep I managed to work out I was being a berk and was missing the obvious.
I'll post what I was missing tomorrow, when i'm back home and can get on my laptop.
Thanks,
Delia