2020-04-27

[WebEX]XML API GetMeeting

 反向取得會議室XML,不過Tag需要重新處理

<?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>
           <siteName>輸入站台名稱</siteName>
        </securityContext>
    </header>
    <body>
        <bodyContent xsi:type="java:com.webex.service.binding.meeting.GetMeeting">
            <meetingKey>輸入會議室號碼</meetingKey>
        </bodyContent>
    </body>
</serv:message>

沒有留言:

張貼留言