Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi Everyone,
While making an API call (Transactional type) I need to pass a link inside CTA.
The link has multiple parameters and when I make the call, it gives the below error.
Below is the API Call
It gives an error at the '&' symbol.
Any help on this?
regards,
Solved! Go to Solution.
Hi @Abhinav3 ,
Special characters such as > < & are illegal/not supported in XML thus when you pass the SOAP XML body you get the error at '&'.
You can try using the following instead of '&', to escape it:
& ---or--- &
whichever works for you.
Br,
Shubham
View solution in original post
Views
Likes
Replies