Query params can be accessed as follows (assuming you're using the REST API support in Synapse):
get-property('query.param.xyz')
Here xyz is your query parameter name.
Thanks,
Hiranya
On Oct 3, 2012, at 7:56 AM, Syao Work <[email protected]> wrote:
> Hello,
>
> is there a way to get query parameters from rest call, and then mediate
> them to SOAP?
>
> Ex. http://example.com/add?x=1&y=2 --> SOAP
> <add><x>1</x>2<y></y></add>
