Thanks Hannes for the input. I did try out that and tested the testsuite1 client I could see the request and responses in the tcpmon.
What I am not clear is the flow how exactly the client creates the co-ordination context and so on. It would be great that if some document is provided which would give the how the flow of the code and how it is working. Thanking you in advance. Regards, Anshuk Pal Chaudhuri -----Original Message----- From: Hannes Erven [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2008 6:13 PM To: [email protected] Cc: Pal Chaudhuri, Anshuk (Cognizant) Subject: Re: Issues while compiling src code Hi Anshuk, > I downloaded the source code from > http://svn.apache.org/repos/asf/webservices/kandula/branches/Kandula_1/s rc/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 This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
