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/3.8/webservices/Console Output for CompanyWebService"

< Scout‎ | Tutorial‎ | 3.8
Line 1: Line 1:
 +
{{ScoutPage|cat=Tutorial 3.8}}
 
<pre>
 
<pre>
 
[INFO] JAX-WS option: -b WEB-INF/build/CompanyWebService-bindings.xml
 
[INFO] JAX-WS option: -b WEB-INF/build/CompanyWebService-bindings.xml

Revision as of 04:18, 4 May 2012

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

[INFO] JAX-WS option: -b WEB-INF/build/CompanyWebService-bindings.xml
[INFO] JAX-WS directive: -verbose
[INFO] JAX-WS option: -target 2.0
[INFO] JAX-WS directive: -Xdebug
[INFO] JAX-WS directive: -keep
[INFO] Code fix (WSDL resource finding) applied to CompanyWebService.java
[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] parsing WSDL...


[DEBUG] Authorization file "C:\Users\dwi\.metro\auth" not found. If the WSDL access needs Basic Authentication, please provide authorization file with read access at C:\Users\dwi\.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>


generating code...

org\eclipse\scout\tutorial\jaxws\services\ws\companywebservice\CompanyWebService.java
org\eclipse\scout\tutorial\jaxws\services\ws\companywebservice\CompanyWebServicePortType.java
org\eclipse\scout\tutorial\jaxws\services\ws\companywebservice\GetCompanies.java
org\eclipse\scout\tutorial\jaxws\services\ws\companywebservice\GetCompaniesResponse.java
org\eclipse\scout\tutorial\jaxws\services\ws\companywebservice\ObjectFactory.java
org\eclipse\scout\tutorial\jaxws\services\ws\companywebservice\package-info.java

[INFO] wsdl model name=CompanyWebService
[INFO] targetNamespace=http://ws.services.jaxws.tutorial.scout.eclipse.org/CompanyWebService/
[INFO] service={http://ws.services.jaxws.tutorial.scout.eclipse.org/CompanyWebService/}CompanyWebService
[INFO]   port={http://ws.services.jaxws.tutorial.scout.eclipse.org/CompanyWebService/}CompanyWebServicePort

Back to the top