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

Trying to enclose data with double quotes in Oracle ICS

edited Mar 8, 2017 8:00AM in Integration

Summary

Trying to enclose data with double quotes in Oracle ICS

Content

Hi,

We are using below xpath to achieve the result

concat("<![CDATA[",'"test"',"]]>")

Expected output - <![CDATA["test"]]>

Getting below error :

  • Please see the server diagnostic logs on ics_server2 for details
  • oracle.fabric.common.FabricException: Operation failed - Member(Id=1, Timestamp=2017-03-02 17:07:30.963, Address=10.66.160.138:7201, MachineId=11084, Location=site:,machine:MS2,process:69039,member:ics_server2, Role=WeblogicServer):Error occurred during deployment of component: TESTASYNCTOSF to service engine: implementation.bpel, for composite: TESTASYNCTOSF: ORABPEL-05215 Error while loading process. The process domain is encountering the following errors while loading the process "TESTASYNCTOSF" (composite "default/TESTASYNCTOSF!01.00.0000*soa_3c19fa4b-01ad-4731-9df6-9dba20630c7e"): BPEL 1.1 compilation failed: TESTASYNCTOSF.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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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