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/Add JAX-WS support to project"

< Scout‎ | SDK‎ | JAXWS-SDK
Line 2: Line 2:
 
* Open plugin.xml of your server Plug-In. Go the the 'Dependencies' tab and add <code>org.eclipse.scout.jaxws216</code> as required Plug-In. [http://wiki.eclipse.org/Image:Org.eclipse.scout.tutorial.jaxws.JaxWsDependency_1.png]
 
* Open plugin.xml of your server Plug-In. Go the the 'Dependencies' tab and add <code>org.eclipse.scout.jaxws216</code> as required Plug-In. [http://wiki.eclipse.org/Image:Org.eclipse.scout.tutorial.jaxws.JaxWsDependency_1.png]
 
* In Scout perspective, go to the server node and open the product files listed in Scout Property View. Go the the 'Dependencies' tab and add <code>org.eclipse.scout.jaxws216</code> as required Plug-In [http://wiki.eclipse.org/Image:Org.eclipse.scout.tutorial.jaxws.JaxWsDependency_2.png]. Do that for all product files of server node.
 
* In Scout perspective, go to the server node and open the product files listed in Scout Property View. Go the the 'Dependencies' tab and add <code>org.eclipse.scout.jaxws216</code> as required Plug-In [http://wiki.eclipse.org/Image:Org.eclipse.scout.tutorial.jaxws.JaxWsDependency_2.png]. Do that for all product files of server node.
 
+
* In Scout Explorer, you finally should see the node <code>Webservices (JAX-WS RI 2.1.6)</code>[http://wiki.eclipse.org/Image:Org.eclipse.scout.tutorial.jaxws.JaxWsDependency_3.png] as child of the server node. If not, refresh the server node with "SHIFT+F5" or if it does not help, restart the Eclipse IDE.
 
[[Image:Org.eclipse.scout.tutorial.jaxws.JaxWsDependency_1.png|thumb|Add org.eclipse.scout.jaxws216 as required Plug-In in plugin.xml]]
 
[[Image:Org.eclipse.scout.tutorial.jaxws.JaxWsDependency_1.png|thumb|Add org.eclipse.scout.jaxws216 as required Plug-In in plugin.xml]]
 
[[Image:Org.eclipse.scout.tutorial.jaxws.JaxWsDependency_2.png|thumb|Add org.eclipse.scout.jaxws216 as required Plug-In in product files]]
 
[[Image:Org.eclipse.scout.tutorial.jaxws.JaxWsDependency_2.png|thumb|Add org.eclipse.scout.jaxws216 as required Plug-In in product files]]
 +
[[Image:Org.eclipse.scout.tutorial.jaxws.JaxWsDependency_3.png|thumb|Add org.eclipse.scout.jaxws216 as required Plug-In in product files]]

Revision as of 08:46, 9 November 2011

The Scout documentation has been moved to https://eclipsescout.github.io/.

  • Open plugin.xml of your server Plug-In. Go the the 'Dependencies' tab and add org.eclipse.scout.jaxws216 as required Plug-In. [1]
  • In Scout perspective, go to the server node and open the product files listed in Scout Property View. Go the the 'Dependencies' tab and add org.eclipse.scout.jaxws216 as required Plug-In [2]. Do that for all product files of server node.
  • In Scout Explorer, you finally should see the node Webservices (JAX-WS RI 2.1.6)[3] as child of the server node. If not, refresh the server node with "SHIFT+F5" or if it does not help, restart the Eclipse IDE.
Add org.eclipse.scout.jaxws216 as required Plug-In in plugin.xml
Add org.eclipse.scout.jaxws216 as required Plug-In in product files
Add org.eclipse.scout.jaxws216 as required Plug-In in product files

Back to the top