I have a class that implements a SOAP service. In the constructor of that class, I want to make a SOAP call (using the Apache "Call" class) to a different service that is running in the same JVM, and everything hangs. Looking with jdb, it appears that the call is awaiting the response from the doPost(), but the called service is never actually invoked. Neither service can be called at this point from an external client.
Environment: Sun JDK 1.3.1 Tomcat 3.3.1 Apache SOAP 2.3.1 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>