Simon Dahlbacka
Simon Dahlbacka
``` require 'bundler/inline' gemfile do source 'https://rubygems.org' gem 'savon', '2.12.1' gem 'wasabi', '3.6.1' end wsdl = Wasabi.document File.read("AFO.wsdl") pp wsdl.namespace pp wsdl.operations[:lst_sindiv] pp wsdl.parser.namespaces[wsdl.operations[:lst_sindiv].fetch(:namespace_identifier)] pp client = Savon.client(wsdl: 'AFO.wsdl', log:...
So as a workaround i can specify a global `namespace` option (unless having to use more than one), but it seems redundant having to do so.
That seems to work, yes. Thanks From: Aleksandr Rybolovlev ***@***.***> Date: Wednesday, 1. June 2022 at 19.16 To: hashicorp/terraform-provider-kubernetes ***@***.***> Cc: Simon Dahlbacka ***@***.***>, Mention ***@***.***> Subject: Re: [hashicorp/terraform-provider-kubernetes] kubernetes_manifest:...
Possibly it was due to the topic already existing, but not certain
I got it to work by escaping the comma, in terraform using `\\,` and thus probably `\,` on the command line
so, yeah I missed something since travis failed. I'll investigate
changing to use kw args should not be hard, but will that have an impact on supported rubies?
Unfortunately it does not look to be that simple. I tested with the following diff on 2.5.1 ```diff --git a/lib/phobos.rb b/lib/phobos.rb index 558ca1a..d4694d8 100644 --- a/lib/phobos.rb +++ b/lib/phobos.rb @@ -90,9...
For now, I went with https://github.com/stakater/Reloader (with `--reload-strategy=annotations`)
This issue is still relevant, but it seems the project might be dead