cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
88
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Frank Misa on 16-07-2013 03:20:14 PM
Hi

I'd like to use WebService XML APIs to turn off surveys on hundreds of future scheduled events we have in WebEx.
We'd like to configure these sessions to use a 3rd party survey provider/service - like SurveyMonkey.

I cannot find an example - or clear reference one way or other in the documentation.

I hoping this can be done - without having to manually re-visit all the future scheduled events ?

Is the following possible:
setSession
   postRecordingSurvey=false
   destinationURL=surveyMonkey.net/mySurvey

Hope to hear from someone.
Thanks

Subject: RE: Anyway to turn off Surveys using WebService XML - postRecordingSurvey
Replied by: Frank Misa on 17-07-2013 09:00:06 AM
Something like this ?

        String reqXML = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>" + NEW_LINE +
        "<serv:message xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">" + NEW_LINE +
     "<header>" + NEW_LINE +
     " <securityContext>" + NEW_LINE +
     "  <webExID>"+webExID+"</webExID>" + NEW_LINE +
     "  <password>"+password+"</password>" + NEW_LINE +
     "  <siteID>"+siteID+"</siteID>" + NEW_LINE +
     "  <partnerID>"+partnerID+"</partnerID>" + NEW_LINE +
     "  <email>"+email+"</email>" + NEW_LINE +
     " </securityContext>" + NEW_LINE +
     "</header>" + NEW_LINE +
     "<body>" + NEW_LINE +
     " <bodyContent xsi:type=\"java:com.webex.service.binding.event.SetEvent\">" + NEW_LINE +
     "       <event:sessionKey>111111111</event:sessionKey>" + NEW_LINE +
     "       <postRecordingSurvey>FALSE</postRecordingSurvey>" + NEW_LINE +
     "  <extOptions>" + NEW_LINE +
     "   <destinationURL>https://www.surveymk.com/x"</destinationURL>" + NEW_LINE +
     "  </extOptions>" + NEW_LINE +
     " </bodyContent>" + NEW_LINE +
     "</body>" + NEW_LINE +
        "</serv:message>";
Getting Started

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:

Quick Links