HTTPService.send() takes an Object (associative array) as a parameter. How do I pass parameters to HTTPService, where the parameter name is something like "account.userId"
The Struts action I'm connecting to expects that in the URL. Thanks in advance.

