Skip to content

Commit

Permalink
Update element registry
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Oct 8, 2024
1 parent 19d14f2 commit 9ceaf94
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/XML/element.registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,13 @@
'http://schemas.xmlsoap.org/wsdl/' => [
'definitions' => '\SimpleSAML\WSSecurity\XML\wsdl\Definitions',
],
'http://schemas.xmlsoap.org/wsdl/soap12' => [
'address' => '\SimpleSAML\WSSecurity\XML\soap12\Address',
'binding' => '\SimpleSAML\WSSecurity\XML\soap12\Binding',
'body' => '\SimpleSAML\WSSecurity\XML\soap12\Body',
'fault' => '\SimpleSAML\WSSecurity\XML\soap12\Fault',
'header' => '\SimpleSAML\WSSecurity\XML\soap12\Header',
'headerfault' => '\SimpleSAML\WSSecurity\XML\soap12\HeaderFault',
'operation' => '\SimpleSAML\WSSecurity\XML\soap12\Operation',
],
];

0 comments on commit 9ceaf94

Please sign in to comment.