Please note: These WebEx forums have replaced the earlier site forums. All the previous threads and posts have been replicated here, and if you subscribed to the previous forums, please re-subscribe. Thank you.
« Back to Getting Started

Unable to get Meetings Lists via Webex XML API

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi i am new to Webex and have to integrate Webex with my application. I have registered to cisco developer network. got the sample code for accessing xml api. when i run the code The response contains "Failure" with an error "Corresponding User not found" here is request XML i am sending and receiving..
 
 
Request
 
<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2002/06/service">
<header>
<securityContext>
<webExID>tttt</webExID>
<password>tt</password>
<siteID>tt</siteID>
<partnerID>tttt!</partnerID>
<email>stttt</email>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.meeting.LstsummaryMeeting" xmlns:meet="http://www.webex.com/schemas/2002/06/service/meeting">
<listControl>
<startFrom/>
<maximumNum>5</maximumNum>
</listControl>
<order>
<orderBy>STARTTIME</orderBy>
</order>
<dateScope>
</dateScope>
</bodyContent>
</body>
</serv:message>
 
 
<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:meet="http://www.webex.com/schemas/2002/06/service/meeting" xmlns:att="http://www.webex.com/schemas/2002/06/service/attendee">
<serv:header>
<serv:response>
<serv:result>FAILURE</serv:result>
<serv:reason>Corresponding User not found</serv:reason>
<serv:gsbStatus>PRIMARY</serv:gsbStatus>
<serv:exceptionID>030001</serv:exceptionID>
</serv:response></serv:header>
<serv:body><serv:bodyContent/>
</serv:body></serv:message>

Create a Cisco account today and gain access across all Cisco Collaboration Developer sites.

 

Follow the WebEx Developer program on Twitter for the latest industry and WebEx Meetings related information.