Re: Problem getting HTTP Basic Authentication working

2004-09-21 Thread David Robison
hat is working correctly. -bill -Original Message- From: David Robison [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 1:01 PM To: [EMAIL PROTECTED] Subject: Problem getting HTTP Basic Authentication working I'm having trouble getting HTTP basic authentication working. I'

RE: Problem getting HTTP Basic Authentication working

2004-09-21 Thread Bill Keicher
access the service from a web browser and see if you can connect that way through your user name and pw...to make sure that is working correctly. -bill -Original Message- From: David Robison [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 1:01 PM To: [EMAIL PROTECTED] Subje

Problem getting HTTP Basic Authentication working

2004-09-21 Thread David Robison
I'm having trouble getting HTTP basic authentication working. I've used the wsdl2java compiler to compile a 3rd party wsdl. Here is my client code: try { ABCWS mbsSoapService = new ABCWSLocator(); URL serviceURL = new URL("http://abc.com/ABCinterface/mbs.asmx";);