JayaLakshmi
13 years agoNew Contributor
SoapUI- RestService
Hi,
I am new to SoapUI, I am using SoapUI 4.6, and I have created a RestService. Executing successfully ie., finished successfully. But Response as : Http:BadRequest 400 , json Response as <responsecode>invalid request parameters passed</responsecode>.
I observed that one of the parameter is always converting into html URL encoding format ie., %2F as \ , %2B as +
%3D as = . Is this is the issue where i am getting bad request response. When i am trying this Same URL which i have used in RestService is working fine with browser, but with SoapUI - RestClient RestService - invalid request parameters.
I did Disable URL-Encoding of the parameter value . But still i am not getting 200 Ok response.
Please Let me know where is the issue , I am eagerly waiting for ur response.
Thanks and regards
I am new to SoapUI, I am using SoapUI 4.6, and I have created a RestService. Executing successfully ie., finished successfully. But Response as : Http:BadRequest 400 , json Response as <responsecode>invalid request parameters passed</responsecode>.
I observed that one of the parameter is always converting into html URL encoding format ie., %2F as \ , %2B as +
%3D as = . Is this is the issue where i am getting bad request response. When i am trying this Same URL which i have used in RestService is working fine with browser, but with SoapUI - RestClient RestService - invalid request parameters.
I did Disable URL-Encoding of the parameter value . But still i am not getting 200 Ok response.
Please Let me know where is the issue , I am eagerly waiting for ur response.
Thanks and regards

