Code Monkey home page Code Monkey logo

savonrb.github.io's People

Contributors

10io avatar adamnbowen avatar dependabot-preview[bot] avatar dependabot[bot] avatar michaelminter avatar ncreuschling avatar olleolleolle avatar pcai avatar rsutphin avatar rubiii avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

savonrb.github.io's Issues

Migrate to github pages

Github pages offers static website hosting with low ops overhead and maintenance. We don't require a complicated deployment pipeline or hosting configuration to set it up or maintain it. And dealing with fewer services and hosts will minimize the surface area of things to maintain, secure, and update.

Savon: ArgumentError: wrong number of arguments (1 for 2)

Hi, I am new to ruby. I am using savon (2.3.0) with rvm 1.9.2, ruby 1.9.3p0 and Rails 3.2.13. I'm getting an ArgumentError when attempting to initialize a soap client from a local wsdl:

client = Savon::Client.new do |wsdl, http|
wsdl.document = url
http.open_timeout = config.mg2_open_timeout if config.mg2_open_timeout
http.read_timeout = config.mg2_read_timeout if config.mg2_read_timeout
end

ArgumentError: wrong number of arguments (1 for 2)
gems/savon-2.3.0/lib/savon/options.rb:35:in `method_missing'..

Could someone please help in this matter..

Documention should be updated for SSL options

In /source/version2/globals.html.slim, the documention for SSL options reads:

line 122: Sets the SSL cert file to use
line 138: Sets the SSL ca cert file to use

However, these should be updated to read something like:
Sets the SSL cert file to use, or sets the path to the directory that contains the cert file(s).
Sets the SSL ca cert file to use, or sets the path to the directory that contains the ca cert file(s).

The current documentation implies that one must set a specific cert file in the config. However, a path may also be specified. Please refer to http://www.rubydoc.info/gems/httpclient/2.6.0.1/HTTPClient/SSLConfig#add_trust_ca_to_store-instance_method

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.