This commit is contained in:
@@ -32,8 +32,7 @@
|
||||
<target name="generate" depends="init">
|
||||
<taskdef name="wsimport" classname="com.sun.tools.ws.ant.WsImport" classpathref="classpath"/>
|
||||
<wsimport wsdl="http://localhost:8080/StockService.wsdl" destdir="${bin.dir}"
|
||||
package="org.springframework.ws.samples.stockquote.client.jaxws" xendorsed="true"
|
||||
keep="true" sourcedestdir="gen"/>
|
||||
package="org.springframework.ws.samples.stockquote.client.jaxws" xendorsed="true"/>
|
||||
</target>
|
||||
|
||||
<target name="build" depends="generate">
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
SPRING WEB SERVICES
|
||||
|
||||
This directory contains a Java client for the Airline Web Service that uses JAX-WS.
|
||||
This directory contains a Java client for the Stock Quote Web Service that uses JAX-WS.
|
||||
The client can be run from the provided ant file, by calling "ant run".
|
||||
Note that the airline sample has to be running before invoking this target.
|
||||
Note that the stock quote sample has to be running before invoking this target.
|
||||
|
||||
Client Sample table of contents
|
||||
---------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user