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
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