You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Concat double quotes with String in Oracle ICS using concat.

edited Mar 8, 2017 8:00AM in Integration

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(&quot;&lt;![CDATA[&quot;,&quot;&quot;test&quot;&quot;,&quot;]]&gt;&quot;)" 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.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!