Forum Discussion

Justyn's avatar
Justyn
Visitor
5 years ago

SoapUI 5.5.0 Why is resource being ignored for REST method?

I have a REST request with the following settings:

  • Method: POST
  • Endpoint: https://localhost:44301
  • Resource: https://localhost:44301/api/Ticket/Attachment (when I click on it, the popup dialog has it split into "https://localhost:44301" and "/api/Ticket/Attachment")

And these are the request headers that are generated by SoapUI 5.5.0:

POST https://localhost:44301/ HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: application/json
Content-Length: 131
Host: localhost:44301
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)

Why would the resource be ignored?  Am I missing a setting?

No RepliesBe the first to reply