Skip to content
eamonnmag edited this page Jul 18, 2012 · 10 revisions
  1. Some links are incorrect in my view after unloading/reloading...

Try refreshing the study cache on the server. This is a cache which quickens the response of the web application to more frequently accessed studies to improve performance and reduce load. To clear the cache, access http://yourServerName/bioinvindex/clearStudyCache.seam

  1. Web services are available from a BII endpoint.

From a BII installation you can access study related web services and data related web services via SOAP. The WSDL for both services with all the methods available to you can been seen via the following pattern for any running instance of BII. e.g.

DataWS - http://localhost:8080/bioinvindex/dataWS?wsdl

StudyWS - http://localhost:8080/bioinvindex/studyWS?wsdl

You can access some live WSDLs to see the methods available via the EBI instance or the Harvard Stem Cell Discovery engine

Clone this wiki locally