• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

New to WS, Jax-Ws vs Axis and how to get started in eclipse

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic