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.