Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/SDK/JAXWS-SDK/Webservice consumer Property View"

< Scout‎ | SDK‎ | JAXWS-SDK
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{ScoutPage|cat=JAXWS-SDK}}
 
{{ScoutPage|cat=JAXWS-SDK}}
 
The property view helps you to manage and maintain the webservice consumer:
 
The property view helps you to manage and maintain the webservice consumer:
* quick links to access related resources
+
* Quick links to access related resources
 +
* Edit build properties to control the stub generation process. Most of the properties are definied by [http://download.oracle.com/javase/6/docs/technotes/tools/share/wsimport.html WsImport], the JAX-WS build tool. Besides, some Scout properties such as <code>jar</code> can be used to change the name of the JAR-file
 +
* maintenance of binding files to control stub bindings. Changes to the binding files require a rebuild of the stub.
 
* rebuild of webservice stub
 
* rebuild of webservice stub
* all the most important properties at a glance
+
* most important properties at a glance
* easy configuration of authentication and credenal validation
+
* easy configuration of authentication
 +
* repair tools to help you maintain the consumer
 
[[Image:org.eclipse.scout.jaxws.ConsumerPropertyView.png|400px]]
 
[[Image:org.eclipse.scout.jaxws.ConsumerPropertyView.png|400px]]

Revision as of 19:00, 10 November 2011

The Scout documentation has been moved to https://eclipsescout.github.io/. The property view helps you to manage and maintain the webservice consumer:

  • Quick links to access related resources
  • Edit build properties to control the stub generation process. Most of the properties are definied by WsImport, the JAX-WS build tool. Besides, some Scout properties such as jar can be used to change the name of the JAR-file
  • maintenance of binding files to control stub bindings. Changes to the binding files require a rebuild of the stub.
  • rebuild of webservice stub
  • most important properties at a glance
  • easy configuration of authentication
  • repair tools to help you maintain the consumer

Org.eclipse.scout.jaxws.ConsumerPropertyView.png

Back to the top