We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb4d86 commit 5d47db4Copy full SHA for 5d47db4
src/SOAP12/Constants.php
@@ -21,4 +21,8 @@ class Constants extends \SimpleSAML\XML\Constants
21
* The namespace for SOAP encoding 1.2.
22
*/
23
public const string NS_SOAP_ENC = 'http://www.w3.org/2003/05/soap-encoding';
24
+
25
+ /**
26
+ */
27
+ public const string ROLE_ULTIMATERECEIVER = 'http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver';
28
}
0 commit comments