MTOSI 1.1 code_gen
==================
==================

Generating code using ant
-------------------------

The build.xml file's generate.code target in this directory generates
code for the remaining mtosi wsdl interfaces.

From the samples/mtosi_1.1/code_gen directory, using either UNIX or
Windows:

  ant build

To remove the generated code and .class files, run:

  ant clean


