How to generate the WSDL in one document instead of having a schema import in the wsdl with jaxws ?
<xsd:schema>
<xsd:import namespace="http://test/1.0" schemaLocation="http://localhost:8080/test/1.0?xsd=1" />
</xsd:schema>
I want to remove that and inculde the schema even in my wsdl as one file.