cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
13667
Views
0
Helpful
1
Replies

WEBEX GetHostURLMeeting

jetberay
Level 1
Level 1

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&amp;WID=incmeeting&amp;TK=cd75bcca39c482792d5af07d494357bc28b28bad93c068afcc39dbd0152d6e3c&amp;MU=https://apidemoeu.webex.com/apidemoeu/m.php?AT=HM&MK=623516488&Rnd=0.45102063992634345</meet:hostMeetingURL>
		</serv:bodyContent>
	</serv:body>
</serv:message>
1 Reply 1

jetberay
Level 1
Level 1
Getting Started

Welcome to the Webex Community. This is your home to ask questions, share knowledge, and attend live webinars.