diff options
Diffstat (limited to 'lib/soap/soap.rb')
-rw-r--r-- | lib/soap/soap.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/soap/soap.rb b/lib/soap/soap.rb index b08282318..ea2b4db2e 100644 --- a/lib/soap/soap.rb +++ b/lib/soap/soap.rb @@ -14,6 +14,7 @@ module SOAP Version = '1.5.2' +PropertyName = 'soap/property' EnvelopeNamespace = 'http://schemas.xmlsoap.org/soap/envelope/' EncodingNamespace = 'http://schemas.xmlsoap.org/soap/encoding/' |