NoClassDEfFoundError while Using AXis with Lotus notes 6.5
问题 I am trying to use APACHE-AXIS framework in Lotus notes 6.5. I did: Created java library in Script library created the Java files from WSDL and added to the library added xml-apis.jar to the library. Now i created an agent an added the created library to it. See Agent code below: import lotus.domino.*; import java.net.URL; import javax.xml.namespace.QName; import javax.xml.parsers.ParserConfigurationException; import org.apache.axis.client.*; public class JavaAgent extends AgentBase { public