SEVERE: Could not perform the operation as exception encountered:Webex Create conference failed reason: validation: default is a required field.
com.cisco.component.webex.exception.OperationalException: Webex Create conference failed reason: validation: default is a required field.
reqest xml
<?xml version="1.0" encoding="ISO-8859-1"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<header>
<securityContext>
<siteName>projectpierce</siteName>
<siteID>XXXXX</siteID>
<partnerID>690co</partnerID>
<webExID>satks</webExID>
<password>XXXXX</password>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.meeting.CreateMeeting">
<accessControl>
<isPublic>FALSE</isPublic>
<meetingPassword>1234567</meetingPassword>
<enforcePassword></enforcePassword>
</accessControl>
<schedule>
<startDate>03/13/2016 05:30:00</startDate>
<duration>30</duration>
<timeZoneID>21</timeZoneID>
<hostWebExID>satks</hostWebExID>
<openTime>900</openTime>
<extNotifyTime></extNotifyTime>
<joinNotifyURL></joinNotifyURL>
<joinTeleconfBeforeHost>TRUE</joinTeleconfBeforeHost>
</schedule>
<metaData>
<confName>test webex</confName>
<agenda>test webex</agenda>
<greeting></greeting>
<location></location>
<invitation></invitation>
<meetingType>3</meetingType>
</metaData>
<enableOptions>
<attendeeList>TRUE</attendeeList>
<chat>TRUE</chat>
<poll>TRUE</poll>
<audioVideo>TRUE</audioVideo>
<fileShare>TRUE</fileShare>
<presentation>TRUE</presentation>
<applicationShare>TRUE</applicationShare>
<desktopShare>TRUE</desktopShare>
<meetingRecord>TRUE</meetingRecord>
<annotation>TRUE</annotation>
<importDocument>TRUE</importDocument>
<saveDocument>TRUE</saveDocument>
<printDocument>TRUE</printDocument>
<pointer>TRUE</pointer>
<switchPage>TRUE</switchPage>
<fullScreen>TRUE</fullScreen>
<thumbnail>TRUE</thumbnail>
<zoom>TRUE</zoom>
<copyPage>TRUE</copyPage>
<rcAppShare>TRUE</rcAppShare>
<rcDesktopShare>TRUE</rcDesktopShare>
<voip>TRUE</voip>
<supportQandA>TRUE</supportQandA>
<supportFeedback>TRUE</supportFeedback>
<supportRemoteComputer>TRUE</supportRemoteComputer>
<supportShareWebContent>TRUE</supportShareWebContent>
<supportUCFRichMedia></supportUCFRichMedia>
</enableOptions>
<telephony>
<telephonySupport>CALLBACK</telephonySupport>
<numPhoneLines></numPhoneLines>
<extTelephonyURL></extTelephonyURL>
<extTelephonyDescription></extTelephonyDescription>
<enableTSP>FALSE</enableTSP>
<tspAccountIndex></tspAccountIndex>
<intlLocalCallIn></intlLocalCallIn>
<teleconfLocation></teleconfLocation>
<callInNum>
<tollNum></tollNum>
<tollFreeNum></tollFreeNum>
<intlLocalNum></intlLocalNum>
<globalNum>
<countryAlias></countryAlias>
<phoneNumber></phoneNumber>
<tollFree></tollFree>
</globalNum>
</callInNum>
<tollFree></tollFree>
</telephony>
<tracking>
<trackingCode1></trackingCode1>
<trackingCode2></trackingCode2>
<trackingCode3></trackingCode3>
<trackingCode4></trackingCode4>
<trackingCode5></trackingCode5>
<trackingCode6></trackingCode6>
<trackingCode7></trackingCode7>
<trackingCode8></trackingCode8>
<trackingCode9></trackingCode9>
<trackingCode10></trackingCode10>
</tracking>
<remind>
<enableReminder>TRUE</enableReminder>
<emails>
<email></email>
</emails>
<sendEmail>TRUE</sendEmail>
<mobile></mobile>
<sendMobile></sendMobile>
<daysAhead></daysAhead>
<hoursAhead></hoursAhead>
<minutesAhead></minutesAhead>
</remind>
<participants>
<maxUserNumber></maxUserNumber>
<attendees>
</attendees>
</participants>
<attendeeOptions>
<auto></auto>
<emailInvitations>TRUE</emailInvitations>
<participantLimit></participantLimit>
</attendeeOptions>
</bodyContent>
</body>
</serv:message>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hello,
Many times, an optional parent element will contain required child elements. It is a best practice to omit any unused elements from your request.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.