> I am still having troubles cooperating that web service into Taverna > 2.0 > > 1) The simple web service was created by following > http://www.netbeans.org/kb/docs/websvc/jax-ws.html#Exercise_1 > > @WebService() > public class CalculatorWS { > > /** > * Web service operation > */ > @WebMethod(operationName = "add") > public int add(@WebParam(name = "i") int i, > @WebParam(name = "j") int j) { > int k = i + j; > > return k; > } > } > > > 2) I was able to add > http://localhost:8080/CalculatorWSApplication/CalculatorWS?wsdl into > Taverna as a WSDL activity > 3) I had to use XML splitters for both input and output (I wonder if > this has to be done in this way) > 4) the splitter for the input exposes 2 input parameters correctly, i > and j respectively. (they are both integers ) > 5) but seems no way that I can give i and j initial values, double > click, right click, or left click from the splitter did not do > anything.
I'm not able to call above service using taverna-2.0 as well. However using taverna-2.1-beta1 i'm able to set input values after selecting 'run workflow' action (looks like 2.1-beta1 has still problems with allowing setting default values for workflow inputs). Mahmut ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ taverna-users mailing list [email protected] [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
