ACTOR attribute
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns the value of the actor attribute for the SOAP-header-entryref object as a URL. Identifies the recipient of a header element.
Data type: CHARACTER
Access: Read-only
Applies to: SOAP-header-entryref object handle
If the SOAP-header-entryref object does not contain an actor attribute, this attribute returns the empty string.
Note: In SOAP Version 1.2,
the ROLE attribute replaces the SOAP Version 1.1 ACTOR
attribute. The AVM automatically assigns the value of the ACTOR
attribute to the ROLE attribute when accessing a SOAP Version 1.2
Web service.