About Question enthuware.ocejws.v6.2.109 :
Posted: Sun Nov 02, 2014 9:53 am
Here's the question:
I was wondering if the question meant that the order declared in the handler config file was for the web service ("... Handlers in our Web Service..."), and NOT for the client. The accompanying explanation and graphic seemed to apply to a client scenario, though.
If the explanation (and 'Correct answer') were applied to a client scenario by mistake, can you point out the real answer pls if it was for the server-side as the question seemed to imply??
Code: Select all
We have configured a number of Handlers in our Web Service. This is the order of the handlers in the configuration file (LH means LogicalHandler, SH means SOAPHandler).
1) LH1
2) LH2
3) SH1
4) SH2
During the execution of SOAPHandler 1 (SH1) an error is detected. Hence SH1's handleMessage() returns false. What will be the order of execution in a request/response operation?
Select 1:
a) LH1 - SH1 - LH2 - SH2 - SH2 - LH2 - SH1 - LH1
b) SH1 - SH2 - LH1 - LH2 - LH2 - LH1 - SH2 - SH1
c) LH1 - LH2 - SH1 - SH1 - LH2 - LH1
d) LH1 - LH2 - SH1 - LH2 - LH1
e) SH1
Correct answer: d
If the explanation (and 'Correct answer') were applied to a client scenario by mistake, can you point out the real answer pls if it was for the server-side as the question seemed to imply??