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

validation: unable to find FieldDescriptor for 'sessionkey' in ClassDescriptor of bodyContentType

Hi,

I am trying to call the api  : GetjoinurlMeeting but having the below issue. Kindly suggest also let me know how to see the correct .xsd filr.

Error : validation: unable to find FieldDescriptor for 'sessionkey' in ClassDescriptor of bodyContentType

Request XML

<?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>webexID</webExID>

<password>password</password>

<siteID>siteid</siteID>

<partnerID>parterid</partnerID>

<siteName>sitename</siteName>

<email>guruprasad.yellappa@sony.com</email>

</securityContext>

</header>

<body>

<bodyContent>

xsi:type="java:com.webex.service.binding.meeting.GetjoinurlMeeting">

<sessionkey>574821301</sessionkey>

<attendeeName>Guruprasad</attendeeName>

</bodyContent>

</body>

</serv:message>

Response XML.

<?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"><serv:header><serv:response><serv:result>FAILURE</serv:result><serv:reason>validation: unable to find FieldDescriptor for 'sessionkey' in ClassDescriptor of bodyContentType</serv:reason><serv:gsbStatus>PRIMARY</serv:gsbStatus><serv:exceptionID>999999</serv:exceptionID></serv:response></serv:header><serv:body><serv:bodyContent/></serv:body></serv:message>

Thanks.

Regards,

Guruprasad

1 Accepted Solution

Accepted Solutions

ryanhunt
Level 5
Level 5

the K in sessionKey needs to be capitalized.

View solution in original post

1 Reply 1

ryanhunt
Level 5
Level 5

the K in sessionKey needs to be capitalized.