Thank you! 
I solved it by the use of @SchemaValidation annotation at the endpoint
interface
and not for the endpoint implementation. 
That's why a *camel web service consumer route* never uses the web 
service implementation but the camel route instead. 

@WebService
*@SchemaValidation(type=SchemaValidationType.IN)*
public interface OrderDataMerging {
           
    public String importOrder(@WebParam(name = "order") OrderDataMergingBean
order);
    
    public String deleteBrandData(@WebParam(name="delete")
OrderDeleteBrandBean order);
    
}

Cheers
Hilderich

 



--
View this message in context: 
http://cxf.547215.n5.nabble.com/elements-with-minOccurs-1-in-a-complexType-not-honoured-tp5729512p5729589.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to