Hello All,
I have created on web service consumers.
In a LotusScript agent I have this following code
Dim objWSDL As New SMS_Receive_Confirm_ServiceSoap_n1
Dim objresult As New EmailOptOutConfirmResponse_n1
uid=“xyz”
psw=“12345678”
Call objWSDL.Setcredentials(uid, psw)
Set objresult=objWSDL.Optoutemail(“abc.def@yahoo.com”)
While I am running this code I am getting “(401) unauthorized” from server console. Web service is secured through the Active Directory authentication. When I am removing all authentication from web service, it is working fine. Here I am using one service account for securing this web service.
Can any one help me on this, what is the issue.
Thanks and regards,
Sandip