Integration Server 10.15 | Web Services Developer’s Guide | Web Service Authentication and Authorization | ACL Checking Scenarios for Consumer Web Service Descriptors
 
ACL Checking Scenarios for Consumer Web Service Descriptors
The following table identifies the various combinations of the ACL checking results for a consumer web service descriptor and its handler services.
Note:
The following table assumes that the user-supplied credentials passed the ACL check for the web service connector. If the user-supplied credentials did not pass the ACL check, Integration Server does not perform ACL checking for the consumer web service descriptor or its handler services.
WSD ACL Result
Handler ACL Result
Outbound Callback Service ACL Result
SOAP Fault Returned?
Exception Thrown?
Behavior
Pass
Pass
Pass
NA
NA
Integration Server executes the request handler services and outbound callback service.
Pass
Fail
NA
No
Yes
Integration Server returns a SOAP fault with the message: [ISS.0088.9433] Access denied to Handler Service <handlerServiceName> in the Handler Chain
Fail
NA
NA
Yes
No
Integration Server returns a SOAP fault with the message: [ISS.0088.9164] Access to WSDescriptor <webServiceDescriptorName> denied.
Pass
Pass
Fail
No
Yes
Integration Server logs an error in the error logs with the message IST [ISC.0088.9998E] Exception [ISS.0084.9004] Access Denied and the processing will continue without interruption.