Question:Refer to the statements given below and identify the incorrect element: <s:Envelope xmlns:s="..."> <s:Body> <s:Faults> <faultcode>Client.Authentication</faultcode> <faultstring> Invalid credentials </faultstring> <faultactor>http://acme.com</faultactor> <details> <!-- application specific details --> </details> </s:Fault> </s:Body> </s:Envelope>
A <s:Faults>
B <faultcode>
C <faultstring>
D None of these
+ AnswerA
+ Explanation
+ Report