Stuart Owen wrote: > Hi, > Your wsdl indicates that your web service is based upon RPC/Literal > which Taverna doesn't support. RPC/Literal is highly discouraged for > interoperability reasons. You should change it to wrapped doc/literal or > RPC/Encoded.
There is a Jira Issue, http://www.mygrid.org.uk/dev/issues/browse/T2-420 that suggests that Taverna should detect the RPC/Literal problem when it parses the WSDL rather than wait for things to go wrong once a user has used the service in a workflow. I think the appropriate edit would be to alter the doQuery method in net.sf.taverna.t2.activities.wsdl.query.WSDLQuery to include a check on the value encoding. > Stuart Alan ------------------------------------------------------------------------------ _______________________________________________ taverna-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/taverna-users Documentation: http://www.mygrid.org.uk/usermanual1.7/ FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq Biological Services: http://www.mygrid.org.uk/wiki/Mygrid/BiologicalWebServices
