sp
10 years agoOccasional Visitor
a little confused
I selected SOAPUI to try out as a REST testing framework and I can't get the simplest request to work. ?? For every web service I create, I always implement a simple ping service. Looks like this: http://localhost:8080/app/resources/ping. No parms or payload, just a simple GET.
I created REST project. Defined endpoint as http://localhost:8080 and resource as /app/resources/ping and I get back a 400 Bad Request. error. I can type in the url directly into a browser and I get the expected response.
Looking at my server log and I see no evidence it received the request from SOAPUI. So where does the 400 come from?