Hi Pierre, For methods with complex inputs or outputs, such as getSNPByName, you'll have to use WSWithComplexTypes.
I tried it with your web service and found a bug in the actor. I'll get back to you once it has been fixed. Thanks, --dan Pierre LINDENBAUM wrote: > Hi All, > I'm Pierre Lindenbaum, and I'm new on this list. > I'm currently evaluating Kepler for sending and retrieving data to/from a web > service I've deployed here: > > http://cabernet.cng.fr:8080/snp2rdf/SNPToolWebService?wsdl > > I've tried to use the simple method "getAssemblyName": this method takes no > parameter and return a string. > OK : I was able to run and display it with Kepler using either a > 'WebServiceActor' or a 'WSWithComplexType' > > Then, > with a more complicated method, I'm a little lost. The method > 'getSNPByName' takes as input a string (e.g."rs25") and return an array > of objects 'SNP' (with properties acn/chromosome/position...). How > should I process this method and loop over the results/SNP ? > > Thanks for your help > > Pierre > > -- > http://plindenbaum.blogspot.com > > > > _______________________________________________ > Kepler-users mailing list > Kepler-users at kepler-project.org > http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users >

