[OTDev] qmrf web service stub

Martin Guetlein martin.guetlein at googlemail.com
Tue Jul 13 14:11:47 CEST 2010


Hello all,

as already mentioned in the last meetings, I implemented a stub for
the QMRF web service. This is to enable people working on the QMRF
editor to start integrating the web services until the actually
working QMRF web service is finished.

* get list of available reports:
curl http://opentox.informatik.uni-freiburg.de/validation/report/qmrf

* get report in qmrf format
curl -H "accept:application/qmrf-xml"
http://opentox.informatik.uni-freiburg.de/validation/report/qmrf/1

* save changes to qmrf report
curl -X POST -H "Content-Type:application/qmrf-xml" --upload-file
"qmrf-report.xml"
http://opentox.informatik.uni-freiburg.de/validation/report/qmrf/1

Best regards,
Martin

-- 
Dipl-Inf. Martin Gütlein
Phone:
+49 (0)761 203 8442 (office)
+49 (0)177 623 9499 (mobile)
Email:
guetlein at informatik.uni-freiburg.de



More information about the Development mailing list