cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS Workbench: Faild to connect Public Alfresco CMIS Server

cjones
Champ in-the-making
Champ in-the-making
Hello,

I´m trying to connect against the publlic Alfresco CMIS Server (http://cmis.alfresco.com/cmisws/RepositoryService?wsdl)

with CMIS Workbench (Version: 0.8.0 / Revision: 1398406 / Build: 2012-10-15T19:29:37+0200)


My expert configuration page looks like this:

org.apache.chemistry.opencmis.binding.spi.type=webservices
org.apache.chemistry.opencmis.binding.webservices.RepositoryService=http://cmis.alfresco.com/cmisws/RepositoryService
org.apache.chemistry.opencmis.binding.webservices.NavigationService=http://cmis.alfresco.com/cmisws/RepositoryService
org.apache.chemistry.opencmis.binding.webservices.ObjectService=http://cmis.alfresco.com/cmisws/RepositoryService
org.apache.chemistry.opencmis.binding.webservices.VersioningService=http://cmis.alfresco.com/cmisws/RepositoryService
org.apache.chemistry.opencmis.binding.webservices.DiscoveryService=http://cmis.alfresco.com/cmisws/RepositoryService
org.apache.chemistry.opencmis.binding.webservices.MultiFilingService=http://cmis.alfresco.com/cmisws/RepositoryService
org.apache.chemistry.opencmis.binding.webservices.RelationshipService=http://cmis.alfresco.com/cmisws/RepositoryService
org.apache.chemistry.opencmis.binding.webservices.ACLService=http://cmis.alfresco.com/cmisws/RepositoryService
org.apache.chemistry.opencmis.binding.webservices.PolicyService=http://cmis.alfresco.com/cmisws/RepositoryService
org.apache.chemistry.opencmis.user=admin
org.apache.chemistry.opencmis.password=admin
org.apache.chemistry.opencmis.binding.compression=true
org.apache.chemistry.opencmis.binding.cookies=true

When executed, I´m retrieving this error message:

connection:
Cannot initalize Web Services Object [org.apache.chemistry.opencmis.binding.webservices.RepositoryService]:
2 counts of inaccessibleWSDLException.

Does anybody know what I´m doing wrong here?

thanks,
Christoper
3 REPLIES 3

jpotts
World-Class Innovator
World-Class Innovator
Christopher,

Try this instead:
org.apache.chemistry.opencmis.binding.spi.type=webservices
org.apache.chemistry.opencmis.binding.webservices.RepositoryService=http://cmis.alfresco.com/cmisws/RepositoryService
org.apache.chemistry.opencmis.binding.webservices.NavigationService=http://cmis.alfresco.com/cmisws/NavigationService
org.apache.chemistry.opencmis.binding.webservices.ObjectService=http://cmis.alfresco.com/cmisws/ObjectService
org.apache.chemistry.opencmis.binding.webservices.VersioningService=http://cmis.alfresco.com/cmisws/VersioningService
org.apache.chemistry.opencmis.binding.webservices.DiscoveryService=http://cmis.alfresco.com/cmisws/DiscoveryService
org.apache.chemistry.opencmis.binding.webservices.MultiFilingService=http://cmis.alfresco.com/cmisws/MultiFilingService
org.apache.chemistry.opencmis.binding.webservices.RelationshipService=http://cmis.alfresco.com/cmisws/RelationshipService
org.apache.chemistry.opencmis.binding.webservices.ACLService=http://cmis.alfresco.com/cmisws/ACLService
org.apache.chemistry.opencmis.binding.webservices.PolicyService=http://cmis.alfresco.com/cmisws/PolicyService
org.apache.chemistry.opencmis.user=admin
org.apache.chemistry.opencmis.password=admin
org.apache.chemistry.opencmis.binding.compression=true
org.apache.chemistry.opencmis.binding.cookies=true

Jeff

cjones
Champ in-the-making
Champ in-the-making
thanks jeff, but unfortunately I´m faceing the same behavior with your configuration as well  Smiley Indifferent

I´m able to view the XML site in my browser by adressing http://cmis.alfresco.com/cmisws/RepositoryService?wsdl (same for http://cmis.alfresco.com/cmisws/RepositoryService)  so I guess there should nothing be worng with my Internet configuration. Or is my companies proxy maybe able to interfere?

gran
Champ in-the-making
Champ in-the-making
You can connect via HTTP/AtomPub protocol as well. http://hostname/alfresco/cmisatom

Is there a specific reason you want to connect using web services method?