Hi,

I had the same error when i was using <xs:include> to include a schema in my
wsdl (like you did)

I used <xs:import> instead and it worked.

Example of use:
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";>
  <xs:import schemaLocation="Local path to my xsd file" namespace="my
specific namespace for types" />
</xs:schema>

Perhaps it could helps.

Best regards,

Teva.


Nikolaj A. wrote:
> 
> System specs.
> CXF 2.1
> Tomcat 5.5.17 (I know it's old, but I'm stuck with this)
> Java 1.5.0_12
> 
> I'm trying to validate the XML input to my web service, but I ran into
> this stack overflow.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problems-with-schema-validation-enabled-tp17319259p19841250.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to