In which order do LogicalHandlers and SOAPHandlers configured on a Web Service endpoint
execute on an incoming message ? (Choose one)
A.
SOAPHandlers in the order specified in configuration are executed first and later the
LogicalHandlers specified in the order get executed
B.
LogicalHandlers in the order specified in configuration are executed first and later the
SOAPHandlers specified in the order get executed
C.
All the handlers are executed in the order specified in the configuration
D.
All the handlers are executed in the reverse order specified in the configuration.
Explanation:
This is incoming message , correct answer is D
No, the correct answer is A.
In the incoming message the SOAPHandlers handlers are executed in the reverse order specified in the configuration than LogicalHandlers (also in the reverse order)