Sha256: 16278e2254291fc23e05f352652fa96c7d0218a3c6e0b56a9ff350012cceecb6
Contents?: true
Size: 1.08 KB
Versions: 4
Compression:
Stored size: 1.08 KB
Contents
--- !ditz.rubyforge.org,2008-03-06/issue title: Select XML parser at runtime desc: |- XML parsing is done by three different classes: SoapResponse, SoapResponseHpricot, and SoapResponseExpat. The Binding class, in a holdover from the old days, is hard-coded to use SoapResponse. At the very least, we should scan the installed libraries / gems and choose the fastest one available. We might also allow Binding's initializer to pass in a specific parser. type: :task component: rforce release: "0.3" reporter: Ian Dees <undees@gmail.com> status: :closed disposition: :fixed creation_time: 2008-07-23 17:10:22.283059 Z references: [] id: c92d34e10038ba6b9acfd7e3dfb2b154e463baba log_events: - - 2008-07-23 17:10:29.352269 Z - Ian Dees <undees@gmail.com> - created - "" - - 2008-07-28 05:37:48.378891 Z - Ian Dees <undees@gmail.com> - assigned to release 0.3 from unassigned - "" - - 2008-07-28 05:39:05.294916 Z - Ian Dees <undees@gmail.com> - closed issue with disposition fixed - Used the simple fix of seeing which constants are defined and assigning SoapResponse based on that.
Version data entries
4 entries across 4 versions & 3 rubygems