Re: when using useOriginalwsdl true get class not found error
John Mason <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <-7633998720041915289@unknownmsgid> |
> I get this error when I try to set the useOriginalwsdl true. The WSDL > that I have added was generated by axis. I just saved and added to my > META_INF. I did add the wsdl to the META-INF as well. I have checked > the jar files and i have wsdl4j-1.6.2.jar in the lib directory. I have > tried to deploy to both websphere and tomcat, same error on both. > Using axis2-1.6.2. > > Error: java.lang.NoSuchMethodError: > javax.wsdl.Operation.getExtensionAttributes()Ljava/util/Map > > Any ideas. > > Thanks > > John