Uploading Files - CMIS and PHP SoapClient

As I said in my previous question - I try to develop a simple PHP-client using native PHP SoapClient. How can I pass a content stream or documents' content to createDocument method?

Also I tried to do it with Atom/Rest as it made in Apache Chemistry PHP Library and it works fine for me, but I need to do it with SOAP.

0 votes

0 answers

1583 views

ANSWER

This is really a PHP + SOAP question, our own Nuxeo expertise won't help here. But others may have the answer.
04/18/2012

ask
Yes I understood it yesterday. PHP can't send a data stream via SOAP, this is problem of PHP. So I guess it's not good idea to develop a PHP/SOAP client. But maybe is there a possibility to pass document's content encoded in base64 to the method?
04/19/2012

ask
Is there any guides about restAPI or atom in Nuxeo?
04/19/2012

For CMIS the CMIS Specification describes everything. You can also read CMIS for Nuxeo for details about its integration in Nuxeo.
04/19/2012

ask
thank you)
04/19/2012