Page 1 of 1

the + XML symbol disappears

Posted: Thu Dec 28, 2023 7:15 am
by digitsoft
the + XML symbol disappears
Can someone tell me this email address: DOCUMENTOSELECTRONICOSDE0612345678969789+900000000000000000000000000001@123.COM when I send it in an XML the + symbol disappears

Re: the + XML symbol disappears

Posted: Fri Dec 29, 2023 1:05 am
by skiman
Hi,

Maybe you can use the CDATA?

<![CDATA[your_email ]] >

Re: the + XML symbol disappears

Posted: Fri Dec 29, 2023 1:12 am
by k-insis
Are you sure reason is + sign? For XML there is no need to 'escape' plus sign, only these:

https://www.liquid-technologies.com/Ref ... gData.html

Is perhaps there some xsd schema part that is misconfigured or has wrong pattern config for email address field and does not allow plus sign?


You will need to provide more information including xsd for it and what you get as endpoint response.


digitsoft wrote: Thu Dec 28, 2023 7:15 am the + XML symbol disappears
Can someone tell me this email address: DOCUMENTOSELECTRONICOSDE0612345678969789+900000000000000000000000000001@123.COM when I send it in an XML the + symbol disappears

Re: the + XML symbol disappears

Posted: Fri Dec 29, 2023 6:51 am
by digitsoft
thanks for your help

but neither of the two options worked for me