Forum Discussion

mmoser18's avatar
mmoser18
Frequent Contributor
9 years ago

How to convince soapUI to displays '&' as '&' not as '&'?

I just had to learn that soapUI for some strange reason displays '&' as '&' when displaying XML responses. Strange enough it does that even when displaying the response on the "raw"-tab!

 

I was at first puzzled why our code generates such links containing '&' instead of the expected '&':

...
   <Meta Version="1.0.0">
      <Link Href="https://example.com/v1/offers/lounges/JFK?cabinClass=F&amp;lang=DE" Rel="self"/>
...

After quite some digging in the code and finding no reason and finally using a different tool (Google Advanced REST client) to send and receive test requests I had to learn, that it seem, that it is actually soapUI which converts the '&' and displayes them in this way. IMHO this is a bug! soapUI should NOT convert anything in this Link-attribute.

 

Can one prevent or disable this conversion somehow?

 

Regards,

Michael

 

 

 

No RepliesBe the first to reply