I am currently working with myExperiment through a java application I am
writing. I have come to a snag in my work as I am unable to generate the
correct code to POST a comment to a workflow through Java.
I am building the correct XML that is required as the wiki displays but I
keep getting a http 400 error returned.
Not only does my code not work, but the example xml code displayed on the
wiki:
<?xml version="1.0" encoding="UTF-8" ?>
<comment>
<subject resource="http://www.myexperiment.org/workflows/173"/>
<comment>This is my comment.</comment>
</comment>
does not work on the http://www.myexperiment.org/mashup/api page either.
Does anyone know if myExperiment has updated the XML code required to post a
comment to a workflow successfully?
Thanks,
John
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/about/contact-us/
Developers Guide: http://www.taverna.org.uk/developers/