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/3.8/Webservices with JAX-WS/Console Output for StockQuoteService

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

[INFO] JAX-WS option: -b WEB-INF/build/StockQuoteWebServiceClient-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 StockQuoteService.java
[INFO] All the 11 stub files compiled
[INFO] Stub JAR-file 'StockQuoteService.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>


[WARNING] Ignoring SOAP port "StockQuoteServiceSoap12": it uses non-standard SOAP 1.2 binding.
You must specify the "-extension" option to use this binding.
  line 130 of file:/C:/eclipse/scout/tutorial/workspace/org.eclipse.scout.tutorial.jaxws.server/WEB-INF/wsdl/StockQuoteService.asmx.wsdl

generating code...

com\nexus6studio\services\ArrayOfStockQuote.java
com\nexus6studio\services\ArrayOfString.java
com\nexus6studio\services\GetStockQuote.java
com\nexus6studio\services\GetStockQuoteResponse.java
com\nexus6studio\services\GetStockQuotes.java
com\nexus6studio\services\GetStockQuotesResponse.java
com\nexus6studio\services\ObjectFactory.java
com\nexus6studio\services\StockQuote.java
com\nexus6studio\services\StockQuoteService.java
com\nexus6studio\services\StockQuoteServiceSoap.java
com\nexus6studio\services\package-info.java

[INFO] wsdl model name=model
[INFO] targetNamespace=http://services.nexus6studio.com/
[INFO] service={http://services.nexus6studio.com/}StockQuoteService
[INFO]   port={http://services.nexus6studio.com/}StockQuoteServiceSoap

Back to the top