lib/soap/soap.rb in soap4r_es-0.0.6 vs lib/soap/soap.rb in soap4r_es-0.0.7

- old
+ new

@@ -14,10 +14,10 @@ module SOAP -Version = "0.0.1" #SOAP::VERSION::STRING # evaluates to 'SOAP4R-NG 2.0.2' or later +Version = SOAP::VERSION::STRING # evaluates to 'SOAP4R-NG 2.0.2' or later PropertyName = 'soap/property' EnvelopeNamespace = 'http://schemas.xmlsoap.org/soap/envelope/' EncodingNamespace = 'http://schemas.xmlsoap.org/soap/encoding/' LiteralNamespace = 'http://xml.apache.org/xml-soap/literalxml'