You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the WSDL meets the "invalid" criteria when loading, Savon attempts to call an "invalid!" method that does not appear to be defined in the current gem (0.5.2).
require 'savon'
proxy = Savon::Client.new "https://test-api.geotrust.com/webtrust/query.jws?WSDL"
proxy.wsdl.soap_actions
D, [2009-11-30T15:58:46.389373 #40297] DEBUG -- : Retrieving WSDL from: https://test-api.geotrust.com/webtrust/query.jws?WSDL
warning: peer certificate won't be verified in this SSL session
NoMethodError: undefined method `invalid!' for #<Savon::WSDL:0x102319540>
from /Library/Ruby/Gems/1.8/gems/savon-0.5.2/lib/savon/wsdl.rb:44:in `wsdl_response'
The text was updated successfully, but these errors were encountered:
thanks for taking the time to submit a patch. but i would prefer if you could fork the dev branch of savon, add your patch and tests(!) and send me a pull request. this way i can assure your patch does not break any existing wsdl documents. cause appart from your wsdl, it parses dozens of others just fine.
also if you could add you wsdl document to the test fixtures, all users would benefit from your patch. of course you can mask actual uri's, company names and such.
If the WSDL meets the "invalid" criteria when loading, Savon attempts to call an "invalid!" method that does not appear to be defined in the current gem (0.5.2).
The text was updated successfully, but these errors were encountered: