Created by: Jeff Kissinger on 26-02-2013 04:51:19 PM Can anyone tell me where the latest download is for the XSD schema files for the XML API? At the link http://developer.cisco.com/web/webex-developer/xml-api-reference there is only a download for the XML 6.0 schema files. These 6.0 xsd files are not valid xsd because the actual XML sent needs to reference xsi types java:com.webex.service.binding.user.GetUser for example which don't exist in the xsd. The xml can't validate against the xsd files because of this and coding this ambiguity up is proving to be difficult.
Subject: RE: Where are the latest XSD download files Replied by: Nathan Morrow on 27-02-2013 06:28:28 PM Most developers I've seen use the xsd to build their XML documents will build the xsi:type value in the format <service type>:<complex type>, such as <bodyContent xsi:type="user:GetUser">, which will be accepted by the XML server as valid. XML 6.0.0 schema is the latest available at the time of this post. XML 6.0.0 is the latest available version for T27 sites, while T28 sites use XML 7.1.0 or 7.3.0 depending on whether they are production sites or development test sites. XML documents following the 6.0.0 schema will be valid for XML 7.1.0 or 7.3.0, as they are backward compatible.
Hi All, Currently utilising CURRI via Python 2.7 - working fine. However, have a requirement to migrate to Python 3.x for compliance reasons.Unfortunately, the SocketServer application no longer functions as expected in 3.x.I've ran all code via 2to3...
view more
Hello Folks,I am using CVP Rest_Client call studio element to initiate a POST request. In the request it is mandatory to set the Content-Length as 0 (zero). I am trying to set this value in Headers part of the element, but for some reason i still get...
view more
Hi, I'm trying to build a couple of custom UDS servers to bind di 2 different user profiles for Jabber. The goal is providing a separated phone book for users with profile A (linked to the UDS Server A) and users in profile B (linked to the UDS Server B)
...
view more
Currently, we are using the SMACK library, where we can only get the subscription via AgentID, however, in finesse, we can log in with a username or login name.
Can anyone guide me on how we can subscribe to the XMPP events using a username?