Brian Fitzpatrick [
http://community.jboss.org/people/bfitzpat] modified the blog post:
"Updates to the WS Tester for the next milestone..."
To view the blog post, visit:
http://community.jboss.org/community/jbosstools/blog/2010/07/13/updates-t...
--------------------------------------------------------------
Yes, I'm back again... And this time, it's a bit of a beautification process
we've put the Web Service Tester through...
We did some spring (well, summer now) cleaning to wipe away the ugly gray backgrounds and
dreary boxes. In their place, we have the gleaming white controls and clean lines
available using the Eclipse Forms Toolkit.
Here's an example after invoking a JAX-WS service.
http://community.jboss.org/servlet/JiveServlet/showImage/38-1872-4264/ws_...
http://community.jboss.org/servlet/JiveServlet/downloadImage/38-1872-4264...
You'll notice we've pared down a few things.
1. We got rid of the Action URL, since usually you won't need that if you're
testing from a WSDL (which is one of our two primary use cases).
2. We combined the two combo boxes into one - so if you're doing a JAX-WS invocation,
you select "JAX-WS" in the list and if you're doing a JAX-RS call, you
specify the operation - GET, POST, PUT, and DELETE.
3. Instead of big textual buttons, we went with smaller toolbar-style buttons with icons
and tooltips. The two in the top right are for selecting a WSDL and invoking the service.
The four in the Response Body section are: Save to File, Open in Editor (XML or Text),
Show Raw Text, and Show in Web Browser. The last is handy if your web service
(specifically some RESTful services) return formatted HTML.
4. And instead of tabs, we went with collapsible sections.
5. Like before, we have a resizable sash between the Request and Response sections of the
view. However, I'm debating adding another sash on the right side between the Request
Headers and Request Body areas to aid in resizing that a bit more.
6. We got rid of the connection to the TCP/IP Monitor simply because it was redundant. If
you have a call for that functionality, we can look at adding it back in, but we thought
it was a bit of overkill. at this point.
Here's an example after executing a JAX-RS service's GET call with the response
body opened in an editor above it:
http://community.jboss.org/servlet/JiveServlet/showImage/38-1872-4265/ws_...
http://community.jboss.org/servlet/JiveServlet/downloadImage/38-1872-4265...
So all in all, I'm quite pleased with the results of this "facelift". It
should start appearing in builds for the JBoss Tools 3.2 M2 milestone soon, so let me know
what you think when you play with it.
Thanks!
--------------------------------------------------------------
Comment by going to Community
[
http://community.jboss.org/community/jbosstools/blog/2010/07/13/updates-t...]