Hello, On 04/12/2010 01:12, javier wrote: > Hi, > > I need to extend the WSDL activity (ui that calls soap services) to > add some functionalities. I know i could download the source code but > i prefer to use some libraries so i can use the wsdl-activity in my > own plugin. > Is there a way to do this? Maybe configuring the pom.xml If you want to depend on our WSDL activity as a dependency to your module then you'd need to add something like the following into the <dependencies> section of your pom:
<dependency> <groupId>net.sf.taverna.t2.activities</groupId> <artifactId>wsdl-activity</artifactId> <version>1.2</version> </dependency> Note: wsdl-activity module was at version 1.2 at the time of the Taverna Workbench 2.2.0 release. Dependencies of the wsdl-activity module should be downloaded automatically by maven once you compile the module but you need to set up the repository that contains all these dependencies which is: http://www.mygrid.org.uk/maven/repository/ > Just in case, exactly where in the svn is the code from the > wsdl-activity and its needed libraries? > Im working with the 2.2.0 workbench. The source of the wsdl-activity used in the 2.2.0 Workbench is at version 1.2 and can be found at: http://taverna.googlecode.com/svn/taverna/engine/net.sf.taverna.t2.activities/tags/activities-1.2/wsdl-activity/ Regards, Alex ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ 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/
