VODML Parser Service

Summary

Service

This web service transforms a VOTABLE into a variety of formats.  The input table can contain the proposed VODML mapping syntax (VOTable-1.4_vodml.xsd).  An alternate form of the xsd uses "include" to access the VODML schema from a separate file.

Client

In addition to the web service, the MAST Portal client can display the content of VODML annotated VOTABLEs.  Use the link below to active that version of the MAST Portal, then load the VOTABLE via URL in the search box or via "Upload Target List" (really means upload any table).
https://masttest.stsci.edu/vodml/Mashup/Clients/Mast/Portal.html
After loading a table via URL, you can grab a shortcut link to the Portal with that table loaded using the "Copy Link for this Search" button.  Link

Notes / Todo

Arguments

Service Entry Points

The service has two different versions, both of which have the base URL https://masttest.stsci.edu/vodml/Mashup/Mashup.asmx/
https://masttest.stsci.edu/vodml/Mashup/Mashup.asmx/parseVodml?format=json&votable=https://volute.g-vo.org/svn/trunk/projects/dm/vo-dml/mapping/test5.votable-1.4.xml
curl \
  -F "format=json" \
  -F "votable=https://volute.g-vo.org/svn/trunk/projects/dm/vo-dml/mapping/test5.votable-1.4.xml" \
  https://masttest.stsci.edu/vodml/Mashup/Mashup.asmx/parseVodmlForm

curl \
  -F "format=json" \
  -F "votable=@/Users/tom/myfiles/test5.votable-1.4.xml" \
 https://masttest.stsci.edu/vodml/Mashup/Mashup.asmx/parseVodmlForm


Examples

Create JSON format for some annotated VOTABLEs in volute

test5.votable-1.4.xml

votable.annotatedRef.xml

chandra_2Dsky_image_annotated.vot

chandra_2Dsky_image_annotated_byref.vot

chandra_events_annotated.vot

Run MAST portal on some annotated VOTABLEs in volute

test5.votable-1.4.xml

chandra_2Dsky_image_annotated.vot