<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CMIS over SOAP with PHP SoapClient in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/cmis-over-soap-with-php-soapclient/m-p/321059#M8060</link>
    <description>&lt;P&gt;My comment was not for you ron, but for the original poster who asks "but I have a new problem...".&lt;/P&gt;</description>
    <pubDate>Tue, 17 Apr 2012 19:51:18 GMT</pubDate>
    <dc:creator>Florent_Guillau</dc:creator>
    <dc:date>2012-04-17T19:51:18Z</dc:date>
    <item>
      <title>CMIS over SOAP with PHP SoapClient</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/cmis-over-soap-with-php-soapclient/m-p/321054#M8055</link>
      <description>&lt;P&gt;I trying to develop a simple PHP-client using native PHP SoapClient but I have problem with createDocument method. I have error 'cmis:objectTypeId must be set'.&lt;/P&gt;
&lt;P&gt;My request xml contains&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;        &amp;lt;ns1:properties&amp;gt;
            &amp;lt;ns1:property propertyDefinitionId="cmis:objectTypeId"&amp;gt;
                &amp;lt;ns1:value&amp;gt;cmis:document&amp;lt;/ns1:value&amp;gt;
            &amp;lt;/ns1:property&amp;gt;
        &amp;lt;/ns1:properties&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Maybe I do it wrong, but I didn't find any examples of the request xml.&lt;/P&gt;
&lt;P&gt;How can I pass parameters to method?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2012 10:40:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/cmis-over-soap-with-php-soapclient/m-p/321054#M8055</guid>
      <dc:creator>ask45ru</dc:creator>
      <dc:date>2012-04-17T10:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS over SOAP with PHP SoapClient</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/cmis-over-soap-with-php-soapclient/m-p/321055#M8056</link>
      <description>&lt;P&gt;I found the solution. The problem was in the namespaces. But I have a new problem. How can I pass content stream to the method or set contents of file?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2012 11:46:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/cmis-over-soap-with-php-soapclient/m-p/321055#M8056</guid>
      <dc:creator>ask45ru</dc:creator>
      <dc:date>2012-04-17T11:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS over SOAP with PHP SoapClient</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/cmis-over-soap-with-php-soapclient/m-p/321056#M8057</link>
      <description>&lt;P&gt;Have you taken a look at the Apache Chemistry CMIS PHP client available at http&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2012 13:15:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/cmis-over-soap-with-php-soapclient/m-p/321056#M8057</guid>
      <dc:creator>ron_1</dc:creator>
      <dc:date>2012-04-17T13:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS over SOAP with PHP SoapClient</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/cmis-over-soap-with-php-soapclient/m-p/321057#M8058</link>
      <description>&lt;P&gt;Please open a new Question on this site if you have a new question, don't piggyback on a previous one.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2012 16:25:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/cmis-over-soap-with-php-soapclient/m-p/321057#M8058</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2012-04-17T16:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS over SOAP with PHP SoapClient</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/cmis-over-soap-with-php-soapclient/m-p/321058#M8059</link>
      <description>&lt;P&gt;This was more of a comment/suggestion than a true question. My intent was to ensure that the question asker was aware of the FOSS PHP client as opposed to working directly with the native PHP SoapClient. Since CMIS is a complex web services interface, working directly with the SOAP interface can be cumbersome.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2012 18:09:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/cmis-over-soap-with-php-soapclient/m-p/321058#M8059</guid>
      <dc:creator>ron_1</dc:creator>
      <dc:date>2012-04-17T18:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS over SOAP with PHP SoapClient</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/cmis-over-soap-with-php-soapclient/m-p/321059#M8060</link>
      <description>&lt;P&gt;My comment was not for you ron, but for the original poster who asks "but I have a new problem...".&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2012 19:51:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/cmis-over-soap-with-php-soapclient/m-p/321059#M8060</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2012-04-17T19:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS over SOAP with PHP SoapClient</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/cmis-over-soap-with-php-soapclient/m-p/321060#M8061</link>
      <description>&lt;P&gt;Ron, yes I have looked at Apache Chemistry PHP Client, but this library uses Atom and CURL. I need to upload files via SOAP.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2012 05:48:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/cmis-over-soap-with-php-soapclient/m-p/321060#M8061</guid>
      <dc:creator>ask45ru</dc:creator>
      <dc:date>2012-04-18T05:48:03Z</dc:date>
    </item>
  </channel>
</rss>

