What is the right syntax of the actor attribute ?
-
soap:actor="URI"
-
SOAP:actor="URI"
-
soap:actor='URI';
-
actor="URI"
A
Correct answer
Explanation
The correct syntax for the actor attribute is soap:actor="URI" (lowercase 'soap' with a colon). The actor attribute identifies the intended recipient of a header block. SOAP conventions use lowercase for the namespace prefix, and the attribute value is a URI without a trailing semicolon.