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.
+2
A:
SOAPUI is a very nice tool. You can download it standalone (I prefer) or you can also download the Eclipse plugin for it.
Ross
2010-06-04 14:50:24
@Ross how is that answer different than mine?
c0mrade
2010-06-04 14:57:53
It is not. Considering we both answered the same min ago I think that explains the duplicate post
Ross
2010-06-04 15:19:13
@mtpettyp I think answers on SO are LIFO, you can conclude that easily you see your answer @ the top
c0mrade
2010-06-05 20:08:22
+1
A:
Eclipse has a built in Web Service explorer that may be enough for your needs.
- Open the JavaEE Perspective
- Click "Run", then "Launch the Web Services Explorer"
- Click the WSDL Page icon in the top right corner
- 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.
mtpettyp
2010-06-04 15:16:02