compiling client code
I have using axis2 on my computer (Ubuntu 7.10). Firstly I created a service called "SimpleServise" and it is working without no error. Then I created a client using "wsdl2java.sh -uri.........." command. The "build.xml" and the other folder stucture was auto generated. But when I try to compile "SimpleServiceCallbackHandler.java" and "SimpleServiceStub.java" it gives lot of errors. A "Client.java" file is also included with those java files.
I have installed jdk and other related stuffs and have set the paths in "/etc/bash.bashrc" file. As I feel some expected libries are missing in order to compile those java files.
Can somebody tell me, how would I fix this problem.
Thank You!
- Login or register to post comments
- Printer friendly version
- 235 reads











Hi, Can you check whether
Hi,
Can you check whether your AXIS2_HOME environment variable is correctly configured and point to a valid directory? The missisng jars should be available in AXIS2_HOME/lib
regards
Charitha