[MOBY] [MOBY-dev] need help with register service :)

Mark Wilkinson markw at illuminae.com
Wed May 5 14:30:39 UTC 2004


On Wed, 2004-05-05 at 07:21, Mark Wilkinson wrote:

> input => ['panelLSID', ["Object" => []] ],
> output=> ['indvLSID', [["Object" => []]] ],
> 
> should be:
> 
> input => [
> 	['panelLSID', ["Object" => []] ]
> 	],
> output=> [
> 	['indvLSID', [["Object" => []]] ]
> 	],

This is because there may be multiple inputs to, or outputs from, a
service, with multiple names and/or object types; therefore the inputs
and outputs from a service are a list of lists.

M

-- 
Mark Wilkinson (mwilkinson at mrl.ubc.ca)
University of British Columbia iCAPTURE Centre



More information about the MOBY-dev mailing list