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/Tutorial/5.0/webservices/Console"

< Scout‎ | Tutorial‎ | 5.0
(Created page with "<pre> [INFO] JAX-WS directive: -Xdebug [INFO] JAX-WS directive: -keep [INFO] JAX-WS directive: -verbose [INFO] JAX-WS option: -target 2.1 [INFO] All the 6 stub files compiled...")
 
 
Line 1: Line 1:
 +
{{ScoutPage|cat=Tutorial 5.0}}
 +
 
<pre>
 
<pre>
 
[INFO] JAX-WS directive: -Xdebug
 
[INFO] JAX-WS directive: -Xdebug

Latest revision as of 06:57, 31 March 2015

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

[INFO] JAX-WS directive: -Xdebug
[INFO] JAX-WS directive: -keep
[INFO] JAX-WS directive: -verbose
[INFO] JAX-WS option: -target 2.1
[INFO] All the 6 stub files compiled
[INFO] Stub JAR-file 'CompanyWebService.jar' created
[INFO] JAX-WS stub generation completed. For debugging purpose, please see the following debug output.
[INFO] [DEBUG] Authorization file "C:\Users\scout\.metro\auth" not found. If the WSDL access needs Basic Authentication, please provide authorization file with read access at C:\Users\scout\.metro\auth or use -Xauthfile to give the authorization file and on each line provide authorization information using this format : http[s]://user:password@host:port//<url-path>


parsing WSDL...



Generating code...

org\eclipsescout\demo\jaxws\services\ws\companywebservice\CompanyWebService.java
org\eclipsescout\demo\jaxws\services\ws\companywebservice\CompanyWebServicePortType.java
org\eclipsescout\demo\jaxws\services\ws\companywebservice\GetCompanies.java
org\eclipsescout\demo\jaxws\services\ws\companywebservice\GetCompaniesResponse.java
org\eclipsescout\demo\jaxws\services\ws\companywebservice\ObjectFactory.java
org\eclipsescout\demo\jaxws\services\ws\companywebservice\package-info.java

[INFO] WSDL model could not be parsed to display service properties

Back to the top