Moved cs to dotnet

This commit is contained in:
Arjen Poutsma
2007-11-11 21:36:38 +00:00
parent c1a2eab8d1
commit 6c7ce4e06c
5 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
<target name="clean-all">
<ant dir="axis1" target="clean"/>
<ant dir="dotnet" target="clean"/>
<ant dir="jax-ws" target="clean"/>
<ant dir="jms" target="clean"/>
<ant dir="saaj" target="clean"/>
@@ -11,6 +12,7 @@
<target name="run-all">
<ant dir="axis1" target="run"/>
<ant dir="dotnet" target="run"/>
<ant dir="jax-ws" target="run"/>
<ant dir="jms" target="run"/>
<ant dir="saaj" target="run"/>

View File

@@ -6,7 +6,8 @@ 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).
* cs - A client for the airline service written in C#.
* 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.