I have wsdl that includes many xsds
<wsdl:types>
<xsd:schema elementFormDefault="qualified" targetNamespace="Name/Space">
<xsd:include schemaLocation="role.xsd"/>
<xsd:include schemaLocation="status.xsd"/>
<xsd:include schemaLocation="datetime.xsd"/>
...
Can I combine wsdl with all xsds into single wsdl?
Using XSLT transformation I do it