<?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>Testing API w/ Trial Account</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=2420134" />
  <subtitle>Testing API w/ Trial Account</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=2420134</id>
  <updated>2013-05-25T06:13:40Z</updated>
  <dc:date>2013-05-25T06:13:40Z</dc:date>
  <entry>
    <title>RE: Testing API w/ Trial Account</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3084138" />
    <author>
      <name>Hashir Baqai</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3084138</id>
    <updated>2011-02-21T22:23:29Z</updated>
    <published>2011-02-21T22:23:29Z</published>
    <summary type="html">The xfactor Show and Share trial site is not meant for testing API calls.</summary>
    <dc:creator>Hashir Baqai</dc:creator>
    <dc:date>2011-02-21T22:23:29Z</dc:date>
  </entry>
  <entry>
    <title>RE: Testing API w/ Trial Account</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3084943" />
    <author>
      <name>Ziemowit Leszczynski</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3084943</id>
    <updated>2011-02-21T16:45:40Z</updated>
    <published>2011-02-21T16:45:40Z</published>
    <summary type="html">I also have problems with trial account. I'm developing application which uploads video file to Cisco Show &amp; Share so I started playing with DMS API Tester tool. It works fine for getPublicCategories and getUserDetails requests but when I try addContent or getAccessTicket it returns HTTP status code 403. The same thing happens when I do it manually using curl tool. See below for sample conversation with Show &amp; Share server. Does it mean that upload through DMS API is not available on trial account or maybe I'm doing something wrong?

* About to connect() to snssns3.xfactorcom.com port 8443
*   Trying 4.79.155.42... connected
* Connected to snssns3.xfactorcom.com (4.79.155.42) port 8443
* successfully set certificate verify locations:
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
* SSLv2, Client hello (1):
SSLv3, TLS handshake, Server hello (2):
SSLv3, TLS handshake, CERT (11):
SSLv3, TLS handshake, Server key exchange (12):
SSLv3, TLS handshake, Server finished (14):
SSLv3, TLS handshake, Client key exchange (16):
SSLv3, TLS change cipher, Client hello (1):
SSLv3, TLS handshake, Finished (20):
SSLv3, TLS change cipher, Client hello (1):
SSLv3, TLS handshake, Finished (20):
SSL connection using EDH-RSA-DES-CBC3-SHA
* Server certificate:
*        subject: /C=US/postalCode=07606/ST=NJ/L=South Hackensack/streetAddress=3 Empire Blvd./O=X-Factor Communications/OU=IT/OU=Secure Link SSL/CN=snssns3.xfactorcom.com
*        start date: 2010-04-29 00:00:00 GMT
*        expire date: 2011-04-29 23:59:59 GMT
*        subjectAltName: snssns3.xfactorcom.com matched
*        issuer: /C=US/O=Network Solutions L.L.C./CN=Network Solutions Certificate Authority
* SSL certificate verify ok.
* Server auth using Basic with user '***'
&gt; POST /vportal/services/xml/api HTTP/1.1
&gt; Authorization: Basic ***
&gt; User-Agent: curl/7.15.5 (i686-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
&gt; Host: snssns3.xfactorcom.com:8443
&gt; Accept: */*
&gt; Content-type: application/xml
&gt; Content-Length: 639
&gt; 
&gt; &lt;xml-fragment xmlns:vp="http://model.data.core.vportal.cisco.com/vp_ns"&gt;
&gt;     &lt;vp:vportal&gt;
&gt;         &lt;vportal_id&gt;1&lt;/vportal_id&gt;
&gt;     &lt;/vp:vportal&gt;
&gt;     &lt;vp:vprequest&gt;
&gt;         &lt;query&gt;addContent&lt;/query&gt;
&gt;     &lt;/vp:vprequest&gt;
&gt;     &lt;vp:vpcontent&gt;
&gt;         &lt;title&gt;Title 1&lt;/title&gt;
&gt;         &lt;description&gt;Description 1&lt;/description&gt;
&gt;         &lt;contentattribute&gt;
&gt;             &lt;key&gt;addedDate&lt;/key&gt;
&gt;             &lt;value&gt;1209407608&lt;/value&gt;
&gt;             &lt;namespace&gt;com.cisco.vportal.1&lt;/namespace&gt;
&gt;         &lt;/contentattribute&gt;
&gt;         &lt;live&gt;false&lt;/live&gt;
&gt;         &lt;state&gt;
&gt;             &lt;contentstate&gt;DRAFT&lt;/contentstate&gt;
&gt;         &lt;/state&gt;
&gt;     &lt;/vp:vpcontent&gt;
&gt; &lt;/xml-fragment&gt;
&lt; HTTP/1.1 403 Forbidden
&lt; Server: Apache-Coyote/1.1
&lt; errorMsg: Access Forbidden
&lt; Content-Type: text/xml
&lt; Content-Length: 0
&lt; Date: Sun, 20 Feb 2011 15:08:48 GMT
* Connection #0 to host snssns3.xfactorcom.com left intact
* Closing connection #0
* SSLv3, TLS alert, Client hello (1):</summary>
    <dc:creator>Ziemowit Leszczynski</dc:creator>
    <dc:date>2011-02-21T16:45:40Z</dc:date>
  </entry>
  <entry>
    <title>RE: Testing API w/ Trial Account</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2422513" />
    <author>
      <name>Joe Domoto</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2422513</id>
    <updated>2010-08-10T05:22:37Z</updated>
    <published>2010-08-10T05:22:37Z</published>
    <summary type="html">I've successfully used addContent using my own code, so I'm considering this a tool issue until I run into a query type that fails.  </summary>
    <dc:creator>Joe Domoto</dc:creator>
    <dc:date>2010-08-10T05:22:37Z</dc:date>
  </entry>
  <entry>
    <title>RE: Testing API w/ Trial Account</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2420244" />
    <author>
      <name>Joe Domoto</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2420244</id>
    <updated>2011-02-21T22:20:39Z</updated>
    <published>2010-08-09T23:56:27Z</published>
    <summary type="html">[ deleted by administrator ]
 </summary>
    <dc:creator>Joe Domoto</dc:creator>
    <dc:date>2010-08-09T23:56:27Z</dc:date>
  </entry>
  <entry>
    <title>RE: Testing API w/ Trial Account</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2420485" />
    <author>
      <name>Joseph Yeh</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2420485</id>
    <updated>2010-08-09T23:38:02Z</updated>
    <published>2010-08-09T23:38:02Z</published>
    <summary type="html">Hi Joe,
 
May I ask what the URL of the server you have the trial account on?  We are directly in charge of the trial accounts, but we'll look into this for you.
 
- Joe Y.
Digital Media Systems
 </summary>
    <dc:creator>Joseph Yeh</dc:creator>
    <dc:date>2010-08-09T23:38:02Z</dc:date>
  </entry>
  <entry>
    <title>Testing API w/ Trial Account</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2420133" />
    <author>
      <name>Joe Domoto</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2420133</id>
    <updated>2010-08-09T23:30:44Z</updated>
    <published>2010-08-09T23:30:44Z</published>
    <summary type="html">I'm looking at writing a component to allow publishing of content to Show and Share.  I'd like to be able to test as I go.  I requested a trial account and downloaded the DMS API Tester.  I followed the instructions in the API documentation under "Checking the API Status".  I get a HTTP Status of 500 on the response.  Should I consider this a problem with the DMS API Tester or is the API not supposed to work with trial accounts?  Thanks.</summary>
    <dc:creator>Joe Domoto</dc:creator>
    <dc:date>2010-08-09T23:30:44Z</dc:date>
  </entry>
</feed>

