Is there a way to allow authentication in Domino webservices? If so, how would I do it?
IBM has an example here. There are other options.
Another way in JAVA would be:
ServiceBindingStub stub = (WebServiceBindingStub) new ServiceLocator().getWebServicePort(portAddress);
stub.setSSLOptions(PortTypeBase.NOTES_SSL_ACCEPT_SITE_CERTS + PortTypeBase.NOTES_SSL_ACCEPT_EXPIRED_CERTS);
stub.setUsername(usr);
stub.setPassword(pwd);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With