# File lib/soap/mapping/factory.rb, line 151 151: def obj2soap(soap_class, obj, info, map) 152: if !@allow_original_mapping and !obj.instance_variables.empty? 153: return nil 154: end 155: soap_obj = nil 156: begin 157: soap_obj = soap_class.new(obj) 158: rescue XSD::ValueSpaceError 159: return nil 160: end 161: if @allow_original_mapping 162: # Basetype except String should not be multiref-ed in SOAP/1.1. 163: mark_marshalled_obj(obj, soap_obj) 164: end 165: soap_obj 166: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.