cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
614
Views
0
Helpful
3
Replies

How to use the element allowAnyoneHostMeeting for Creating Meeting

shshao
Level 4
Level 4

Hello,

We want to create a WebEx meeting which anyone can host using the element allowAnyoneHostMeeting, But We got the error FAILURE.

<serv:result>FAILURE</serv:result>

<serv:exceptionID>999999</serv:exceptionID>


How can I use the element allowAnyoneHostMeeting for anyone can host ? Have any example for reference ?

Thank you!


shshao


1 Accepted Solution

Accepted Solutions

Hello,

     allowAnyoneHostMeeting was added as a child to schedule in XML10.0.0 SP6. This validation error suggests you are on a previous version at the time of this message. You can check your XML API version using XML API request ep.GetAPIVersion to be sure you are using at least XML 10.0 SP6 for this element to be supported.

View solution in original post

3 Replies 3

ryanhunt
Level 5
Level 5

The error code indicates the email address you used is invalid, there are also settings that need to be configured for this to work.. please see: Cisco DevNet: WebEx Conferencing - XML API - Release Notes

Hello,

It looks like the scheduleType error. But, How can I do to assign the scheduleType ? 

       <serv:result>FAILURE</serv:result>

       <serv:reason>validation: unable to find FieldDescriptor for 'allowAnyoneHostMeeting' in ClassDescriptor of scheduleType</serv:reason>

       <serv:gsbStatus>PRIMARY</serv:gsbStatus>

       <serv:exceptionID>999999</serv:exceptionID>


Thank you!


shshao

Hello,

     allowAnyoneHostMeeting was added as a child to schedule in XML10.0.0 SP6. This validation error suggests you are on a previous version at the time of this message. You can check your XML API version using XML API request ep.GetAPIVersion to be sure you are using at least XML 10.0 SP6 for this element to be supported.