Right, our tool will generate JavaScript to allow service authors to
invoke the SimpleDB API, and if there are 256 parameters then the tool
will generate 256 (commented out, because they are optional)
parameters in the call. Given the size of the editor window in the
browser, this would be burdensome to the author.
We'll probably have to make an extension to our tool to handle this case.
Thanks
n
On Wed, Apr 8, 2009 at 11:01 AM, Marc Hadley <Marc.Hadley_at_sun.com> wrote:
> Presumably you are looking for something less verbose than a whole long list
> of
>
> <param name="Attribute.0.Name" style="query"/>
> <param name="Attribute.0.Value" style="query"/>
> .
> .
> .
> <param name="Attribute.255.Name" style="query"/>
> <param name="Attribute.255.Value" style="query"/>
>
> Unfortunately I can't think of another way to represent this.
>
> Marc.