Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

SOAP Request with CDATA and attachments throws Error

SA-19915

Summary



Unable to parse XML enclosed in CDATA during Service SOAP Inbound Data Mapping.
The Parse XML fails when CDATA tag is present in the SOAP Request when CDATA and attachments both are present.


Error Messages



Failed to Parse XML. Error: Reference is not allowed in prolog.


Steps to Reproduce



Not Applicable.


Root Cause



A software use or operation error the special characters like & in the subsequent XML data; which was being sent with the request in CDATA tag were not being handled.

Resolution



The special characters and CDATA can be handled in property-set method of the service activity by the use of following expression or function call.

@String.replaceAll(Primary.cdata_prop,"]] >","")

@String.replaceAll(Primary.cdata_prop,"<![CDATA[","")

@String.trim(Primary.cdata_prop)

Published February 20, 2016 - Updated October 8, 2020

Was this useful?

100% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us