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

Scout/Tutorial/5.0/webservices/Console

< Scout‎ | Tutorial‎ | 5.0

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