Files
spring-ws/samples/airline/client/readme.txt
2007-11-11 21:36:38 +00:00

14 lines
722 B
Plaintext

SPRING WEB SERVICES
All clients can be run from the provided ant file, by calling "ant run-all".
Client table of contents
---------------------------------------------------
* build.xml - Ant build file with a 'run-all' target
* axis1 - A client for the airline service written in Java using JAX-RPC (Axis 1).
* dotnet - A client for the airline service written in C#.
* jax-ws - A client for the airline service written in Java using JAX-WS.
* jms - A client for the airline service written in Java using the JMS Transport
* saaj - Two clients that are written in Java and use SAAJ.
* spring-ws - A client for the airline service written in Java using Spring-WS using XMLBeans marshalling.