aspose file tools
The moose likes Web Services and the fly likes why not use a Java 6 WS client? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "why not use a Java 6 WS client?" Watch "why not use a Java 6 WS client?" New topic
Author

why not use a Java 6 WS client?

J. David Beutel
Greenhorn

Joined: Oct 13, 2008
Posts: 1
I made a client using Java 6 with wsimport. It works so far, and seems simple and easy. Is there any reason I should change to some other WS framework?
Vinod K Singh
Ranch Hand

Joined: Sep 30, 2008
Posts: 198
By usage of 'wsimport' I assume this was done with JAX-WS. There is no harm in using that and it works fine even in production.


My Blog
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: why not use a Java 6 WS client?
 
Similar Threads
org.apache.axis2.AxisFault: 0 >= 0
How to call Axis2 Webservice from another web service
JAXB Vs JAX-WS
Generating a service by JAX-WS with Java6
Cannot find a function in the generated Web Service stub