RE: SOAP GetContentStream and extensions in the response

2016-06-06 Thread Ramasamy, Sud
cation and helpful hints. -sud -Original Message- From: Florian Müller [mailto:f...@apache.org] Sent: Saturday, June 04, 2016 11:12 AM To: dev@chemistry.apache.org; Ramasamy, Sud Subject: Re: SOAP GetContentStream and extensions in the response Hi Sud, the intention of the CMIS spec

Re: SOAP GetContentStream and extensions in the response

2016-06-04 Thread Florian Müller
Hi Sud, the intention of the CMIS spec is that a client calls getObject and getContentStream separately. Technically (although not implemented in OpenCMIS), it would be possible to transport additional data with the content with the Web Services binding. But that is not standardized and wouldn't

SOAP GetContentStream and extensions in the response

2016-06-03 Thread Ramasamy, Sud
I see that the current code for the ObjectService.GetContentStream operation does not support returning extensions in the SOAP response. The use case we are trying to implement is to return the content stream along with the document metadata in the same response. Any suggestions how we should a