Alpha 0.1 Version
<Axis_folder>/src/Message ; The components of a SOAP message <Axis_folder>/src/Encoding ; The XML encoding for data types for SOAP <Axis_folder>/src/Transport ; The Transport (socket, HTTP, etc.) for SOAP-RPC message carring. <Axis_folder>/src/Util ; Utilities for SOAP-RPC message creation <Axis_folder>/src/Xml ; XML parsing, Serilization & Deserialization of data for SOAP-RPC <Axis_folder>/src/Clinet ; Clint interface for SOAP-RPC (Axis C++ Client Library)
% gmake ; this will build the lib and place the library in <Axis_folder>/lib/<your platform> % cd TestHarnesses % gmake ; this will create a executable axtest in the same folder