[progress Communities] [progress Openedge Abl] Forum Post: Re: Debugging Http Classes?

  • Thread starter Thread starter Tim Kuehn
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top