| Author |
New to WS, Jax-Ws vs Axis and how to get started in eclipse
|
Cory Max
Ranch Hand
Joined: Jul 20, 2005
Posts: 83
|
|
Good morning everyone,
I'm looking to consume a webservice published by Oracle BI publisher running on Oracle Application Server. Currently we are using Java 6 with IBM's RAD tools which are eclipse based. Which way would be easiest to go to consume the service. Looks like the two most popular frameworks are Axis 2 and Jax-WS. Are there any advantages/disadvanges to each? Is one the 'standard'? Where is the best place to get started generating a java class from the wsdl endpoint?
Thanks for your help,
Cory
|
There are only 10 types of people in this world... Those who understand binary and those who don't.
|
 |
Peer Reynders
Bartender
Joined: Aug 19, 2005
Posts: 2906
|
|
Cory Max wrote:Currently we are using Java 6 ... Looks like the two most popular frameworks are Axis 2 and Jax-WS. ... Is one the 'standard'?
JAX-WS 2.0 comes with Java 6 (and can be upgraded by copying the appropriate libraries into the java.endorsed.dirs directory)
Cory Max wrote:Where is the best place to get started generating a java class from the wsdl endpoint?
Java API for XML Web Services (JAX-WS) wsimport
|
"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
|
 |
 |
|
|
subject: New to WS, Jax-Ws vs Axis and how to get started in eclipse
|
|
|