Greetings!
Is there a better way to specify the optional parameters in the *rest-service-component* ?
Long story short, I have to send a request to a REST service with about 10 to 13 dynamic parameters.
with the *rest-service-component*, the only way i see how to set these parameters is to list them out like so:
<http:rest-service-component serviceUrl="
http://localhost/test">
<http:optionalParameter value="param1"/>
<http:optionalParameter value="param2"/>
...
</http:rest-service-component>
It would be nice if I can just passing a Map with the parameters and it's values.
thanks in advance
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email