Hi Arjen

Could tell us the name of the property that can be set to tell WSDLBuilder to inline the included XSD.


Quote Originally Posted by Arjen Poutsma View Post
The followIncludeImport only reads the included.xsd to find request and response elements. It doesn't inline the XSD, so you still end up with a include statement.

I suppose we could inline the schema with an include (yet another property for the XsdBasedSoap11Wsdl4jDefinitionBuilder ), but we can't do this for imports, because they can have another target namespace.