Changeset 537
- Timestamp:
- 06/29/02 12:37:52 (6 years ago)
- Files:
-
- trunk/lib/soap/baseData.rb (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/soap/baseData.rb
r526 r537 104 104 105 105 ### 106 ## Basicdatatypes.106 ## Convenience datatypes. 107 107 # 108 108 class SOAPReference < NSDBase … … 182 182 183 183 # SOAPRawString is for sending raw string. In contrast to SOAPString, 184 # SOAP4R does not do XML encoding and does not co vert its CES. The string it185 # holds is embedded to XML instance directly as 'xsd:string'.184 # SOAP4R does not do XML encoding and does not convert its CES. The string it 185 # holds is embedded to XML instance directly as a 'xsd:string'. 186 186 class SOAPRawString < XSDString 187 187 include SOAPBasetype … … 189 189 end 190 190 191 192 ### 193 ## Basic datatypes. 194 # 191 195 class SOAPString < XSDString 192 196 include SOAPBasetype