DMcCabe
12 years agoContributor
HTTP DELETE getting changed to GET when used with mvn plugin
When I set up a REST test case which has a HTTP DELETE step it works fine when I run it from SoapUI gui tool. However when I run it from maven the DELETE seems to get sent as a GET. I have attached the project file and the pom.xml file. Is this a bug or am I doing something wrong?