Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Scout/Tutorial/3.7/Webservices with JAX-WS

< Scout‎ | Tutorial‎ | 3.7
Revision as of 08:53, 8 November 2011 by Unnamed Poltroon (Talk) (Abstract)

Abstract

This tutorial is a guide to developing JAX-WS webservices in Eclipse Scout. JAX-WS stands for Java API for XML Web Services. The JAX-WS version supported by Eclipse Scout is JAX-WS RI 2.1.6 bundled with Java SE 6. We are not using the lastest version (such as JAX-WS RI 2.2.5 because we encountered a lot of problems in having a never version aside the Java built-in internal JAX-WS RI 2.1.6 implementation.

The scope of this tutorial is to create a simple Scout application with a webservice consumer and a webservice provider. The application will load company data from a Derby database and allow the user to request its stock price from the public webservice provider with a 20 minute delay. Also, a webservice will be published to access company data from external.

Back to the top