ContributionsMost RecentMost LikesSolutionsRe: Dynamic creation of SOAP request elements Thank you very much! The xmlParser was exactly what I was looking for. I created a groovy-script, that based on the presence or absence of some input-parameters, creates dynamically a soap-request that I use as input for the actual request step. I attached the whole file. I found the base structure on: http://groovyconsole.appspot.com/script/5169502497013760 Hopefully this also helps other people! Re: Dynamic creation of SOAP request elements Hi Ole, Sorry that I just squeeze myself in in that support dialog, but I would also be very interested in this question/answer. So is there an additional blog post today for dynamic creation of SOAP request elements? I read the one you mentioned, but it wasn't really what I was looking for. Regards, Dave Re: Current and Baseline show <not-xml/> when current Run is compared to Baseline-Run Hello Rao, Yes, I have and there's the same... Regards, David Current and Baseline show <not-xml/> when current Run is compared to Baseline-Run I have a question regarding the Compare-feature of SoapUI NG Pro. I have different runs of a TestCase. I declared one as baseline. When i compare a recent run to the baseline-run, the Recent Test Run-log shows that there are differences between the recent run and the baseline-run, which is correct. However, if i click on the request in which the differences occurred, the "Current" and "Baseline" window both show "<not-xml/>. What is wrong? Thank you in advance for any help! Re: Using a XML-File with XML-Response in TestCase as input to validate other response Hello Radford, Thank you very much! That's exactly the answer I was looking for. The Groovy alternative I've already heard about, but since I don't know Groovy I hoped there's an other solution for that. Using a XML-File with XML-Response in TestCase as input to validate other response Hello, I've started using SoapUI NG Pro and so far, everything I wanted I could perform. But now I'm stuck with a problem. I have a TestCase (Soap Request) that requests an answer from an TimeTable-service. The values for the different input-fields in the request I'm getting out of an Excel-file in a DataSource-TestStep. Now, to validate the response, I have an XML-file on my local system that I want to use. I would like to compare the XML-Structure in the local file to the "Response-Property" of the Request (XML too) to see if the XML-Structure is the same or not. I've tried the DataSource-TestStep with XML as source but I can only get single notes and their values as properties, but I just want the whole XML-Structure in a property to compare to the actual response of the SOAP-Request. Can you help me ? Regards, gaveeee Solved