cancel
Showing results for 
Search instead for 
Did you mean: 

WCF -> Alfresco web services CMIS example

charlesg
Champ in-the-making
Champ in-the-making
Hi,

Is there a code sample available that shows how to call the Alfresco CMIS Soap web services from a WCF client?

Many thanks,
    Charles.
3 REPLIES 3

charlesg
Champ in-the-making
Champ in-the-making
Is is true that you have to setup Alfresco CMIS web services to use SSL to allow them to be called from WCF?
From what I've been reading it appears that WCF only allows WS-Security Username token when you use SSL as otherwise the password will be sent in clear text and this is a secruity risk.

Thanks,
  Charles.

fmui
Champ in-the-making
Champ in-the-making
Hi Charles,

There is a code sample on the OpenCMIS website that should also work for an Alfresco server:
http://incubator.apache.org/chemistry/opencmis-cookbook.html#OpenCMISCookbook-Connectingfroma.Netcli...

And, yes, SSL has to be configured in order to make WCF work with WS-Security Username tokens.


Cheers,

Florian

charlesg
Champ in-the-making
Champ in-the-making
Fantastic!
Thanks so much for the info.

Regards,
    Charles.