Hi All,
I downloaded the RC1 package today.
When I try to compile a simple piece of code like
org.apache.axis.Message m = new org.apache.axis.Message("test");
The compilation error that I get is
xxx.java:36: cannot access javax.xml.soap.SOAPMessage
file javax\xml\soap\SOAPMessage
I am sorry , the correct snippet from the build.xml is
Thanks,
--navneet
-Original Message-
From: Navneet Raja
To: '[EMAIL PROTECTED]'
Sent: 9/16/02 11:29 PM
Subject: Build Problems on RC1
Hi All,
I downloaded the RC1 package today.
When I try to
Ramon , from axis-user mailing list, clarified that I am missing saaj.jar in
my classpath. I am sure that this was my problem.
Sorry for the confusion,
--navneet
-Original Message-
From: Navneet Raja
To: ''[EMAIL PROTECTED]' '
Sent: 9/16/02 11:34 PM
Subject: RE: Buil