How do I wrap a service for myGrid?
Normally, web services
don't need to be wrapped or prepared in any way
to be used by Taverna. If your web service is exposed as SOAP and
described with
WSDL, simply right click on
Available Processors and
select
Add new WSDL scavanger, providing the URL to your WSDL.
For example, if your services are provided using Axis, you can find the
WSDL listing under the URL to the portlet, say at
/axis/services, with
a typical service exposing it's WSDL as
/axis/services/methodName?wsdl
We also support various wrappers for legacy code, such as
Soaplab,
Gowlab and
InstantSOAP. Typically this code
comes in a form of a perl script and is not currently available as a web
service. Read more about how to
wrap existing applications.