This commit is contained in:
Arjen Poutsma
2008-02-24 13:01:54 +00:00
parent 177664930d
commit 5ffce75c90
2 changed files with 3 additions and 4 deletions

View File

@@ -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">

View File

@@ -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
---------------------------------------------------