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

XML API returning.... nothing?

m_hutley
Level 1
Level 1

So i formatted a message off to the XML API endpoint.

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

<password>***</password>

<siteID>***</siteID>

</securityContext>

</header>

    <body>

        <bodyContent

            xsi:type="java:com.webex.service.binding.ep.LstRecording">

            <listControl>

                <startFrom>0</startFrom>

                <maximumNum>10</maximumNum>

            </listControl>

        </bodyContent>

    </body>

</serv:message>

And all i get back is...

<?xml version="1.0" encoding="UTF-8" ?>

<message xmlns="http://www.webex.com/schemas/2002/06/service">

    <header>

        <response>

            <result>SUCCESS</result>

            <reason>: WebEx XML API V7.4.0,  WebEx XML API V8.0.0,  WebEx XML API V7.3.0,  WebEx XML API V9.0.0,  WebEx XML API V10.0.0</reason>

        </response>

    </header>

    <body>

        <bodyContent/>

    </body>

</message>

So... yeah. That's... not helpful in the slightest? Did I do something wrong? The very unhelpful message plays even if i send

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

</header>

    <body>

Garbage

    </body>

</serv:message>

1 Reply 1

ryanhunt
Level 5
Level 5

I tried your request, however with my <siteName> instead of SiteID and it worked as expected, with the empty body response are you sure there are any recordings to be returned?