Integration Server 10.15 | Web Services Developer’s Guide | Web Service Authentication and Authorization | ACL Checking Scenarios for Consumer Web Service Descriptors While Processing Asynchronous Responses
 
ACL Checking Scenarios for Consumer Web Service Descriptors While Processing Asynchronous Responses
Important:
This information only applies to a consumer web service descriptor that is created in Integration Server 9.0 or later and has the Pre-8.2 compatibility mode property set to false.
The following tables identify the various combinations of the ACL checking results for a consumer web service descriptor, its handler services, and response services.
Note:
For the JMS transport, Integration Server proceeds as if the transport credentials are provided and valid.
Transport Credentials Provided?
Message Credentials Provided?
WSD ACL Result
Response Handler ACL Result
Response Handler Executes?
Behavior
No
No
Fail
NA
No
2
No
No
Pass
Fail
No
2
No
No
Pass
Pass
Yes
1
No
Yes
Fail
NA
No
2
No
Yes
Pass
Fail
No
2
No
Yes
Pass
Pass
Yes
1
Yes
No
Fail
NA
No
2
Yes
No
Pass
Fail
No
2
Yes
No
Pass
Pass
Yes
1
Yes
Yes
Fail
NA
No
2
Yes
Yes
Pass
Fail
No
2
Yes
Yes
Pass
Pass
Yes
1
Yes, but incorrect
NA
NA
NA
No
2
Behavior
Description
1
Response service executes if the user is authorized to access the response service.
2
Integration Server executes the genericFault_Response service with the pipeline containing a SOAP fault if the user is authorized to access the genericFault_Response service. Otherwise, Integration Server logs an error.