Hello,
here you can view the WSDL: 
http://www.myexperiment.org/files/542/download/Service.wsdl

it is generated by CXF from this interface:

@WebService
public interface Service {
     public String storeData(@WebParam(name = "allResults") Results 
allResults,
             @WebParam(name = "id") String workflowID,
             @WebParam(name = "timer") long timer,
             @WebParam(name = "demonstratorID") String demonstratorID);
}

Dennis


On 18.07.2011 16:35, Alan R Williams wrote:
> Hello Dennis,
>
> Can you send us the WSDL (or a reference to it and any associated
> schemas) ? Taverna certainly can do nested types. (It can't do recursive
> types but then you would not have been able to load the WSDL.)
>
> Alan
>
> ------------------------------------------------------------------------------
> AppSumo Presents a FREE Video for the SourceForge Community by Eric
> Ries, the creator of the Lean Startup Methodology on "Lean Startup
> Secrets Revealed." This video shows you how to validate your ideas,
> optimize your ideas and identify your business strategy.
> http://p.sf.net/sfu/appsumosfdev2dev
> _______________________________________________
> 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/


------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
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/

Reply via email to