[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[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:

<wsdl:types> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"; targetNamespace="http://webservice.cardinis.com/AccessService/wsdl";>
<xsd:include schemaLocation="filexsd.xsd"/>
    </xsd:schema>
  </wsdl:types>

Where the schemaLocation points to the file you want to include.

Dave