Hi Anshuk,
I downloaded the source code from
http://svn.apache.org/repos/asf/webservices/kandula/branches/Kandula_1/src/java/org/apache/kandula/
You need to download more than just the org.apache.kandula java source
code package. Please use svn to checkout from this folder:
http://svn.apache.org/repos/asf/webservices/kandula/branches/Kandula_1
You can then use maven 1.x to build kandula (just run "maven" where you
checked out), and it should automatically download the dependencies for you.
The "missing" classes you mentioned,
> e.g. org.apache.kandula.wscoor.CreateCoordinationContextType
> org.apache.kandula.wscoor.ActivationPortTypeRPCBindingStub
> org.apache.kandula.wscoor.CoordinationContextType
are created from WSDL files (in Kandula_1/src/schema/ ) in the maven run
and reside in the Kandula_1/target/ directory.
If you'd like to look at Kandula_1 with Eclipse or similar, you also
need to run maven once and add the stuff maven puts into the target
folder to the project (.jar files as library, the src folder als
additional source folder).
The WS-AT Readme (http://ws.apache.org/kandula/1/ws-at--how_to_use.html)
contains more detailed information on how to build Kandula_1 .
Best regards and happy testing,
-hannes
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]