ong
- Original Message -
From: "Scott Nichol" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 15, 2004 4:31 PM
Subject: Re: Soap under Tomcat
The error message suggests to me that your CalcService.java is missing the
line
package onjav
The error message suggests to me that your CalcService.java is missing the line
package onjava;
The Java class loader finds the CalcService.class file where it expects based
on the deployment descriptor saying onjava.CalcService, but then discovers that
the bytecode in CalcService.class do