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

Created by: Yasar Arafath on 10-05-2013 04:12:47 AM
Hi All,     
    I am newly this concept,i try to create WebEx based asp.net web application.Here how to integrate webex in my application. Please help to initiate to start & sent the steps for integrate in my application.  
Thanks in Advance!!!!
Yasar.

Subject: RE: Integrate WebEx
Replied by: Nathan Morrow on 10-05-2013 12:13:31 PM
You can find sample code on this site under the Develop & Test menu -> XML API -> Sample Code (direct link: http://developer.cisco.com/web/webex-developer/sample-code). An older .Net project is provided as one of the samples. XML API uses HTTPS POST, while URL API uses HTTPS GET. You should be able to find numerous resources for sending and receiving HTTPS data from your application, as well as XML parsing by using your favorite search engine. 

Subject: RE: Integrate WebEx
Replied by: Yasar Arafath on 06-06-2013 03:53:02 AM
Nathan Morrow:
You can find sample code on this site under the Develop & Test menu -> XML API -> Sample Code (direct link: http://developer.cisco.com/web/webex-developer/sample-code). An older .Net project is provided as one of the samples. XML API uses HTTPS POST, while URL API uses HTTPS GET. You should be able to find numerous resources for sending and receiving HTTPS data from your application, as well as XML parsing by using your favorite search engine. 

Hi Nathan,

              I was download the XML API,here i need how to implement this API in asp.net page.
Plz send repley.

Yasar.

Subject: RE: Integrate WebEx
Replied by: Nathan Morrow on 06-06-2013 11:08:32 AM
Hello,

     The .Net example includes ASP and C# examples. The sample code provides a good starting point for setting up XML communication between your integration and the WebEx XML services.

Subject: RE: Integrate WebEx
Replied by: Yasar Arafath on 07-06-2013 04:35:55 AM
Hi Nathen,
                      I was change the following in XML API for my application.
   Here i got GetAPIVersion(SUCCESSPRIMARYWebEx XML API V7.3.0) only, but i need the following
    1.how to login and create meeting.
    2.Invite to meeting via asp.net

Regard's
Yasar

Subject: RE: Integrate WebEx
Replied by: Nathan Morrow on 07-06-2013 12:58:26 PM
You are getting an expected response from the GetAPIVersion request. You will want to look in to XML parsing to make sense of the returned XML rather than displaying it in the HTML output. To schedule a meeting via XML API, you would use either CreateMeeting, CreateEvent, CreateTrainingSession, or CreateSupportSession instead of GetAPIVersion. To invite attendees to the meeting, you would include the attendees in your CreateMeeting, CreateEvent, or CreateTrainingSession request, or you could use CreateMeetingAttendee to add attendees to a previously scheduled meeting.

Subject: RE: Integrate WebEx
Replied by: Yasar Arafath on 09-06-2013 11:17:56 PM
 Nathan,

         Thanks for your reply.I'll Try

Regard's
Yasar.

Subject: RE: Integrate WebEx
Replied by: Yasar Arafath on 10-06-2013 05:57:59 AM
Nathen,

      I used GetloginurlUser Request,after i got  Server Response for

(SUCCESSPRIMARY https://apidemoeu.webex.com/apidemoeu/p.php?AT=LI&FN=Yasar&LN=Arafath&WID=yasarjama&TK=c859bcdf4da7f6f0eb8ca49863204092a3a1858bfa84476a1e524aa7a4053887&MU=GoBack&BU=) this

Here how to integrate this response from my asp.net page.

Please send sample html.Send Reply for basic steps to integrating webex in aps.net.

Regard's
Yasar.

Subject: RE: Integrate WebEx
Replied by: Nathan Morrow on 10-06-2013 11:12:50 AM
Hello,

     Your response looks correct, although rendering the response in a web browser caused the XML tags to be filtered out. You will need to research XML parsing, which will allow you to work with the response elements as separate objects, properties, or an array.  XML parsing and coding for specific environments is beyond the scope of support provided by the WebEx meeting services API team. 

Subject: RE: Integrate WebEx
Replied by: Yasar Arafath on 10-06-2013 11:50:08 PM
Nathen

    Thank's for your reply.Here i need the following
  1.How to add cntact,
  2.How to Create meeting and invite the contact's for meeting.

Regard's
Yasar.

Subject: RE: Integrate WebEx
Replied by: Nathan Morrow on 11-06-2013 12:12:49 PM
Hello,

     To schedule a meeting via XML API, you would use either CreateMeeting, CreateEvent, CreateTrainingSession. Each of those commands supports either participants, attendees, panelists, or presenters. The previously mentioned elements contain several child elements that define the invitees. Alternately, you can use CreateMeetingAttendee to invite attendees.


Subject: RE: Integrate WebEx
Replied by: Yasar Arafath on 17-06-2013 12:44:17 AM
Nathen,
              I am try to create meeting by usingxsi:type="java:com.webex.service.binding.meeting.CreateMeeting" this.
But am not able to create meeting.
How to Create meeting,please send the step's for create meeting.

Regard's,
Yasar

Subject: RE: Integrate WebEx
Replied by: Yasar Arafath on 17-06-2013 02:01:47 AM
Hi Sivaneasharajah ,

I got this error.FAILUREInvalid Password.PRIMARY030002.

Regard's,
Yasar.

Subject: RE: Integrate WebEx
Replied by: Yasar Arafath on 17-06-2013 02:21:22 AM
Hi Sivaneasharajah ,

 Thanks for your response.Am use the following,
<header>
    <securityContext>
      <webExID>My host Id</webExID>
      <password>Host Password</password>
      <siteID>243585</siteID>
      <partnerID>g0webx!</partnerID>
      <email>My email address</email>
    </securityContext>
  </header>

Regard's,
Yasar

Subject: RE: Integrate WebEx
Replied by: Lushanthan Sivaneasharajah on 17-06-2013 12:51:40 AM
Can you please post the error message you are getting to this thread?

Subject: RE: Integrate WebEx
Replied by: Lushanthan Sivaneasharajah on 17-06-2013 02:08:12 AM
Have you properly set your credentials (of the host account) in the create meeting xml header?
<header>
    <securityContext>
      <webExID>xxxxxxxxx</webExID>
      <password>xxxxxxxx</password>
      <siteID>243585</siteID>
      <partnerID>g0webx!</partnerID>
      <email>xxxxxx</email>
    </securityContext>
  </header>

Please also try to login to your site using the host account (not through api), if that is working for you and if you have provided those credentials here that should work here.
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