When configuring Policy Xpress to perform SOAP calls, including an ampersand (&) in the input payload (e.g., within department information) may cause the request to fail with an AxisFault error. This error occurs because the ampersand is a reserved character in XML and breaks the request structure.
Identity Manager 14.5
The org.apache.axis2.AxisFault error occurs because the SOAP processor interprets the ampersand as the start of an XML entity reference, which remains unclosed, resulting in the error: The reference to entity "X" must end with the ';' delimiter.
To resolve this issue, you must ensure the input data containing special characters is properly escaped or wrapped in a CDATA section to prevent the SOAP engine from interpreting the ampersand as XML markup.
& with &).AxisFault error is resolved.For further information see the article How to escape ampersand (&) in soap UI
To speak with a customer representative or a Support Engineer see . Scroll to the bottom of the page and click on your respective region.