Changeset 1453
- Timestamp:
- 02/23/05 22:58:12 (4 years ago)
- Files:
-
- trunk/lib/soap/encodingstyle/aspDotNetHandler.rb (modified) (1 diff)
- trunk/lib/soap/encodingstyle/literalHandler.rb (modified) (1 diff)
- trunk/lib/soap/encodingstyle/soapHandler.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/soap/encodingstyle/aspDotNetHandler.rb
r1403 r1453 120 120 121 121 def decode_tag(ns, elename, attrs, parent) 122 # ToDo: check if @textbuf is empty...123 122 @textbuf = '' 124 123 o = SOAPUnknown.new(self, elename) trunk/lib/soap/encodingstyle/literalHandler.rb
r1403 r1453 130 130 131 131 def decode_tag(ns, elename, attrs, parent) 132 # ToDo: check if @textbuf is empty...133 132 @textbuf = '' 134 133 o = SOAPUnknown.new(self, elename, decode_attrs(ns, attrs)) trunk/lib/soap/encodingstyle/soapHandler.rb
r1403 r1453 157 157 158 158 def decode_tag(ns, elename, attrs, parent) 159 # ToDo: check if @textbuf is empty...160 159 @textbuf = '' 161 160 is_nil, type, arytype, root, offset, position, href, id, extraattr =