cwrc/cwrc-validator

By cwrc

Updated almost 4 years ago

CWRC XML Validator API

Image
Languages & frameworks
Integration & delivery
0

1M+

cwrc/cwrc-validator repository overview

-- CWRC XML Validator API

RESTful API service for XML validation against a schema

-- Source Code:

https://github.com/cwrc/cwrc-validator

-- Install

  • compile: mvn compile
  • build distribution: mvn war:war
  • deploy in an Apache Tomcat instance (e.g. rename war file, if wanted, and copy to $TOMCAT_HOME/webapps directory)

-- Test/help page:

  • [tomcat URL]/[webapp directory]/index.html

-- API endpoint:

  • [tomcat URL]/[webapp directory]/validate.html

  • POST request following parameters

  • note: without the proper API call parameters this url will return a "request sent by the client was syntactically incorrect" HTTP 400 error

-- Note: Compatibility: if the .war file is exploded in Tomcat 1.6 with java 1.8.91 or higher you may receive the following error: "org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 1 in the generated java file. The type java.io.ObjectInputStream cannot be resolved. It is indirectly referenced from required .class files"

--

Changelog

  • 2021-04-23: update guava

Tag summary

Content type

Image

Digest

sha256:f66af3bd4

Size

341.9 MB

Last updated

almost 4 years ago

docker pull cwrc/cwrc-validator