diff --git a/dictionaries/PropertyMap.php b/dictionaries/PropertyMap.php index b59af717a..490d7c1a1 100644 --- a/dictionaries/PropertyMap.php +++ b/dictionaries/PropertyMap.php @@ -527,4 +527,12 @@ return [ 'timestamp' => 'int', 'headers' => 'array|null', ], + 'soapfault' => [ + 'faultcode' => 'string', + 'faultstring' => 'string', + 'faultactor' => 'string', + 'detail' => 'string', + '_name' => 'string', + 'headerfault' => 'string', + ], ];