I am getting the same error when a partner is trying to post a https request to our server. The request is getting Denied on our HTTPS port. The port has the service name in the Allow List, the service execute ACL is also set to Anonymous. The IP access is set to Global Access.
Any help would be appreciated.
2014-12-11 13:31:37 MST [ISC.0039.0001D] POST /invoke/folderName.subFolderName.Services:invokeService
2014-12-11 13:31:37 MST [ISS.0053.0003D] Dispatch caught exception in run loop: 0
2014-12-11 13:31:38 MST [ISC.0039.0001D] POST /invoke/folderName.subFolderName.Services:invokeService
2014-12-11 13:31:38 MST [ISS.0053.0003D] Dispatch caught exception in run loop: 0
2014-12-11 13:31:41 MST [ISC.0039.0001D] GET /
2014-12-11 13:31:41 MST [ISC.0038.0002D] → HTTP/1.0 401 [ISS.0084.9004] Access Denied
We encountered this error when attempting to access an HTTPS service that had basic authentication from a .NET WCF client. WCF does not sent a User-Agent.
It seems webMethods requires a User-Agent header.
To workaround the issue, we had to add a message inspector to inject the User-Agent header