Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • A RESTful web service endpoint is available at: <path to the webapp context>/service/validator/validate
  • The associated WADL is available at: <path to the webapp context>/service/validator/validate.wadl

  • Request: A HTTP POST with optional query parameters:
    • Content:
      • multipart/form-data (i.e. a HTML form submission) with a single body part (id = file) consisting of the document to be validated.
      • multipart/form-data with a single body part (id = testcase) consisting of the test case against which the document is to be validated. Options are testcase0 (no test case selected - IG conformance validation only), testcase1a, testcase1b, testcase2, testcase3, or testcase4.
    • Path Parameters:
      • Response Type: Appending .html, .json, or .xml to the web service endpoint address will result in the response being returned as HTML, JSON (the default), or XML, respectively.
    • Query Parameters (Optional):

...