cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS SOAP Webservices

generic1
Champ in-the-making
Champ in-the-making
Hi,

I have done first steps in invoking Alfresco APIs like CMIS after installing Alfresco locally - this works fine.
No I need to invoke the SOAP CMIS WebService because I need XML as response.

I have read that I could inkoke http://localhost:8080/alfresco/soapapi to geht the WSDLs but I get a HTTP 404 - not found.

My question now would be, which URL I have to invoke in order to show the wsdl and to invoke this WebServices with e.g. SOAPUI.

Thanks a lot for response!
Generic
2 REPLIES 2

kaynezhang
World-Class Innovator
World-Class Innovator
Why not just use Apache Chemistry OpenCMIS libraries?

generic1
Champ in-the-making
Champ in-the-making
Hi kaynezhang,

thanks for your response.
I need XML as response because I use an Enterprise Service Bus (ESB) and this one only can handle XML and not JSON, etc.
And therefore I thought that SOAP CMIS is the best because at ESB I can create the XML- SOAP- Request and can receive the XML- SOAP Response easily.


Do you have any idea, which URL I can invoke in order to create a XML- request und get a ML response?
Thanks a lot,
Generic1