To be more specific: How can I generate war file to deploy the servlet in tomcat?
Jerzyo Jerzy Orlowski wrote: > Hi > > It looks very useful > > Could you please write how to get the source code and provide some usage > examples? > > Jerzy > > > Paul Gordon wrote: >> Hi Jerry, >> >> The Java servlet class ca.ucalgary.services.SoapServlet does exactly >> this in the biomoby repository. I had run into the same issue 6 months >> ago. It does not depend on any core Moby classes, so you can use it >> pretty much directly. >> >> Regards, >> >> Paul >> >> Jerzy Orlowski wrote: >>> Hi >>> >>> I've recently set up some SOAP services in my lab that are collable from >>> taverna. These SOAP services have simple input/output types >>> (Strings/Integers etc.). I would like to use generated WSDL file to >>> generate web-browser based interface. My Soap serer is in Python >>> (Soaplib) and cannot do it itself. >>> >>> Does anyone know how to automatically generate HTML Interface for SOAP >>> service given WSDL file? >>> >>> The only solution I came across was: http://www.soapclient.com/ but it's >>> old, non-free and for windows. >>> >>> Thanks for any help >>> >>> >>> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus >> on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> taverna-hackers mailing list >> [email protected] >> Web site: http://www.taverna.org.uk >> Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/ >> Developers Guide: http://www.mygrid.org.uk/tools/developer-information >> >> >> > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > taverna-hackers mailing list > [email protected] > Web site: http://www.taverna.org.uk > Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/ > Developers Guide: http://www.mygrid.org.uk/tools/developer-information -- Best regards, Jerzy Orlowski Laboratory of Bioinformatics and Protein Engineering International Institute of Molecular and Cell Biology Trojdena 4, Warsaw, Poland ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ taverna-hackers mailing list [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/ Developers Guide: http://www.mygrid.org.uk/tools/developer-information
