ContributionsMost RecentMost LikesSolutionsAuto-create in REST request editor 5.3.0 not working? Should I expect to get a XML payload generated automatically ? (i dont get anything see the "raw" request length) Re: Creating a XML file based on a SchemaHi Nenad Yes i get the idea and would be able to get ahead based on your example, if I just could make it run. The invokation of SampleXmlUtil.createSampleForElement fails with Tue Mar 10 12:46:24 CET 2009:ERROR:groovy.lang.MissingMethodException: No signature of method: static com.eviware.soapui.impl.wsdl.support.xsd.SampleXmlUtil.createSampleForElement() is applicable for argument types: (org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl) values: {org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl@12b96ea} I have tried to cast the el (being of class type org.apache.xmlbeans.impl.schema.SchemaGlobalElementImpl, while the createSampleForElement method requires an argument of type org.apache.xmlbeans.SchemaGlobalElement) variable in various ways but it does not change anything unfortunatelyRe: Using JMS from soapUI/GroovySure i will get back when I reach a point where i have something useful up and runningRe: Using JMS from soapUI/GroovyThanks Ole, yes that worksUsing JMS from soapUI/GroovyI am in the process of evaluating if soapUI can be used as our test tool. One of our testcases requires that a message is written to a JMS queue. I have found a groovyJMS module (http://groovy.codehaus.org/GroovyJMS), but i have no idea on how to make the module visible to the Groovy script editor. Guess it's simple but i have not been able to find any documentation regarding adding new groovy modules. Any help would be appreciated.Creating a XML file based on a SchemaI have a need to create an XML file based on a schema (xsd) as the first step of a testcase. As there is no means of creating a DataSource Sink of type XML I have absolutely no idea on how to get around doing this in SOAPUI, so any help would be appreciated.