635
Views
0
Helpful
0
Comments

Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 01-24-2014 03:54 PM
This document was generated from CDN thread
Created by: shashank mehra on 01-05-2012 06:18:09 AM
Hello,
I am trying to authenticate a user using an example given in the XML API Reference guide.
This is the XML Request i am sending to https://mysubdomain.webex.com/WBXService/XMLService
<?xml version="1.0" encoding="ISO-8859-1"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2002/06/service">
<header>
<securityContext>
<siteName>mysubdomain</siteName>
<webExID>myusername</webExID>
<password>mypassword</password>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.user.AuthenticateUser">
<samlResponse>samlResponse message will go here</samlResponse>
</bodyContent>
</body>
</serv:message>
The reply i get is:
<?xml version="1.0" encoding="ISO-8859-1"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:use="http://www.webex.com/schemas/2002/06/service/user"><serv:header><serv:response><serv:result>FAILURE</serv:result><serv:reason>Authentication Server can't generate a valid session ticket</serv:reason><serv:gsbStatus>PRIMARY</serv:gsbStatus><serv:exceptionID>030048</serv:exceptionID><serv:subErrors><serv:subError><serv:exceptionID>AS0062</serv:exceptionID><serv:reason>Validate assertion failed</serv:reason><serv:value></serv:value></serv:subError></serv:subErrors></serv:response></serv:header><serv:body><serv:bodyContent/></serv:body></serv:message>
Why am i not getting my session ticket?
Thanks
Shashank
Created by: shashank mehra on 01-05-2012 06:18:09 AM
Hello,
I am trying to authenticate a user using an example given in the XML API Reference guide.
This is the XML Request i am sending to https://mysubdomain.webex.com/WBXService/XMLService
<?xml version="1.0" encoding="ISO-8859-1"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2002/06/service">
<header>
<securityContext>
<siteName>mysubdomain</siteName>
<webExID>myusername</webExID>
<password>mypassword</password>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.user.AuthenticateUser">
<samlResponse>samlResponse message will go here</samlResponse>
</bodyContent>
</body>
</serv:message>
The reply i get is:
<?xml version="1.0" encoding="ISO-8859-1"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:use="http://www.webex.com/schemas/2002/06/service/user"><serv:header><serv:response><serv:result>FAILURE</serv:result><serv:reason>Authentication Server can't generate a valid session ticket</serv:reason><serv:gsbStatus>PRIMARY</serv:gsbStatus><serv:exceptionID>030048</serv:exceptionID><serv:subErrors><serv:subError><serv:exceptionID>AS0062</serv:exceptionID><serv:reason>Validate assertion failed</serv:reason><serv:value></serv:value></serv:subError></serv:subErrors></serv:response></serv:header><serv:body><serv:bodyContent/></serv:body></serv:message>
Why am i not getting my session ticket?
Thanks
Shashank
Labels: