How do you follow up on soap in eclipse
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 follow the requests and the responds. I've been looking for them but haven't found anything, if anyone knows开发者_C百科, I'd be very thankful.
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.
- 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.
精彩评论