Hi Florian, I also tried the url to the wsdl, but I get the same error. Fiddler shows me only one call to the wsdl. In the expert tab I'm using org.apache.chemistry.opencmis.binding.spi.type=webservices org.apache.chemistry.opencmis.binding.webservices.RepositoryService=http:// <server>/RepositoryService.svc?wsdl org.apache.chemistry.opencmis.binding.webservices.NavigationService=http:// <server>/NavigationService.svc?wsdl org.apache.chemistry.opencmis.binding.webservices.ObjectService=http:// <server>/ObjectService.svc?wsdl org.apache.chemistry.opencmis.binding.webservices.VersioningService=http:// <server>/VersioningService.svc?wsdl org.apache.chemistry.opencmis.binding.webservices.DiscoveryService=http:// <server>/DiscoveryService.svc?wsdl org.apache.chemistry.opencmis.binding.webservices.MultiFilingService=http:// <server>/MultiFilingService.svc?wsdl org.apache.chemistry.opencmis.binding.webservices.RelationshipService=http:// <server>/RelationshipService.svc?wsdl org.apache.chemistry.opencmis.binding.webservices.ACLService=http:// <server>/ACLService.svc?wsdl org.apache.chemistry.opencmis.binding.webservices.PolicyService=http:// <server>/PolicyService.svc?wsdl
Thanks, Edwin 2013/5/21 Florian Müller <[email protected]> > Hi Edwin, > > The Web Service code has changed and is a bit stricter than before. > Could you provide the WSDL of your repository? I'll check what is going on. > > > - Florian > > > > Hello, >> Trying to access my repository using a nightly build of workbench ( tried >> 16 and 21 may), gives me the error below. I get this error when hitting >> "Load Repositories". >> I am able to connect using 0.9.0-beta and 0.8.0 . I am using the >> webservices binding. >> Has something changed in the latest version, or could this be a bug ? >> >> Thanks in advance, >> Edwin >> >> >> 20:23:49 ERROR hemistry.opencmis.workbench.**ClientHelper: >>> >> CmisRuntimeException: This service does not provide an endpoint address: >> RepositoryService >> org.apache.chemistry.opencmis.**commons.exceptions.**CmisRuntimeException: >> This >> service does not provide an endpoint address: RepositoryService >> at >> org.apache.chemistry.opencmis.**client.bindings.spi.**webservices.** >> AbstractPortProvider.**getEndpointUrlFromWsdl(** >> AbstractPortProvider.java:554) >> at >> org.apache.chemistry.opencmis.**client.bindings.spi.**webservices.** >> AbstractPortProvider.**initServiceObject(**AbstractPortProvider.java:465) >> at >> org.apache.chemistry.opencmis.**client.bindings.spi.**webservices.** >> AbstractPortProvider.**getPortObject(**AbstractPortProvider.java:419) >> at >> org.apache.chemistry.opencmis.**client.bindings.spi.**webservices.** >> AbstractPortProvider.**getRepositoryServicePort(** >> AbstractPortProvider.java:245) >> at >> org.apache.chemistry.opencmis.**client.bindings.spi.**webservices.** >> RepositoryServiceImpl.**getRepositoryInfos(** >> RepositoryServiceImpl.java:63) >> at >> org.apache.chemistry.opencmis.**client.bindings.impl.** >> RepositoryServiceImpl.**getRepositoryInfos(** >> RepositoryServiceImpl.java:85) >> at >> org.apache.chemistry.opencmis.**client.runtime.**SessionFactoryImpl.** >> getRepositories(**SessionFactoryImpl.java:109) >> at >> org.apache.chemistry.opencmis.**workbench.model.ClientSession.** >> connect(ClientSession.java:**192) >> at >> org.apache.chemistry.opencmis.**workbench.model.ClientSession.** >> <init>(ClientSession.java:109) >> at >> org.apache.chemistry.opencmis.**workbench.LoginDialog.** >> createClientSession(**LoginDialog.java:285) >> at >> org.apache.chemistry.opencmis.**workbench.LoginDialog$1.** >> actionPerformed(LoginDialog.**java:119) >> at javax.swing.AbstractButton.**fireActionPerformed(Unknown Source) >> at javax.swing.AbstractButton$**Handler.actionPerformed(**Unknown >> Source) >> at javax.swing.**DefaultButtonModel.**fireActionPerformed(Unknown >> Source) >> >>> 20:23:49 ERROR hemistry.opencmis.workbench.**ClientHelper: Error code: 0 >>> >> >>
