Xml Request:-
Authentication:-
RequestURL:-https://apidemoeu.webex.com/WBXService/XMLService
RequestData:-
<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.apidemoeu.webex.com/schemas/2002/06/service" xsi:schemaLocation="http://www.apidemoeu.webex.com/schemas/2002/06/service http://www.apidemoeu.webex.com/schemas/2002/06/service/service.xsd">
<header>
<securityContext>
<webExID>atchuta@instancy.com</webExID>
<password>Inst@123</password>
<siteName>apidemoeu</siteName>
<partnerID>g0webx!</partnerID>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.ep.GetAPIVersion">
</bodyContent>
</body>
</serv:message>
ResponseBody:-
<?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:ep="http://www.webex.com/schemas/2002/06/service/ep" xmlns:meet="http://www.webex.com/schemas/2002/06/service/meeting"><serv:header><serv:response><serv:result>SUCCESS</serv:result><serv:gsbStatus>PRIMARY</serv:gsbStatus></serv:response></serv:header><serv:body><serv:bodyContent xsi:type="ep:getAPIVersionResponse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><ep:apiVersion>WebEx XML API V10.0.0</ep:apiVersion><ep:release>SP8</ep:release></serv:bodyContent></serv:body></serv:message>
From:- http://requestmaker.com/
CreateMeeting:-
RequestURL:-https://apidemoeu.webex.com/WBXService/XMLService
RequestData:-
<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.apidemoeu.webex.com/schemas/2002/06/service" xsi:schemaLocation="http://www.apidemoeu.webex.com/schemas/2002/06/service http://www.apidemoeu.webex.com/schemas/2002/06/service/service.xsd">
<header>
<securityContext>
<webExID>atchuta@instancy.com</webExID>
<password>Inst@123</password>
<siteID>690319</siteID>
<partnerID>g0webx!</partnerID>
<email>atchuta@instancy.com</email>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.meeting.CreateMeeting ">
<accessControl>
<meetingPassword>pass123</meetingPassword>
</accessControl>
<metaData>
<confName>Sample Meeting</confName>
<meetingType>1</meetingType>
<agenda>Test</agenda>
</metaData>
<participants>
<maxUserNumber>4</maxUserNumber>
<attendees>
<attendee>
<person>
<name>James Kirk</name>
<email>Jkirk@sz.webex.com</email>
</person>
</attendee>
</attendees>
</participants>
<enableOptions>
<chat>true</chat>
<poll>true</poll>
<audioVideo>true</audioVideo>
</enableOptions>
<schedule>
<startDate>05/31/2004 10:10:10</startDate>
<openTime>900</openTime>
<joinTeleconfBeforeHost>true</joinTeleconfBeforeHost>
<duration>20</duration>
<timeZoneID>4</timeZoneID>
</schedule>
</bodyContent>
</body>
</serv:message>
Response Data:-
<?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>Incorrect user or password</serv:reason><serv:gsbStatus>PRIMARY</serv:gsbStatus><serv:exceptionID>030002</serv:exceptionID></serv:response></serv:header><serv:body><serv:bodyContent/></serv:body></serv:message>
From:- http://requestmaker.com/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hi Ram,
Linux/Unix users might not able to join the meeting if NTLM authentication is enabled with ISA proxy.
Thanks and Regards,
Geevarghese
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Greetings! In the security context, you have:
<webExID>atchuta@instancy.com</webExID>
However, that is not a valid user account on apidemoeu. I also searched the site for your email address and could not find you listed there, either. How did you request your demo account?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.