Guess what....problem was DNS. Forgot to update my /etc/hosts file and it was hanging during a host lookup. Problem revealed as I was installing Apache AXIS :). Usually the "weird" problems end up being something simple so I can't say I'm surprised :).
Rich... -----Original Message----- From: Richard Wareing [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 10:41 AM To: [EMAIL PROTECTED] Subject: Weird: No Longer Sends Any SOAP Responses Well, I was working happily with Apache Soap along with ksoap (on a mobile handheld device), and they were talking to each other quite fine. Then after the weekend I came back to work on things again, and boom Apache Soap wouldn't give me any more SOAP (XML) responses. For example, something as simple as a ServiceMangerClient list command simply sits there forever. The deploy command is similar. I know they get TO the SOAP server as the commands are indeed executed on the server side, but Apache SOAP refuses to send back any SOAP responses. After recognizing that attempts at fixing this were proving futile, I blew the whole install of Apache Tomcat and Apache SOAP, reinstalled from scratch. Guess what? Same problem :(. Anyone else have any ideas? :) My last resort is nuking Linux and re-installing that, however I'd rather not stoop to such a Microsoft solution to the problem :). Rich...