03-22-2021 07:45 AM - last edited on 03-03-2022 08:50 AM by Adam Weeks, Webex Evangelism
Hello,
When I use Webex Meetings XML API with & in the password, getting the below error.
"Parsing Error: The entity name must immediately follow the '&' in the entity reference.?Line : 1?Column : 220?"
<securityContext>
<siteName>domainmeetings</siteName>
<webExID>svc_stage</webExID>
<password>Pass&d1</password>
</securityContext>
I have even tried & but getting error as below
<serv:response>
<serv:result>FAILURE</serv:result>
<serv:reason>Incorrect user or password</serv:reason>
<serv:gsbStatus>PRIMARY</serv:gsbStatus>
<serv:exceptionID>030002</serv:exceptionID>
</serv:response>
Regards,
Bibin
03-22-2021 08:39 AM
It is ambiguous to me if the @ is supported in a password. I would try enclosing it in quotes... Pass"&"d1
03-23-2021 07:58 AM
Thanks for the response, I have tried by enclosing & in double-quotes [Pass"&"d1]. But did not help, It displays the same error.
<serv:reason>Parsing Error : The entity name must immediately follow the '&' in the entity reference.?Line : 1?Column : 221?</serv:reason>
03-24-2021 12:02 PM
The following works for me, for password: Pass&
<securityContext> <siteName>apidemoeu</siteName> <webExID>dstaudt</webExID> <password>Pass&</password> </securityContext>
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide