Dear Developers, I run into the next problem writing my workflow which submits a workflow to the Taverna Server.
After writing a beanshell which is writing the correct SOAP the workflow would still not run. Returning: There was an error opening the workflow: An error occurred deserializing the workflow:ns2:net.sf.taverna.t2.annotation.AnnotationChainImpl : ns2:net.sf.taverna.t2.annotation.AnnotationChainImpl I copied the t2flow file from the server back to my machine and tried to load this workflow on the workbench which resulted in the same error message. Then I compared the t2flow file I originally submitted with the one on the server. Somewhere the file was rewritten by adding namespaces to the nodes. Unfortunately xmlns:ns2="http://ns.taverna.org.uk/2010/xml/server/ and the first node is <ns2:net.sf.taverna.t2.annotation.AnnotationChainImpl xmlns="http://ns.taverna.org.uk/2010/xml/server/"> which explains the error. Whoever has parsed and rewritten the file got the namespaces wrong. Somehow I do not see a way past this problem. With SOAP I get a wrong t2flow file on the Server with REST I do not get the URL of the forward to my job returned. :-( End of road? Best regards, Anja ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ taverna-users mailing list [email protected] [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/about/contact-us/
