This issue may have fallen off the radar so I want to re-raise it in the hopes that someone familiar with the JWS implementation can fix it before 1.0.
 
Here's an example of the problem. Suppose I have the following class Simple.java.
 
package com.company.topic;
 
public class Simple {
    public String getGreeting() { return "Hello"; }
}
 
To deploy this using JWS I must
1) copy Simple.java to the Axis web app., renaming it to Simple.jws
    If Tomcat is my server, I'd copy it to tomcat/webapps/axis/com/company/topic/Simple.jws.
2) remove the package statement from the .jws file
 
Step 2 shouldn't be required!


***********************************************************************************
WARNING: All e-mail sent to and from this address will be received or
otherwise recorded by the A.G. Edwards corporate e-mail system and is
subject to archival, monitoring or review by, and/or disclosure to,
someone other than the recipient.
************************************************************************************

Reply via email to