Forum Discussion

glromeo's avatar
glromeo
New Contributor
16 years ago

SOAPUI and REST URL encoding

Hello,
while writing our integration tests with SOAPUI we found out that REST request parameters are URL encoded.
This feature turns out to be more of a hindrance than a help and would be definitely a nice have if such encoding could be disabled.

Kind regards,

Gianluca

4 Replies

  • risoco's avatar
    risoco
    New Contributor
    I'm testing a web service and I'm using in the endpoint the user and password to access the external system. The paswword has an special chaaracter as

    follow: polak#56. when I tried test it using a SOAP request it fails with an invalid password message.

    I tried the same URL using the Browser and replacing the # by %23 and works fine. Howver I do the same inside endpoint and doens work.

    Someone can help me on this please?

    Rgds.

    Risoco
  • risoco's avatar
    risoco
    New Contributor
    When I put it on shows the error. Off does nothing... thanks for your reply.