Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
XSD validation for incoming data into BPEL process

user10683443
Member Posts: 39
Please suggest how to validate XSD incoming data into BPEL process.
I just wanted to verify the data before entering into BPEL
I just wanted to verify the data before entering into BPEL
Tagged:
Answers
-
Refer documentation
http://docs.oracle.com/cd/E17904_01/integration.1111/e10224/bp_manipdoc.htm#CIHBBFEC
http://docs.oracle.com/cd/E17904_01/integration.1111/e10224/bp_appx_ref.htm#BABJDHEH
One more example @ http://markchensblog.blogspot.com/2011/12/validate-variable-in-oracle-bpel.html
Thanks,
Patrick -
One other way of validating is using schematron.
Schematron is an XML schema language, and it can be used to validate XML contents in an XML payload.
http://beatechnologies.wordpress.com/2011/04/06/using-schematron-in-oracle-soa-suite-11g-for-validating-xml/
Thanks,
Vijay -
Set the property validateXML=true in your domain.xml file.
-
Hi,
I guess i am replying very late.
In BPEL 2.0 we have an activity called "Validate" which can do the XSD validations.
"Lets Learn Oracle SOA: Validate XML schema In BPEL"
Regards,
Chinmaya
-
Hi, I'm using SOA SUite 11g and I'm trying to xpath 2.0 functions inside the Schematron file. They don't seem to be recognized by the Oracle engine for Schematron. Do you know what version of schematron is implemented in SOA 11g (and if it supports xpath 2.0 functions)?
This discussion has been closed.