0 votes
in SOAPUI by (243 points)

Can we use GET request instead of PUT to create a resource in SOAP UPI

1 Answer

0 votes
by (243 points)

No, we are not supposed to use PUT for GET. GET operations should only have view rights, while PUT resource is used for updating a data.

Related questions

...