hello all,
I am a new bie to this axis..&web services
I did the following..
1.Wrote a simple java program(Hello msg).changed to .jws..deployed&i get back the result with the client too.
Hello.java
public class Hello{ public String greet(String a_name) { return "Nice to meet you, "+a_name; }}
I am not sure.I am very new to axis/ant.have i missed anything in setting path/classpath??
I am using HP-UX,axis-1.1,ant 1.6.1
Do anybody have solution for this??
biAji <[EMAIL PROTECTED]> wrote:
I can not imageing it. If you using ant to build ..it will go smoothly...I think.MS <[EMAIL PR
Hello all,I am trying to build axis1.1 when i try to do compile and ant javadoc,i get lotz of error and warning msgs but finally it ends up saying build successful.what shd be done to avoid these errors msgs?.Have i missed any classpaths?
Here is a part of my log msgs---javac] Compiling 593