| Message: 24302 |
 |
BY: Justin Bailey (m4dc4p) DATE: 2007-06-26 20:31 SUBJECT: RE: Trying to get SOAP working That doesn't seem like an auth error - it more seems like the proxy just blocked the URL (whatever it is).
If you can get hold of the HTTP connection that is being created by Net::HTTP and used in your program, you can hook up some debugging output and see what is happening on the wire. See the "trace_proxy" script included in the test directory of the RubySSPI gem for an example of hwo that is done.
Alternatively, use a tool like Ethereal to capture the packets and inspect them.
In either case, seeing what's on the wire will help you (and me) diagnose the problem. | |