Adding initial search web service for updating uris. VIVO-98

This commit is contained in:
Brian Caruso 2013-07-15 14:14:15 -04:00
parent 2b5af0f084
commit 7905b80df4
6 changed files with 372 additions and 3 deletions

View file

@ -0,0 +1,18 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<h2>Search Web Service</h2>
<p>Add information here about how to use the Search Web Service.</p>
<p>*** FOLLOWING FORM IS TOTALLY MESSED UP WITH A HARDCODED URL ***</p>
<form
action="http://localhost:8080/vivo/searchService/updateUrisInSearch"
enctype="multipart/form-data"
method="post">
<input type="textarea" name="urisToUpdate"/>
<button type="submit">submit</button>
</form>