Katya
Further to this
I have found the issue is caused by a space in the product request parameter
parameter value is 'Gift Voucher'
It works fine from the Service test page and if I look in Chrome tools Network tab I see service url has Gift Voucher encoded
i.e /Gift%20Voucher/
When sending via service from the app page, chrome tools shows
/Gift Voucher/
Why does it do that?
regards
Steve