%@taglib prefix="s" uri="/struts-tags" %> <% String base_dir = request.getContextPath(); %>
This page is a HTML Response to a HTTP GET of the restful record upload service URL at
The last successfully deposited item can be accessed here
An example of depositing an XML file using the CURL command line client is as follows (with values between < and > replaced by suitable values:
curl -k "http://localhost:8080/dpp/provider/upload" -u <username>:<password> -F "ownerid=<ownerid>" -F "owner=<owner>" -F "authoritative=<authoritative>" -F "Connection=Keep-Alive" -F "upload=@<xml filename>;type=text/xml" -v