NAVTEQ_Support_1
14 years agoContributor
[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¶meter=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
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¶meter=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