Forum Discussion
- SiKingCommunity ExpertYou could try one of the following:
localhost:8080/myurl/cluster?name=%00
localhost:8080/myurl/cluster?name=%81
or something else from the list here http://www.w3schools.com/tags/ref_urlencode.asp - pford90Occasional ContributorThank you for the reply,
I would like to send a REST call using SOAPUI 4.5.1, but how would I be able to assign the name parameter in the soapui to have an empty string. When I enter %00 or %81 the url does not generate an empty string
When I try to assign the name parameter through the SOAPUI it does not return.
My apologies for not being clear in my original post. - SiKingCommunity Expert
pford90 wrote: When I enter %00 or %81 the url does not generate an empty string
What does it generate? Do you have URL-Encoding disabled? - pford90Occasional ContributorThis is the url that soap generates
/cluster?name=%2500 - %00
/cluster?name=%2581 - %81
And no the Disable Encoding: of the resource method is not checked - SiKingCommunity Expert
pford90 wrote: And no the Disable Encoding: of the resource method is not checked
So you should check that and try again. - pford90Occasional ContributorHey SiKing,
Thank you, it worked! Hope you have a happy holidays, and thank you for you're assistance and being so patient.- JesBNew Contributor
Hi,
How did you get this working? Where can i find the option to disable encoding of the resource method.
i have 3 parameters request,name and code and i want to send empty for code.
i tried %00 but, this is converted as %2500
Can you please help.
- Nastya_KhovrinaSmartBear Alumni (Retired)
You need to set the query parameter as required and leave the parameter value empty. Please see the screenshot:
Related Content
- 4 years ago
Recent Discussions
- 8 days ago