Ampersand issues in Oracle BPEL 12c
HI All,
Address field contains & and when first BPEL service updates the field into clob column of database its getting converted to & and second service while selecting the data from clob column , while converting back to XML BPEL process is erroring out.
Inserting to clob column in DB : getContentAsString() --> & is converted to & and stored in database.
Converting to XML : parseEscapedXML() there is error due to presence of &
Please suggest the way to handle this.