soap4r_es 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/soap/encodingstyle/handler.rb +1 -1
- data/lib/soap/mapping/literalregistry.rb +1 -2
- data/lib/soap/rpc/httpserver.rb +1 -1
- data/lib/soap/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d8e6db4dddcf9833251edef3bf6e286711b905b
|
4
|
+
data.tar.gz: ef31e617f675226adc54e04c596ffce5934c8fb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eeafef75cb6b355422bfb6fd8264abf66875c79826a488a40e0e2a542be999bb952cc5003d28c8bb26b4132b4ed76b2a8dad57b9ca6e754b4bf0c1f738a1c80d
|
7
|
+
data.tar.gz: 1615a75da15627ffbad27b47dc1920bbbb023dba1bae27458cf3d86ea713dd0870800c3c70f9fbe6588ca8e5cc7fb33ea5b5a29807514463061d6581edec1e19
|
@@ -13,7 +13,6 @@ require 'soap/mapping/typeMap'
|
|
13
13
|
require 'xsd/codegen/gensupport'
|
14
14
|
require 'xsd/namedelements'
|
15
15
|
|
16
|
-
|
17
16
|
module SOAP
|
18
17
|
module Mapping
|
19
18
|
|
@@ -141,7 +140,7 @@ private
|
|
141
140
|
ele.type = definition.type
|
142
141
|
if definition.basetype or Mapping.root_type_hint
|
143
142
|
Mapping.reset_root_type_hint
|
144
|
-
ele.force_typed =
|
143
|
+
ele.force_typed = false
|
145
144
|
end
|
146
145
|
end
|
147
146
|
if qname.nil? and definition.elename
|
data/lib/soap/rpc/httpserver.rb
CHANGED
@@ -27,7 +27,7 @@ class HTTPServer < Logger::Application
|
|
27
27
|
|
28
28
|
attr_proxy :mapping_registry, true
|
29
29
|
attr_proxy :literal_mapping_registry, true
|
30
|
-
attr_proxy :generate_explicit_type,
|
30
|
+
attr_proxy :generate_explicit_type, false
|
31
31
|
attr_proxy :use_default_namespace, true
|
32
32
|
|
33
33
|
def initialize(config)
|
data/lib/soap/version.rb
CHANGED