Forum Discussion

jimboston's avatar
jimboston
New Contributor
11 years ago

soapUI is replacing "&&" with "&"

I am calling a webservice that has a "&" in the response (snippet below)

... download?rid=1836829913&rp=DTM20130730165436OTY4NjQ2MjI4

When I use soapUI the "&" is being replaced with "&" like the following:

... download?rid=1836829913&rp=DTM20130730165436OTY4NjQ2MjI4

Is there something I can configure to change this?

Thx.

3 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Try: File > Preferences > HTTP Settings tab > check Do not URL-escape service endpoints

    Or in your REST resource click on defined parameter and check "Disable Encoding"

    Thanks,
    Michael Giller
    SmartBear Software
  • jimboston's avatar
    jimboston
    New Contributor
    The first option had no effect.

    Can you please clarify what is meant by "in your REST resource click on defined parameter and check "Disable Encoding"".

    Sorry if it's a dumb question, I'm a newbie to soapUI.

    Thx,
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    In your project you have a REST interface (blue hourglass icon) in Navigator window. Expand it and that will contain your resources.
    Double click on the resource, select the parameter, and check "Disable Encoding"

    Thanks,
    Michael Giller
    SmartBear Software