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