This section explains the low level details of the protocol. This is especially usefull if you want to integrate the project with a .NET client.
The client is a standard JAX-WS implementation and has no special requirements except Java 6. It can use Apache CXF as a client library.
If your project doesn't meet the requirements, for instance it is a .NET project or it uses Apache Axis with a java version lower than 6 consider implementing your own client (See the [[protocol section.)