RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: rubiii
As far as i know, Soap4r and ActionWebService are the only SOAP server libraries.
Thanks Ryan!
Hey rbritom,
since Savon v0.9.7, the response object comes with a #doc method which returns a (memoized) Nokogiri object:
zipcode = response.doc.css("USzip").inner_text
As far as i know, Soap4r and ActionWebService are the only SOAP server libraries.
Thanks Ryan!
Hey rbritom,
since Savon v0.9.7, the response object comes with a #doc method which returns a (memoized) Nokogiri object:
zipcode = response.doc.css("USzip").inner_text