Welcome to Cisco-WebEx Meeting Service Forums

These forums are available to all to read.  However, if you want to fully participate, post, etc., you'll need to sign into the site with Cisco CCO credentials.  If you do not already have these, go to the "Sign In" link in the upper right of the main page, and follow the self-service registration process.  This will not only allow you participate in these forum categories, but also new interactive features coming soon, and many other aspects of the Cisco developer networks set of web sites.

Look into the Getting Started category for more information on how you can leverage these forums, search, get RSS feeds, and more.

Message Boards Message Boards
Combination View Flat View Tree View
Threads [ Previous | Next ]
RE: Contact webex URL API
toggle
Google Translator was created by the translation.

hi my name is TK

Using URL API Training Center is to create a schedule.

Try to see the file Webex_Intergration_Guide.pdf atseupnida test.

Meeting Center is the registration schedule.

Training Center for registration will not be scheduled.

Training Center is the result when the registration schedule.


-- return value --
siteurl : teflinternational
serviceType : MC
RS : SiteRequiresPrivilegeToSupportThisMeetingType
AT : SM
ST : FAIL



Using URL API Training Center schedule should be set to activate an option or something, anyway?

I bveldhuisen ID is used.
Test html file is attached.

Please check.


Answers  I'll wait. Happy day.
Attachments: TC_schedulemeeting.html (11.2k)
Flag Flag
RE: Contact webex URL API
11/2/09 10:15 PM as a reply to jong hoon Tak.
Hi TK,
 
Your site does not have meeting type 11 for training center.  Your site uses a special meeting type 233 for training center. 
 
If you modify the code or add a new line to the html file, you should get past this error.
<option value="233" selected>Training session</option>
 
Thank you
-Kingsley Lewis
Flag Flag
RE: Contact webex URL API
11/3/09 1:41 AM as a reply to Kingsley Lewis.
Hi Kingsley Lewis
I tried to answer you.
Thank you. 

you sent the source <option value="233" selected> Training session </ option> was added.
This error is displayed.

---- Return value ----
siteurl: teflinternational
serviceType: MC
RS: NoScheduleMeetingPrivilege
AT: SM
ST: FAIL

RS Information found in the guide
This description is.
[NoScheduleMeetingPrivilege] ==> User attempted to schedule a meeting of type COB, OCS, ONS, RAS.

When using a URL API to use our ID: bveldhuisen to do all the work anyway?

And please let us know what action should be.

have a nice day
Attachments: TC_schedulemeeting.html (11.3k)
Flag Flag
RE: Contact webex URL API
11/4/09 8:28 PM as a reply to jong hoon Tak.
Hi Jong,
 
Theres a few things that will need to be modified.
 
First since this is training center you have to specifically call this out before submitting the form.
 
https://{sitename}.webex.com/{sitename}/o.php?AT=ST&SP=TC
 
Second in your form,  remove the values in
 
RegistrationPassword (RPW)  and MaximumRegistrationsAllowed (NR)
 
You should have a successful training center session.
 
Thank you
-Kingsley
Flag Flag