Re: Problem getting HTTP Basic Authentication working

2004-09-21 Thread David Robison
This also does not seem to work. I am able to connect to the service page via a web browser when I give the username and password. Any other ideas? David Robison Bill Keicher wrote: Hey David, I don't know if this will work for you, but it has worked for me... Instead of: ABCWSSoap mbsSoap = mbsS

RE: Problem getting HTTP Basic Authentication working

2004-09-21 Thread Bill Keicher
Hey David, I don't know if this will work for you, but it has worked for me... Instead of: ABCWSSoap mbsSoap = mbsSoapService.getABCWSSoap(serviceURL); ((ABCWSSoapStub)mbsSoap).setUsername("orci"); ((ABCWSSoapStub)abcSoap).setPassword("orci"); Try something like: ABCWSSoap