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

Difference between revisions of "Scout/SDK/JAXWS-SDK/Create webservice consumer"

< Scout‎ | SDK‎ | JAXWS-SDK
(Choose WSDL file)
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(32 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{ScoutPage|cat=JAXWS-SDK}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
On server node, go to the node 'Webservices (JAX-WS RI 2.1.6)' | 'Consumer' | 'Services'. Right-click on that node to create a new webservice consumer [http://wiki.eclipse.org/Image:OOrg.eclipse.scout.jaxws.CreateConsumer_20.png].
+
 
+
== Choose WSDL file ==
+
First, you are asked for a [http://en.wikipedia.org/wiki/Web_Services_Description_Language WSDL file] to build the webservice stub for that webservice. Thereto, you have 2 options: Either choose the WSDL file from local filesystem or by specifying a URL to download the file. If the WSDL file consists of multiple files such as separate files for service and binding definition, separate files for Port definition and/or separate files for [http://en.wikipedia.org/wiki/XML_Schema_%28W3C%29|name=XML Schema] definitions, use the first option to specify those files in 'Add related files'.
+
[[Image:Org.eclipse.scout.jaxws.CreateConsumer_20.png|width=300px|Choose WSDL file]]
+

Latest revision as of 06:20, 19 March 2024

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

Back to the top