SOAtest Create XML from multigroup XSD
Hi,
When attempting to create an XML file using SOA test and XML Schema creation (with XSD and datasource containing the contents), I end up with one test per group of XML (header, body, subheader etc.). I can attach a Write File to each of them and append to the same XML output file. The result however is an XML file that is NOT wellformed, because some end tags are missing from the first groups, that should be appended at the very end.
Is there a better way (tool) to manage the creating of more complex XML structures within SOA test to generate a well formed XML file? (something like "XML merge")
Thanks in advance.
Regards,
Daniel
Answers
-
Hi, the problem was caused by my XSD which contains multiple <xs:element name= ... tags. SOAtest does create a separate test for each of them. Luckily I could get hold of the correct XSD for my desired XML output and could proceed with only one test.
Thanks for bearing with me.
Regards,
Daniel0