Forum Discussion
Jens_Riis
17 years agoOccasional Contributor
Hi 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 unfortunately
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 unfortunately