| [news.eclipse.webtools] Re: Importing a schema into another schema: "invalid schema file"? |
Mauro,
You need to specify the WSDL to import in the wsdl:types, something like the following:
Mauro Molinari wrote:<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
Cheers, Mauro.