Re: Problem with Axis sample test

2008-05-05 Thread Benjamin Tan
Steve: Great news !!! I finally got the "stock" sample to work. You are correct when you suggested that I should run the sample test at the AXIS_HOME directory. It was not working before cause I got typo in the url. Now, I can move on to play with SOAPMonitorService. Thanks again for your help

Re: Problem with Axis sample test

2008-05-02 Thread Benjamin Tan
Steve: I have download JAF version 1.1.1 from SUN. I have included the "activation.jar" the classpath and run the deployment script again. I am still get the same error. One thing that I noticed is that the deployment still went through. I saw the sample service was added to Tomcat configuration f

Re: Problem with Axis sample test

2008-05-01 Thread Benjamin Tan
Steve: Thank you very much for your suggestion. Honestly, I am new to Axis and Java. So far, I am following the installation guide to test out my Axis installation. FYI - I was trying to test the "getQuote" sample that came with the package. I will go SUN to download the JAF and continue from the

RE: Problem with Axis sample test

2008-05-01 Thread Steve Hall
Benjamin, It looks like you need to add the javabeans activation framework (JAF) jar aka activation.jar to your classpath. JAF deals with mime types and is used for attachments. Note, it is my understanding that JAF is only required when writing services that use soap with attachments. http:

Problem with Axis sample test

2008-05-01 Thread Benjamin Tan
Hi: I am new to Axis. I think, I have succeeded in installed Axis 1.4x using Tomcat 4.1x on SUN Solaris 2.9 OS. When I tried to run one of the sample --- java -cp $AXISCLASSPATH org.apache.axis.client.AdminClient -lhttp://localhost:8088/axis/services/AdminServ