OpenMath Translation Servlet
There are three different methods to communicate with this servlet:
Post the data to /[servicename]/[actionname]/
All available servicenames can be found in the list of available services above.
The available actionnames for each service can be found by following the link in the list above.
For an example using this type of communication, follow one of the links above and select one of the listed actions.
Post the XML data to /
Content-type text/xml is expected
Each request should be of the form
<request>
<output></output>
...
</request>
where <output>...</output> is optional and may have value xml or text:
There a three types of request that can be made:
Requesting the available services:
XML input data: |
Result: |
Requesting the available actions for a service:
XML input data: |
Result: |
Request the result after performing an action on the sent data:
XML input data: |
Result: |
Post the form to /
The servlet listens for the fieldnames 'output', 'service', 'action' and 'data'
Form: |
Iframe with result submitted form: |