Jan Henrik Hasselberg
Results
2
comments of
Jan Henrik Hasselberg
I use mocking feature to test my implementation, hopefully my code snippets below illustrate what I mean. Client: ``` ruby require 'savon' module WsEsaOffentlig module V8041_10512 class OffentligServiceClient CDATA_FORMAT =...
Hi, thanks for the suggestion. Actually, savon 2.6.0 depends on nokogiri 1.6.3.1. I got around this issue by using JRuby and Java Axis2 client instead. But I still have a...