Re: schema validation

2024-03-21 Thread Mitch Trachtenberg
rico > > Il giorno gio 21 mar 2024 alle ore 01:01 Mitch Trachtenberg < > mjt...@gmail.com> ha scritto: > > > Good day all, > > > > I'm at a loss as to running schema validation in 4.3.0. I tried (with > &g

Re: schema validation

2024-03-21 Thread Federico Mariani
> Good day all, > > I'm at a loss as to running schema validation in 4.3.0. I tried (with > Gemini's help) adding a file like that below; notice that the > ValidatingProcessor is defined in > org.apache.camel.support.processor.validation.ValidatingProcessor: > &

schema validation

2024-03-20 Thread Mitch Trachtenberg
Good day all, I'm at a loss as to running schema validation in 4.3.0. I tried (with Gemini's help) adding a file like that below; notice that the ValidatingProcessor is defined in org.apache.camel.support.processor.validation.ValidatingProcessor: import org.apache.camel.CamelConte

Camel cxfrs json requests Schema Validation

2015-02-08 Thread Matt
i have configured a REST Endpoint in Camel using CXF RS server component and using the JacksonJaxbJsonProvider as the provider. My question is how do I configure schema validation for the incoming json requests? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-cxfrs

Re: CXF Schema Validation with a Custom Response

2014-07-17 Thread Andrew Thorburn
org.apache.camel.SchemaValidationException), and use that to get what failed. It's not perfect, but it may work for your needs. - Andrew On Thu, Jul 17, 2014 at 10:33 PM, Rob wrote: > Hi > I'm trying to employ schema validation on a camel route which uses > cxf:cxfEndpoint: > >

CXF Schema Validation with a Custom Response

2014-07-17 Thread Rob
Hi I'm trying to employ schema validation on a camel route which uses cxf:cxfEndpoint: What I need to do is create a custom response using the error message as part of the reply but I need to be able to set the Exc

Re: Camel CXF Schema validation PAYLOAD mode

2014-06-20 Thread Willem Jiang
CXF we do schema validation in databinding(like jaxb) when marshal/unmarshal. When you use it in PAYLOAD mode, the schema validation doesn’t work out of box. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese

Camel CXF Schema validation PAYLOAD mode

2014-06-20 Thread Jose
Hi, I am using camel CXF component and I am trying to run a schema validation for the SOAP Requests. I have my CXF Endpoint defined using and I have specified the wsdlURL, and xmlns attribues. Also, I am using PAYLOAD mode. I've tried to add this to my CXF endpoint definition but it looks

Re: JAXB-Unmarshalling of soap xml including schema validation

2014-05-21 Thread Willem Jiang
Format)". Is that meant to be ? As a workaround I now > have to use the Registry with bean binding: > > e.g. > registry.bind("soapJaxbDataFormat", soapJaxbDataFormat); > > Is there a better way to access SoapJaxbDataFormat ? > > big thanks ! > &

Re: JAXB-Unmarshalling of soap xml including schema validation

2014-05-21 Thread james555
-- View this message in context: http://camel.465427.n5.nabble.com/JAXB-Unmarshalling-of-soap-xml-including-schema-validation-tp5751290p5751406.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: JAXB-Unmarshalling of soap xml including schema validation

2014-05-20 Thread Willem Jiang
also in the generated war file under WEB-INF/lib > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/JAXB-Unmarshalling-of-soap-xml-including-schema-validation-tp5751290p5751339.html > > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: JAXB-Unmarshalling of soap xml including schema validation

2014-05-20 Thread akoufoudakis
.n5.nabble.com/JAXB-Unmarshalling-of-soap-xml-including-schema-validation-tp5751290p5751340.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: JAXB-Unmarshalling of soap xml including schema validation

2014-05-20 Thread james555
Hi Willem, yes, camel-soap and camel-jaxb are defined in pom.xml. Both have version 2.13.0, also in the generated war file under WEB-INF/lib -- View this message in context: http://camel.465427.n5.nabble.com/JAXB-Unmarshalling-of-soap-xml-including-schema-validation-tp5751290p5751339.html

Re: JAXB-Unmarshalling of soap xml including schema validation

2014-05-20 Thread Willem Jiang
ent was found starting with element 'B-ELEMENT'. One of > '{A-ELEMENT}' is expected." > > Perhaps I have to extract soap-body payload manually or filter validation > messages ? > > > james > > > > > > -- > View th

Re: JAXB-Unmarshalling of soap xml including schema validation

2014-05-20 Thread james555
ot; Perhaps I have to extract soap-body payload manually or filter validation messages ? james -- View this message in context: http://camel.465427.n5.nabble.com/JAXB-Unmarshalling-of-soap-xml-including-schema-validation-tp5751290p5751332.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: JAXB-Unmarshalling of soap xml including schema validation

2014-05-19 Thread Willem Jiang
Weibo: 姜宁willem On May 19, 2014 at 10:33:26 PM, james555 (luke...@gmx.net) wrote: > Hello, > > is there an appropriate way to unmarshal soap-xml with jaxb using > SoapJaxbDataFormat including xsd schema validation (camel 2.13.0) ? > > e.g. > > ... > SoapJaxbDa

Re: JAXB-Unmarshalling of soap xml including schema validation

2014-05-19 Thread akoufoudakis
Hello, James! Did you try to do the following: from(src).to("validator:[your_xsd_file]").unmarshal(). ... ? -- View this message in context: http://camel.465427.n5.nabble.com/JAXB-Unmarshalling-of-soap-xml-including-schema-validation-tp5751290p5751291.html Sent from the Cam

JAXB-Unmarshalling of soap xml including schema validation

2014-05-19 Thread james555
Hello, is there an appropriate way to unmarshal soap-xml with jaxb using SoapJaxbDataFormat including xsd schema validation (camel 2.13.0) ? e.g. ... SoapJaxbDataFormat soapJaxbDataFormat = new SoapJaxbDataFormat(); soapJaxbDataFormat.setContextPath("foo.bar

Re: camel-soap schema validation

2013-11-08 Thread David Karlsen
You could stick a validator as the second step in the route? There is a camel-validator component 8. nov. 2013 13:53 skrev "helander" følgende: > Is it possible to do schema validation while unmarshalling SOAP XML > messages > using the camel-soap dataformat? > > > &

camel-soap schema validation

2013-11-08 Thread helander
Is it possible to do schema validation while unmarshalling SOAP XML messages using the camel-soap dataformat? -- View this message in context: http://camel.465427.n5.nabble.com/camel-soap-schema-validation-tp5742850.html Sent from the Camel - Users mailing list archive at Nabble.com.

Spring-ws producer: Response schema validation

2013-02-26 Thread anaCortes
context: http://camel.465427.n5.nabble.com/Spring-ws-producer-Response-schema-validation-tp5728172.html Sent from the Camel - Users mailing list archive at Nabble.com.