aspose file tools
The moose likes Web Services and the fly likes Diff between Jax-ws and Axis2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Diff between Jax-ws and Axis2" Watch "Diff between Jax-ws and Axis2" New topic
Author

Diff between Jax-ws and Axis2

amitarora Singh
Greenhorn

Joined: Feb 12, 2009
Posts: 2
Hi,

I am new to web services and I need to work with Weblogic 9.2 so which would be the best among these two, JAX-WS and AXIS2.

Thanks in Advance,
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35258
    
    7
Those two can't be compared. JAX-WS is an API, while Axis2 is an implementation (of the JAX-WS API as well as other Java web service APIs).

Or do you mean to compare Axis2 with the JAX-WS reference implementation, or some other implementation?


Android appsImageJ pluginsJava web charts
Peer Reynders
Bartender

Joined: Aug 19, 2005
Posts: 2906
WebLogic 9.2 does support web services out of the box. However they are JAX-RPC based with a JSR 181 "Web Services Metadata for the JavaTM Platform" extension which makes it about a generation earlier than either Axis2 and JAX-WS.

The JAX-WS RI pretty much commits you to using JAXB for data-binding and marshaling. In Axis2 to you can use ADB, XMLBeans or JiBX, though the core is Apache Axiom based.


"Don't succumb to the false authority of a tool or model. There is no substitute for thinking."
Andy Hunt, Pragmatic Thinking & Learning: Refactor Your Wetware p.41
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Diff between Jax-ws and Axis2
 
Similar Threads
JAX-WS vs. Axis2
Help regarding User-name Token
JAX-WS Authentication
webservice deployment folder structure
new bee start web services