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/4.0/webservices/Console Output for StockQuoteService"

< Scout‎ | Tutorial‎ | 4.0
(Created page with "{{ScoutPage|cat=Tutorial 4.0}} <pre> [INFO] JAX-WS option: -b WEB-INF/build/StockQuoteWebServiceClient-bindings.xml [INFO] JAX-WS directive: -verbose [INFO] JAX-WS option: -t...")
 
(Blanked the page)
 
Line 1: Line 1:
{{ScoutPage|cat=Tutorial 4.0}}
 
  
<pre>
 
[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
 
</pre>
 

Latest revision as of 13:53, 20 April 2014

Back to the top