Open chaz8080 opened 5 years ago
The issue seems to be that this particular wsdl has valid namespaces, but none of the prefixes are present. Line 221
of wsdl.ex
prepends the prefixes with the namespaces, and since they aren't there in the wsdl, most of the xpath queries return nothing:
defp ns(name, namespace), do: "#{namespace}:#{name}"
I have a wsdl url that seems to be leaving several fields empty when calling
init_model
: http://services.chromedata.com:80/Description/7a?WSDLSteps to replicate: