Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Subject: RE: Invalid Request Replied by: Nathan Morrow on 30-01-2013 10:53:03 AM Hello, The schema defines the namespaces for the WebEx XML services. The namespace for ep should be ep. Namespaces in the actual document are more or less ignored except for the xmnls:xsi and xsi:type values. The following will not result in validation error: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <message> <header> <securityContext> <webExID>****</webExID> <password>****</password> <siteID>243585</siteID> <partnerID>g0webx!</partnerID> </securityContext> </header> <body> <bodyContent xsi:type="ep:getOneClickSettings" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> </body> </message>
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: