Changeset 533
- Timestamp:
- 05/25/02 09:39:47 (6 years ago)
- Files:
-
- trunk/lib/soap/rpcRouter.rb (modified) (1 diff)
- trunk/lib/soap/soap.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/soap/rpcRouter.rb
r476 r533 1 1 =begin 2 2 SOAP4R - RPC Routing library 3 Copyright (C) 2001 NAKAMURA Hiroshi.3 Copyright (C) 2001, 2002 NAKAMURA Hiroshi. 4 4 5 5 This program is free software; you can redistribute it and/or modify it under trunk/lib/soap/soap.rb
r479 r533 19 19 20 20 21 Version = '1.4. 4'21 Version = '1.4.5' 22 22 23 23 EnvelopeNamespace = 'http://schemas.xmlsoap.org/soap/envelope/'