Forum Discussion

HartmanK's avatar
HartmanK
Occasional Contributor
14 years ago

@ in URL

I am testing a service that takes an email address as a url parameter (ie http://host/path/email@somewhere.com) which works when typed into a browser but does not using soapUI. The error is an invalid group reference. How can I format the request correctly?

1 Reply

  • HI, I'm new to SOAP ui, but i think i know the answer.

    Remember we use %20 in url for space " ", similarly we have some special characters for @.
    Just replace those special character in @ place. Try that.

    Regards,