Balaji
Did you check the "ERROR_MESSAGE" property after the validation failure?
This should contain the text from the schema validator. Check
http://ws.apache.org/synapse/Synapse_Configuration_Language.html for the
reference to the above property - we will enhance the documentation and
clearly exposes such properties in 1.1 release.
Ruwan - lets check the above before a JIRA is opened, and if it needs an
improvement lets open a new JIRA
asankha
Ruwan Linton wrote:
Hi Balaji,
AFAIK, this should go to the improvements list. Can you raise an
improvement JIRA on this. We will be able to get this in to the 1.1
release which is coming soon. If you can try nightly builds or build
from source we will be able to provide this functionality within next
week.
Thanks for the information,
Thanks,
Ruwan
On 9/22/07, *balaji hari* <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
We tried to use validate mediator for validating XML against
schema for web
service.
How do we access the validation error messages generated in
ValidateMediator?
Synapse1.0 sample_7 provides a way for generating static error
message.
<definitions xmlns=" http://ws.apache.org/ns/synapse">
<localEntry key="validate_schema" src="file:shipment.xsd"/>
<in>
<validate>
<schema key="validate_schema"/>
<on-fail>
<!-- if the request does not validate againt
schema throw a
fault -->
<makefault>
<code value="tns:Receiver"
xmlns:tns="http://www.w3.org/2003/05/soap-envelope"/>
<reason expression="Test
Error message"/>
</makefault>
<property name="RESPONSE" value="true"/>
</on-fail>
</validate>
</in>
<send/>
</definitions>
Any pointers or suggestions would be greatly appreciated.
Thanks in advance
Balaji
--
View this message in context:
http://www.nabble.com/Access-to-validation-error-message-tf4498668.html#a12830101
Sent from the Synapse - Dev mailing list archive at Nabble.com
<http://Nabble.com>.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>
--
Ruwan Linton
http://www.wso2.org - "Oxygenating the Web Services Platform"