Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

3 Answers

I'd recommend that you use SoapUI for your response/requests, if you have deployed web service on your localhost or anywhere.

share|improve this answer

SOAPUI is a very nice tool. You can download it standalone (I prefer) or you can also download the Eclipse plugin for it.

share|improve this answer
how is that answer different than mine? – ant Jun 4 '10 at 14:57
1  
It is not. Considering we both answered the same min ago I think that explains the duplicate post – Ross Jun 4 '10 at 15:19
@mtpettyp I think answers on SO are LIFO, you can conclude that easily you see your answer @ the top – ant Jun 5 '10 at 20:08
I'm pretty sure that the placement of answers (maybe this has changed since 2010) has to do with your reputation, and not just the timing. – hotshot309 Aug 2 '12 at 15:10

Eclipse has a built in Web Service explorer that may be enough for your needs.

  1. Open the JavaEE Perspective
  2. Click "Run", then "Launch the Web Services Explorer"
  3. Click the WSDL Page icon in the top right corner
  4. Click "WSDL Main" and enter your WSDL URL.

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.