1 Reply Latest reply on Mar 5, 2004 1:12 AM by ryandeacon

    Axis in jboss-net:

    lexus

      I am using Axis 1.1 (MANIFEST.MF says Implementation-Version: 1.1 1021 June 13 2003) bundled with JBoss 3.2.2 and 3.2.3 as jboss-net service for exposing my steteless EJB's methods via SOAP. When jboss starts, the service(s) work perfectly. However after some time client starts getting "No SOAPAction header!" fault. After JBoss restart, everything works again for a while. This error is like "triggered" on and all subsequent calls are getting this fault. The actual "SOAPAction" header IS present in request and states my bean's name (I have captured the request on wire using ethereal).
      On the net I've found some people experiencing "No SOAPAction header!" problems under heavy load but I could not find any solutions. I'd be happy if someone points me to the right direction.

        • 1. Re: Axis in jboss-net:
          ryandeacon

          I seen to be having a similar problem....although I do not see the "No SOAPAction header!" text anywhere, it seems as though something "times out". I can make the connection to the web service, but when I call the methods, I simply get nothing back....