Forum Discussion

donmas's avatar
donmas
New Contributor
6 years ago
Solved

SoapUI 5.4.0 parameter in request is "auto corrected" to lower case

Hi all,

 

I need to add a parameter to a GET request called "itemId", however as soon as I leave the cell, the parameter is changed to all lower case "itemid". See screenshot below, showing the parameter table:

 

 

Is there a way I can stop Soap UI from forcing the parameter to lower case?

The Rest web service is case sensitive, so as it stands the request fired is no good..

 

Many thanks,

Tomas

  • Hi,

     

    Looks like it is changing back to the case you entered when you created it.

     

    You can delete the parameter and add it again with different case.

2 Replies

  • JHunt's avatar
    JHunt
    Community Hero

    Hi,

     

    Looks like it is changing back to the case you entered when you created it.

     

    You can delete the parameter and add it again with different case.

    • donmas's avatar
      donmas
      New Contributor

      Yep - that was it. After deleting the previously created parameter and creating a new one with "itemId" that then stayed.

       

      Cheers!