The following is a diagram that shows where the three main types of files (build, WSDL, service, and client files) are located. The details of each type of file can be found below.
$EXAMPLES_DIR | |-- schema/ | | | |-- examples/ -----> WSDL files | |-- org/ | |-- globus/ | |-- examples/ | |-- services/ -----> Service implementation files | |-- clients/ -----> Client implementation files