cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
398
Views
0
Helpful
1
Replies

RegisterMeetingAttendee - Incorrect user or password

beavis
Level 1
Level 1

I seem to have a problem registering a user for an event.  My Header information can successfully call GetAPIVersion but when I try to the RegisterMeetingAttendee call I get an "Incorrect user or password" failure.  Please help, not sure what I'm doing wrong.

<?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" xsi:schemaLocation="http://www.webex.com/schemas/2002/06/service http://www.webex.com/schemas/2002/06/service/service.xsd">

<header>

<securityContext>

<webExID>[MYID]</webExID>

<password>[MYPASS]</password>

<siteName>[My Webex SubDomain]</siteName>

<partnerID>[My Partner ID]</partnerID>

</securityContext>

</header>

<body>

<bodyContent xsi:type="java:com.webex.service.binding.attendee.RegisterMeetingAttendee">

            <attendees>

                <person>

                    <name>John Doe</name>

                    <title>Software Dev</title>

                    <company>My Company</company>

                    <address>

                        <addressType>PERSONAL</addressType>

                        <country>united states</country>

                    </address>

                    <email>test@ssdfsdfsdgmail.com</email>

                    <type>VISITOR</type>

                </person>

                <joinStatus>REGISTER</joinStatus>

                <role>ATTENDEE</role>

                <emailInvitations>true</emailInvitations>

                <sessionKey>[event Number]</sessionKey>

            </attendees>

                </bodyContent>

            </body>

</serv:message>

---------------RESPONSE ----------------------------------------------

<?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: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>

1 Accepted Solution

Accepted Solutions

beavis
Level 1
Level 1

Disregard.  The GetAPIVersion doesn't seem to verify your ID.  I have fixed my auth issue by fixing my webExID.

View solution in original post

1 Reply 1

beavis
Level 1
Level 1

Disregard.  The GetAPIVersion doesn't seem to verify your ID.  I have fixed my auth issue by fixing my webExID.

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: