Kaveh Schmitz
Kaveh Schmitz
if a schema imports itself, parser gets to a loop and breaks with stackoverflow exception. This occurs after 5565b5c27b40894d0a12b101eec2e18314132c76
ElementsDiffGenerator: Description for added and removed elements with ref changed. Add new terms for 'ref to' for other languages in ElementsDiffGenerator. SequenceDiffGenerator: Description of some differences are changed. But this...
If a document with tns foobar1 imports another document with namspace foobar2, while the second document has a different tns as foobar2 (sure this is a failure!) and imports foobar2...
Some documents use the following exception, which cause a WrongGrammarException at the moment. http://research.sun.com/wadl/2006/10
Schema documents, that are embedded in a WSDL partly contain the same namespaces as the definitions element. See SchemaCreator (35) and WSDLCreator (32)
To get unique parseChildren() method in WSDL and Schema. child contains tokne.name.localPart Add ELEMENTNAME as a qname to all schema components and use token instead of child!
Schema elements use (String) name, WSDL elements (QName) ELEMENTNAME.
If soa-model is used in a groovy project, the version of groovy-dependencies could make a conflict.
The method is used e.g. in RequestCreator and declare the namespaces directly in the using element. So the same namespace could be declared many times if the element is repeated...
Put the create() method to super class using getelementName() of each class. See X3.