<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Invalid Request</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=11314869" />
  <subtitle>Invalid Request</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=11314869</id>
  <updated>2013-05-21T20:52:45Z</updated>
  <dc:date>2013-05-21T20:52:45Z</dc:date>
  <entry>
    <title>RE: Invalid Request</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11317909" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11317909</id>
    <updated>2013-01-30T16:53:03Z</updated>
    <published>2013-01-30T16:53:03Z</published>
    <summary type="html">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:
 
&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
&lt;message&gt;
&lt;header&gt;
&lt;securityContext&gt;
&lt;webExID&gt;****&lt;/webExID&gt;
&lt;password&gt;****&lt;/password&gt;
&lt;siteID&gt;243585&lt;/siteID&gt;
&lt;partnerID&gt;g0webx!&lt;/partnerID&gt;
&lt;/securityContext&gt;
&lt;/header&gt;
&lt;body&gt;
&lt;bodyContent xsi:type="[color=#ff0000]ep[/color]:getOneClickSettings" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/&gt;
&lt;/body&gt;
&lt;/message&gt;</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-01-30T16:53:03Z</dc:date>
  </entry>
  <entry>
    <title>Invalid Request</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11314868" />
    <author>
      <name>Pavel Vybiral</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11314868</id>
    <updated>2013-01-30T16:05:14Z</updated>
    <published>2013-01-30T16:05:14Z</published>
    <summary type="html">Hi,
  I have some troubles to send request to WebEx - I keep to obtain validation error of my requests.
Req. example
&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
&lt;ns2:message xmlns:ns16="http://www.webex.com/schemas/2002/06/service/trainingsessionqtiasi" xmlns="http://www.webex.com/schemas/2002/06/common" xmlns:ns17="http://www.webex.com/schemas/2002/06/service/trainingsessionqti" xmlns:ns14="http://www.webex.com/schemas/2002/06/service/supportsession" xmlns:ns15="http://www.webex.com/schemas/2002/06/service/trainingsession" xmlns:ns9="http://www.webex.com/schemas/2002/06/service/site" xmlns:ns5="http://www.webex.com/schemas/2002/06/service/event" xmlns:ns12="http://www.webex.com/schemas/2002/06/service/meetingtype" xmlns:ns6="http://www.webex.com/schemas/2002/06/service/ep" xmlns:ns13="http://www.webex.com/schemas/2002/06/service/session" xmlns:ns7="http://www.webex.com/schemas/2002/06/service/sales" xmlns:ns10="http://www.webex.com/schemas/2002/06/service/history" xmlns:ns8="http://www.webex.com/schemas/2002/06/service/meeting" xmlns:ns11="http://www.webex.com/schemas/2002/06/service/meeting/auo" xmlns:ns2="http://www.webex.com/schemas/2002/06/service" xmlns:ns4="http://www.webex.com/schemas/2002/06/service/user" xmlns:ns3="http://www.webex.com/schemas/2002/06/service/attendee"&gt;
 &lt;ns2:header&gt;
 &lt;ns2:securityContext&gt;
 &lt;webExID&gt;****&lt;/webExID&gt;
 &lt;password&gt;****&lt;/password&gt;
 &lt;siteID&gt;243585&lt;/siteID&gt;
 &lt;siteName&gt;apidemoeu&lt;/siteName&gt;
 &lt;partnerID&gt;g0webx!&lt;/partnerID&gt;
 &lt;/ns2:securityContext&gt;
 &lt;/ns2:header&gt;
 &lt;ns2:body&gt;
 &lt;ns2:bodyContent xsi:type="ns6:getOneClickSettings" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/&gt;
 &lt;/ns2:body&gt;
&lt;/ns2:message&gt;
Resp
 
&lt;serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common"&gt;
&lt;serv:header&gt;
 &lt;serv:response&gt;
 &lt;serv:result&gt;FAILURE&lt;/serv:result&gt;
 &lt;serv:reason&gt;validation: unable to instantiate com.webex.xmlapi.service.binding.GetOneClickSettings; java.lang.ClassNotFoundException: com.webex.xmlapi.service.binding.GetOneClickSettings&lt;/serv:reason&gt;
 &lt;serv:gsbStatus&gt;PRIMARY&lt;/serv:gsbStatus&gt;
&lt;serv:exceptionID&gt;999999&lt;/serv:exceptionID&gt;
&lt;/serv:response&gt;
&lt;/serv:header&gt;
&lt;serv:body&gt;
 &lt;serv:bodyContent/&gt;
&lt;/serv:body&gt;
&lt;/serv:message&gt;
Many thanks for your help.
Pavel</summary>
    <dc:creator>Pavel Vybiral</dc:creator>
    <dc:date>2013-01-30T16:05:14Z</dc:date>
  </entry>
</feed>

