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/Create webservice consumer"

< Scout‎ | SDK‎ | JAXWS-SDK
(Choose Service and Port)
Line 6: Line 6:
  
 
== Choose Service and Port ==
 
== Choose Service and Port ==
In the next wizard step, you are asked to choose from the available Services and Ports [http://wiki.eclipse.org/Image:Org.eclipse.scout.jaxws.CreateConsumer_30.png - service and port are used to uniquely resolve the port type to be used by webservice consumer. If you are not sure which service or port to use, address to the webservice provider about their meaning and usage. Please note, that the port list is based on the service selection. By default, Scout SDK chooses the first service found in WSDL file and derives the associated port.
+
In the next wizard step, you are asked to choose from the available Services and Ports [http://wiki.eclipse.org/Image:Org.eclipse.scout.jaxws.CreateConsumer_30.png] - service and port are used to uniquely resolve the port type to be used by webservice consumer. If you are not sure which service or port to use, address to the webservice provider about their meaning and usage. Please note, that the port list is based on the service selection. By default, Scout SDK chooses the first service found in WSDL file and derives the associated port.
  
  

Revision as of 10:23, 9 November 2011

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 [1].

Choose WSDL file

First, you are asked for a WSDL file to build the webservice stub for that webservice [2]. Thereto, you have 2 options: Either choose the WSDL file from local filesystem or specify the URL to the WSDL file to be downloaded. If the WSDL file consists of multiple files such as separate files for Port and Binding definitions as well as separate files for XSD Schema types, use the first option and specify those files as related files.

Choose Service and Port

In the next wizard step, you are asked to choose from the available Services and Ports [3] - service and port are used to uniquely resolve the port type to be used by webservice consumer. If you are not sure which service or port to use, address to the webservice provider about their meaning and usage. Please note, that the port list is based on the service selection. By default, Scout SDK chooses the first service found in WSDL file and derives the associated port.


Create Webservice Consumer
Choose WSDL file
Choose Service and Port from WSDL file

Back to the top