Forum Discussion

vinay's avatar
vinay
Occasional Contributor
16 years ago

how to specify commas in URL

I have a REST web service which takes  multiple values for a paramter all separated by commas.

Eg http//sample.com/stattion/1,2,3,4/

I am trying to specify , in the param field and soap UI is automatically converting this to %2C and I am getting an error in the response. Can any one tell me how to escape the commas in the URL in Soap UI ?

Thanks
Vinay

1 Reply

  • Hello,

    Try to define the parameter as a template parameter, and in the RestMethod check the "Disable Encoding" box.

    robert