Hi guys, Im having problem parsing response from webex getHostUrlMeeting..
Im getting this error, The reference to entity "MK" must end with the ';' delimiter.
This is the XML Response from Webex. So how am I going to insert & on this response?
<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service"
xmlns:com="http://www.webex.com/schemas/2002/06/common"
xmlns:meet="http://www.webex.com/schemas/2002/06/service/meeting"
xmlns:att="http://www.webex.com/schemas/2002/06/service/attendee">
<serv:header>
<serv:response>
<serv:result>SUCCESS</serv:result>
<serv:gsbStatus>PRIMARY</serv:gsbStatus>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent xsi:type="meet:gethosturlMeetingResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<meet:hostMeetingURL>https://apidemoeu.webex.com/apidemoeu/p.php?AT=LI&WID=incmeeting&TK=cd75bcca39c482792d5af07d494357bc28b28bad93c068afcc39dbd0152d6e3c&MU=https://apidemoeu.webex.com/apidemoeu/m.php?AT=HM&MK=623516488&Rnd=0.45102063992634345</meet:hostMeetingURL>
</serv:bodyContent>
</serv:body>
</serv:message>