| [news.eclipse.webtools] Re: Importing a schema into another schema: "invalid schema file"? |
Mauro,
<xsd:include schemaLocation="filexsd.xsd"/>
<wsdl:types> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://webservice.cardinis.com/AccessService/wsdl">
</xsd:schema> </wsdl:types>
Where the schemaLocation points to the file you want to include.
Dave