soap4r
- URL
- http://dev.ctor.org/soap4r
- Author(s)
- NAKAMURA, Hiroshi
- Summary
- An implementation of SOAP 1.1 for Ruby.
Comments
soap4r
(1.5.8)
is Working
for Mike Miller (GNU/Linux, about 1 year ago)
Rubyjedi's soap4r fork on Github works. http://github.com/rubyjedi/soap4r
soap4r
(1.5.8)
is Failing
for Paul Hepworth (Mac OSX, about 1 year ago)
.../.bundle/gems/gems/soap4r-1.5.8/lib/xsd/charset.rb:13: warning: variable $KCODE is no longer effective
.../.bundle/gems/gems/soap4r-1.5.8/lib/xsd/charset.rb:132: warning: encoding option is ignored - NONE
.../.bundle/gems/gems/soap4r-1.5.8/lib/xsd/charset.rb:137: warning: encoding option is ignored - NONE
.../.bundle/gems/gems/soap4r-1.5.8/lib/xsd/charset.rb:137:in `initialize': invalid multibyte escape: /\A(?:[\x9\xa\xd\x20-\x7F]|(?:[\x8E\xA1-\xFE][\xA1-\xFE])|(?:\x8F[\xA1-\xFE][\xA1-\xFE]))*\z/ (RegexpError)
soap4r
(1.5.8)
is Failing
for Danny Armstrong (GNU/Linux, about 1 year ago)
Version 1.5.8 of soap4r gem fails with RegexpError: invalid multibyte escape: /\A(?:[\x9\xa\xd\x20-\x7F]|(?:[\x8E\xA1-\xFE][\xA1-\xFE])|(?:\x8F[\xA1-\xFE][\xA1-\xFE]))*\z/
soap4r
(1.5.8)
is Failing
for Andy Lynch (Mac OSX, about 1 year ago)
RegexpError: invalid multibyte escape: /\A(?:[\x9\xa\xd\x20-\x7F]|(?:[\x8E\xA1-\
xFE][\xA1-\xFE])|(?:\x8F[\xA1-\xFE][\xA1-\xFE]))*\z/
soap4r
(1.5.8)
is Failing
for Eric Allen (Mac OSX, over 2 years ago)
soap4r
(1.5.8)
is Failing
for Dan Sketcher (GNU/Linux, over 2 years ago)
Might be worth checking out http://github.com/spox/soap4r-spox
soap4r
(1.5.8)
is Failing
for tomer doron (Mac OSX, over 2 years ago)
i monkey patched and it partially works (not fully, but enough for my usage)
details here:
http://tomerdoron.blogspot.com/2009/10/fixing-soap4r-for-ruby-19.html
soap4r
(1.5.8)
is Failing
for Fredrik Boström (Mac OSX, over 2 years ago)
Shay's git version as of today won't compile (using ruby install.rb) since it requires ftools which, to my understanding, is deprecated in 1.9.
soap4r
(1.9.1rc2)
is Failing
for Xavier Shay (Mac OSX, over 2 years ago)
no, I'm sparticus! Needed an extra fix to stop the "invalid multibyte escape"
http://github.com/xaviershay/soap4r/tree/master
soap4r
(1.5.8)
is Failing
for Scott Diedrick (Mac OSX, over 2 years ago)
Various errors. Got a version working and added it to GitHub:
soap4r
is Failing
for NoNZero (Mac OSX, over 3 years ago)
invalid multibyte escape: /\A(?:[\x9\xa\xd\x20-\x7F]|(?:[\x8E\xA1-\xFE][\xA1-\xFE])|(?:\x8F[\xA1-\xFE][\xA1-\xFE]))*\z/
soap4r
(1.5.8)
is Failing
for Josh Goebel (Mac OSX, over 3 years ago)
/Users/jgoebel/.gem/ruby/1.9.1/gems/soap4r-1.5.8/lib/xsd/charset.rb:137:in `initialize': invalid multibyte escape: /\A(?:[\x9\xa\xd\x20-\x7F]|(?:[\x8E\xA1-\xFE][\xA1-\xFE])|(?:\x8F[\xA1-\xFE][\xA1-\xFE]))*\z/ (RegexpError)
soap4r
(1.5.8)
is Failing
for Will Weidendorf (Mac OSX, over 3 years ago)
Fails With:
RegexpError: invalid multibyte escape: /\A(?:[\x9\xa\xd\x20-\x7F]|(?:[\x8E\xA1-\xFE][\xA1-\xFE])|(?:\x8F[\xA1-\xFE][\xA1-\xFE]))*\z/
soap4r
(1.5.8)
is Failing
for Reid Lynch (Mac OSX, over 3 years ago)
require 'soap/rpc/driver'
RegexpError: invalid multibyte escape: /\A(?:[\x9\xa\xd\x20-\x7F]|(?:[\x8E\xA1-\xFE][\xA1-\xFE])|(?:\x8F[\xA1-\xFE][\xA1-\xFE]))*\z/

soap4r (1.5.8) is Failing
for Jonathon (GNU/Linux, about 1 year ago)