A client sends a required SOAP header in a SOAP message. The server-side process determines
that information in the header is invalid and generates a SOAP fault. What is the appropriate fault
code for this type of SOAP fault? (Choose one)
A.
Client
B.
Server
C.
MustUnderstand
D.
VersionMismatch
E.
HeaderError
F.
InvalidHeader
Explanation:
I believe C will work here
A is correct. It’s client’s fault. Client sent invalid message.