1 Reply Latest reply on Oct 31, 2005 12:20 PM by jaikiran

    EJB includes Client of another Web Service - Class not found

    reinholdstrobl

      Hello,

      my stateless ejb includes a Java Class, which uses the Google Web Service to search. But when the ejb calls the Java Class, it got the following error:
      Exception in thread "main" javax.xml.rpc.soap.SOAPFaultException: Unexpected Error; nested exception is:
      java.lang.NoClassDefFoundError: javax/xml/rpc/Service.


      It seems, that during execution on the server, the "Service" class cannot be found. Thanking you in advance!