cts2 / cts2-framework

The CTS2 Development Framework is a toolkit for rapidly creating CTS2 implementations.
http://informatics.mayo.edu/cts2/framework/
Apache License 2.0
8 stars 13 forks source link

Error acessing the WSDL #34

Open ivospinheiro opened 10 years ago

ivospinheiro commented 10 years ago

When I try to run the CTS2 Development Framework as a standalone application, I'm currenctly having this error:

HTTP ERROR 503

Problem accessing /. Reason:

    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#1' defined in ServletContext resource [/WEB-INF/spring/appServlet/servlet-context.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ConceptDomainCatalogReadService': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: wsdl 'URL [http://informatics.mayo.edu/svn/trunk/cts2/spec/psm/soap/wsdl/ConceptDomainCatalogReadService.wsdl]' does not exit
´´´

It seems that the project has a strong dependency of the WSDL file present on the Mayo SVN repository that is currenctly down.

Thanks for your time.

Regards.
kevinpeterson commented 10 years ago

You're right -- those should really be pointing to the OMG specs (http://www.omg.org/spec/cts2/201206/wsdl/AdvancedAssociationQueryService.wsdl for example). This needs to be updated.

ivospinheiro commented 10 years ago

Meanwhile do you know if it is possible to put the Mayo Clinic Server up?

kevinpeterson commented 10 years ago

Yes - support teams have been contacted and are working on it now. Sorry for your inconvenience -- we hope to be back up soon.