I'm starting to work on a project on java with eclipse IDE, and I understood that there is a plug-in that I can fallow the requests and the responds. I've been looking for them but haven't found anything, if any one knows, I'd be very thankful.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I'd recommend that you use SoapUI for your response/requests, if you have deployed web service on your localhost or anywhere. |
|||
|
|
|
SOAPUI is a very nice tool. You can download it standalone (I prefer) or you can also download the Eclipse plugin for it. |
|||||||||||
|
|
Eclipse has a built in Web Service explorer that may be enough for your needs.
This will allow you to use a UI to enter in your parameter values but also switch back to the raw request and response xml if necessary. |
|||
|
|