Concat double quotes with String in Oracle ICS using concat.
Summary
Concat double quotes with String in Oracle ICS using concat.Content
Expected output "test"
Using below function
concat('<![CDATA[','"test"',']]>')
Error:
BPEL 1.1 compilation failed: TEST.bpel(line 195): xpath expression "concat("<![CDATA[",""test"","]]>")" specified in <from> is not valid, because XPath query syntax error. The syntax error occurs while parsing XPath expression concat("<![CDATA[",""test"","]]>"), at position 21. The XPath query syntax was wrong; the exception was: Expected: ). Check the detailed root cause described in the exception message text and verify that the XPath expression named in the error message is correct. The XPath expression is defined in the BPEL process. , Suggested Fix : Make sure the expression is valid . This error contained an exception thrown by the underlying process loader module.