This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SOAP requests from ServiceNow that have carriage return & line feeds are failing

We (D1v7) are receiving SOAP requests from Service Now to update AD group and getting the following error:

Server was unable to process request. ---> An error occured: The value 'Group description' must not contain line breaks.

 

Is there an easy way to configure D1 to allow line breaks in the description fields?  We have tried to have SN encapsulate the data using: 

<![CDATA[Test Group 2 ]]>&#x0d;&#x0a;<![CDATA[from ]]>&#x0d;&#x0a;<![CDATA[SN ]]>&#x0d;&#x0a;<![CDATA[instance]]>&#x0d;&#x0a;

for text:

Test Group 2 

from

SN 

instance