Forum Discussion

NAVTEQ_Support_1's avatar
NAVTEQ_Support_1
Contributor
14 years ago

[Solved]Pipe as character in REST parameter value

Hi,

SoapUI is interpreting | (pipe character) as delimiter for a REST parameter value which I provide.
I have e.g.: parameter=ABCD|1234

request is sent with: parameter=ABCD&parameter=1234

instead of: parameter=ABCD%7C1234 (%7C as URL encoded pipe)

Is there a way around that? I tried to provide it directly as %7C but then SoapUI interprets % as special character and translates it to %25.
What can I do here save for using 4.0 beta which apparently allows custom defined delimiter? Thanks,

roman