RE: .invoke(...) returns null from JSP

2001-06-21 Thread Matthew J. Duftler
Hi Troy, Please post the wire-dumps so we can see what is coming back. Thanks, -Matt > -Original Message- > From: Troy Beacleay [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 4:47 PM > To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' > Subj

.invoke(...) returns null from JSP

2001-06-20 Thread Troy Beacleay
Response resp = call.invoke (new URL( SOAPServerURL ), "blah blah" ); Is in a test SOAP class, that works perfectly from a command line test harness. However, from a JSP page (tomcat 3.2) the line returns null and doesn't throw an exception. The invoke actually happens because I can see the r