Adding initial search web service for updating uris. VIVO-98
This commit is contained in:
parent
2b5af0f084
commit
7905b80df4
6 changed files with 372 additions and 3 deletions
|
@ -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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue