Changeset 155
- Timestamp:
- 06/28/01 20:33:58 (8 years ago)
- Files:
-
- trunk/lib/soap/soap.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/soap/soap.rb
r140 r155 29 29 AttrMustUnderstand = 'mustUnderstand' 30 30 AttrEncodingStyle = 'encodingStyle' 31 AttrActor = 'actor' 32 31 33 AttrRoot = 'root' 32 34 AttrArrayType = 'arrayType' 33 AttrActor = 'actor' 35 AttrOffset = 'offset' 36 AttrPosition = 'position' 34 37 35 38 Base64Literal = 'base64'