- assigned_to: nobody --> andry_rabe
Hello there,
the generated WSDL's contains two schema-sections. In the first section the OGC-Wrapper-specific elements are defined. In the second section more OGC-Wrapper-specific elements are defined which contains elements of the first section, but there is no reference to the elements of the first section.
Because of this a schemaerror will be occure, when you validate the WSDL.
The solution is to craete an import-tag in the second section:
<xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://wms.wrapper.service.org/" xmlns:ns="http://wms.wrapper.service.org/">
<xsd:import namespace="http://www.w3.org/2005/05/xmlmime" schemaLocation="xsd0.xsd"/>
<xsd:import namespace="http://wms.wrapper.service.org/classes/xsd"/>
Best regards
Tino Desjardins