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 "Swordfish Documentation: Creating JAX-WS Client"

(Prerequisites)
(Prerequisites)
Line 4: Line 4:
 
==Prerequisites==
 
==Prerequisites==
 
Eclipse Galileo M7 build or later.<br>
 
Eclipse Galileo M7 build or later.<br>
The target platform should contain the Apache CXF  and the org.apache.servicemix.cxf.transport.nmr bundles
+
The target platform should contain the Apache CXF  and the org.apache.servicemix.cxf.transport.nmr bundles<br>
 
The examples described here are based on Eclipse Galileo M7.
 
The examples described here are based on Eclipse Galileo M7.
  

Revision as of 04:27, 30 June 2009

Creating the JAX-WS Client

This section contains instructions on creating the JAX-WS client for the JAX-WS service deployed into the NMR.

Prerequisites

Eclipse Galileo M7 build or later.
The target platform should contain the Apache CXF and the org.apache.servicemix.cxf.transport.nmr bundles
The examples described here are based on Eclipse Galileo M7.

About JAX-WS Client

Creating the Client

To create the client:

Back to the top