Hi I'm working on web services for CGI. We intend to use Axis2-1.3 as our web services stack. However, I'm having trouble with the following issue: I've read in the system requirement section on the download page, that all we need to use this version of Axis is the JDK 1.4. I've downloaded the standard binary distribution, and when I try to use the SAAJConverter, I get the following error at compile time:
| cannot access org.apache.axis2.jaxws.message.util.SAAJConverter | bad class file: D:\users\samuel.rossille\webservices\download\axis2-1.3\lib\axis2-jaxws- 1.3.jar(org/apache/axis2/jaxws/message/util/SAAJConverter.class) | class file has wrong version 49.0, should be 48.0 on this line | import org.apache.axis2.jaxws.message.util.SAAJConverter; I looked at the source code and found out that the actual source level of this class was java 1.5. Do you use a retro-translator tool ? Is there a way to use these classes? I've been looking for documentation about this topic, but I've found nothing so far. Any help would be most welcome. Regards, Samuel Rossille CGI www.cgi.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
