Use pipe as a regular character with TEWS
search cancel

Use pipe as a regular character with TEWS

book

Article ID: 16924

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Risk Analytics CA Secure Cloud SaaS - Arcot A-OK (WebFort) CLOUDMINDER ADVANCED AUTHENTICATION CA Secure Cloud SaaS - Advanced Authentication CA Secure Cloud SaaS - Identity Management CA Secure Cloud SaaS - Single Sign On

Issue/Introduction



How can I use the "|" pipe (vertical bar) character as a character in TEWS?

Environment

Release:
Component: IDMGR

Resolution

As a SOAP request is a specialized form of XML, you have to conform to XML standards for encoding. 

https://www.dvteclipse.com/documentation/svlinter/How_to_use_special_characters_in_XML.3F.html 

|  Vertical bar         | 

You should encode the vertical pipe character: 

<wsdl:TestMultiValuedAttributeObjectProfileTab> <wsdl:_BAR_multi_valued_attribute_BAR_>one&#124;two&#124;three</wsdl:_BAR_multi_valued_attribute_BAR_> </wsdl:TestMultiValuedAttributeObjectProfileTab>