Re: [Dev] [ESB] Validator Mediator: validate against atleast one xsd

2015-09-10 Thread Viraj Senevirathne
Hi Supun, I think for your use case solution proposed by you will be the correct one if you want to validate it against anyone of the schemas. I missed that part. Thanks, On Thu, Sep 10, 2015 at 11:36 AM, Viraj Senevirathne wrote: > Hi Supun, > > In validate mediator

Re: [Dev] [ESB] Validator Mediator: validate against atleast one xsd

2015-09-10 Thread Viraj Senevirathne
Hi Supun, In validate mediator multiple schemas can be validated as a list. http://ws.apache.org/ns/synapse; name="Validation" transports="https,http" statistics="disable" trace="disable" startOnLoad="true">

[Dev] [ESB] Validator Mediator: validate against atleast one xsd

2015-09-09 Thread Supun Sethunga
Hi, I have proxy where messages coming in to the proxy needed to be validated against *one of the xsd*'s. I managed to get this working by using nested validator mediators in the following way. * * ** ** * * * * * * *