Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Subject: RE: xml validation problem : need help Replied by: Jade Moors on 13-11-2012 11:30:04 AM Hi Sylvain, There appears to be a typo in your namespace. Your are missing the hyphen in XMLSchema-instance. CURRENTLY: <serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance"> SHOULD BE: <serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> Once you correct that you will most likely see some several other errors in your request with several parameters being passed. You will need to: Shorten the <meetingPassword> (should be 16 characters or less) Fix the <duration> (cannot be set to 6020 minutes) Remove <meetingType>1</meetingType> (you do not have this meetingType on your site) Remove or set <joinTeleconfBeforeHost> to false (you cannot join a teleconference if one is not scheduled) Remove <role>PRESENTER</role> Regards, Jayde Moors WebEx API Developer Services
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: