eurovat icon indicating copy to clipboard operation
eurovat copied to clipboard

Does not seem to be working with savon 2

Open gerard76 opened this issue 11 years ago • 1 comments

I am getting the error: Some code tries to initialize Savon with the "http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl" (String) Savon 2 expects a Hash of options for creating a new client and executing requests. Please read the updated documentation for version 2: http://savonrb.com/version2.html

gerard76 avatar Mar 21 '13 09:03 gerard76

this error is because you are using a command different a the version of Savon. Test this: client = Savon.client(wsdl: "http://example.com?wsdl")

happy coding Jhonny.

JhonnyJGomez avatar Aug 11 '14 05:08 JhonnyJGomez