Re: Custom client SOAP binding

2012-06-12 Thread Florian Müller
Hi Mike, Authentication Providers are asked for SOAP headers before the request is completely processed. So, no, it is not possible to use it for signing the request. OpenCMIS is designed to send and receive documents of arbitrary sizes. The requests and responses are streamed and are not kept

Re: Custom client SOAP binding

2012-06-12 Thread Mike Robins
Thank you for your response. The WSDL suggestion should work for me so I'll progress with that. The authentication provider looks like it might work for including my custom auth details but I also need to digitally sign the soap request and include that digest value in the soap header. This means

Re: Custom client SOAP binding

2012-06-12 Thread Florian Müller
Hi Mike, There is no way to change the endpoint after the WSDLs have been read. But you can download the WSDL, change the URLs and save it to disk. The WSDL session parameters accept file://... URLs. SOAPHandlers are deliberately not supported because they break content streaming. If your SOAPH