1 Reply Latest reply on Aug 31, 2010 11:54 AM by elfuhrer

    SOAP Error

    elfuhrer

      I have created an API to access Zimbra's soap, my test cases just work fine, I'm using axis for that purpose. Now when I integrate the API within any seam action I get the following exception:


      Exception during request processing:
      Caused by javax.el.ELException with message: "java.lang.reflect.InvocationTargetException"



      Tracing back the code it shows that the exception is being thrown when the SOAP message header is being built.


      Any idea of what might be going on? Could it be the packaging? duplicate jars?


      I'm clueless in here.