T
Tim Kuehn
Guest
Another difference is the GET format - the SoapUI tool sends this: GET http://localhost:7474/db/data/ HTTP/1.1 The HTTP class sends this: GET /db/data/ HTTP/1.1 So the difference is the HTTP class is webserver relative while the SoapUI tool is fully pathed.
Continue reading...
Continue reading...