1 Reply Latest reply on Mar 12, 2010 3:23 AM by ffang

    Schema validation on cxfbc:consumer

    kevtor

      Hello,

      I'm trying to make the cxf-wsdl-first example to validate requests against schema. Everything builds and deploys without errors but the service still accepts requests which are invalid according to the schema. It looks like no validation is being done. I'm using FUSE ESB version 3.4.0.4.

       

      xbean.xml

      for wsdl-first-cxfbc-su:

       

       

      <jaxws:endpoint name="soap" wsdlLocation="classpath:person.wsdl" createdFromAPI="true">

         

      I can't figure out what is missing so I will be grateful for any suggestions.