Moved cs to dotnet
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user