Kai Lehmann
Kai Lehmann
According to README this is currently not supported. However, I can see some code in the gem for Win32. Would you mind accepting a PR for Win32 support?
The last chapter of the workshop is covering converting stock-quotes app into a WebFlux.fn application. The start branch already contains more or less the final version (almost same as in...
NoMethodError: undefined method `element_children' for nil:NilClass at parser.rb:311:in `sections'
``` ruby d = Wasabi.document File.read 'service.wsdl' d.operations ``` Result: ``` NoMethodError: undefined method `element_children' for nil:NilClass from /home/klehmann/.rvm/gems/jruby-1.7.20@de-mail-ident/gems/wasabi-3.5.0/lib/wasabi/parser.rb:311:in `sections' from /home/klehmann/.rvm/gems/jruby-1.7.20@de-mail-ident/gems/wasabi-3.5.0/lib/wasabi/parser.rb:304:in `section' from /home/klehmann/.rvm/gems/jruby-1.7.20@de-mail-ident/gems/wasabi-3.5.0/lib/wasabi/parser.rb:294:in `schemas' from /home/klehmann/.rvm/gems/jruby-1.7.20@de-mail-ident/gems/wasabi-3.5.0/lib/wasabi/parser.rb:67:in `parse_namespaces' from...