This commit is contained in:
Arjen Poutsma
2006-11-23 00:15:46 +00:00
parent ac27bf9dba
commit 5779944b3b
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
SPRING WEB SERVICES
This directory contains a Java clients for the Airline Web Service that uses JAX-RPC.
The client can be run from the provided ant file, by calling "ant run".
SAJA Client Sample table of contents
---------------------------------------------------
* src - The source files for the client
* build.xml - Ant build file with a 'build' and a 'run' target

View File

@@ -2,6 +2,7 @@ SPRING WEB SERVICES
Client table of contents
---------------------------------------------------
* axis - A client for the airline service written in Java using JAX-RPC (Axis 1).
* cs - A client for the airline service written in C#.
* jax-ws - A client for the airline service written in Java using JAX-WS.
* saaj - Two clients that are written in Java and use SAAJ.