soap4r
soap4r copied to clipboard
Soap4R-ng is Soap4R for Ruby 1.8 thru 2.4 and Beyond
Ruby 3.2 introduced a deprecation of the third positional parameter for encoding: https://github.com/ruby/ruby/commit/7e8fa06022a9e412e3f8e6c8b6f0ba1909f648d5 The argument was then removed in Ruby 3.3: https://github.com/ruby/ruby/commit/04cfb26bd394b8e92f24f18799f5e9fc96b2ea69 ``` ArgumentError: wrong number of arguments (given 3,...
I encountered a problem when trying to use Ruby 3.2.2 in conjunction with the soap4r-ng gem. It seems that there is an incompatibility that prevents the gem from working correctly...
I get the error that logger-application is missing. ``` $ sudo gem install soap4r-ng [sudo] password for shorowit: Fetching: soap4r-ng-2.0.4.gem (100%) Successfully installed soap4r-ng-2.0.4 Parsing documentation for soap4r-ng-2.0.4 Installing ri...
Add the necessary tweaks to Marshalling code to get Soap4R-ng compatible with Ruby 2.3.
Non-breaking change. Adds `options = {}` argument to `XSD::Mapping::Mapper#obj2xml` and `XSD::Mapping::Mapper#xml2obj` instance methods and `XSD::Mapping.obj2xml` and `XSD::Mapping.xml2obj` module methods. Currently, XML namespaces cannot be customized because the options for the...
I am using an http proxy service (FIXIE) on Heroku that requires a username and password. I've added 4 lines that will pass along the username and password from the...
When installing saop4r-ng from a vendor directory the gemspec file runs git and complains because the gem is not part of a git repository. s.files = `git ls-files lib bin`.split("\n")
I don't study any specification, byt my code works for /usr/bin/xsd2ruby.rb --xsd filter.xsd --mapper --mapping_registry --force --classdef pohoda-xsd --module_path 'PohodaXsd' Old code generate exeption with xsd like: Seznam polí, podle...
Hi Lawrence, Why not speak with rubygems and ask for the ownership of the soap4r gem itself? Wouldn't this gather the community around your efforts. It seems the other forks...
Hi, I would like to know if it is possible to configure HTTPCliente connectiontimout for a executeActionRequest?