hi,
We are trying out JOpera to orchestrate RESTFul service.
It seems that % used by JOpera to delimit variables is having conflict
with another package for HTTP GET request, as % is a commonly used escape
character in HTTP protocol.
Am wondering whether there is any place we could change the % to some
other characters?
Your help would be greatly appreciated.
Best Regards,
JS
%% escapes
Hi JS,
please write the % character twice to escape it %%.
So if you have a urlstring parameter of the HTTP adapter that contains % characters such as
http://www.jopera.org/forum%20
Then you can write in JOpera's HTTP adapter as
http://www.jopera.org/forum%%20
Best Regards,
JOpera Team