You can use the REST API for this..
Define the API, and within sequence, you can get the query parameter like;
get-property(uri.var.propertyname)

thanks
-ratha
On 3 October 2012 21:15, Ishan Jayawardena <[email protected]> wrote:

> You can try this with
> org.apache.synapse.commons.builders.XFormURLEncodedBuilder.
>
> On Wed, Oct 3, 2012 at 8:26 PM, 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>
> >
>
>
>
> --
> Regards,
> Ishan Jayawardena.
>

Reply via email to