03-13-2015 03:31 AM
Hi,
I use CreateMeeting method,and Meeting topic is Simplified Chinese,when I request to return successfully, but login My WebEx Meeting Topic is garbled.
request XML element:
<meet:confName>测试会议1426241972938</meet:confName>
My WebEx Meetings Topic:
????1426241972938
03-13-2015 11:12 AM
Hello,
GB2312 character encoding has been deprecated in XML API for some time now. Please try using UTF-8 encoding for your XML request instead. UTF-8 is the preferred encoding, as it supports all languages. You may also want to change your page preferences on the WebEx site to use Chinese language for display, I don't know whether english page display supports Chinese character for meeting topic.
03-13-2015 08:02 PM
03-16-2015 12:00 PM
Hello,
I was able to test this on apidemoeu.webex.com and saw the characters displayed correctly on the WebEx site. I tested outside of JAVA, however, using the XML API debug page, available for download on http://www.webexdeveloper.com when clicking Develop and Test -> XML API -> Sample Code.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide