elixir-soap/soap

The wsdl file does not get parsed

Opened this issue · 1 comments

Trying to parse de following wsdl file

ws-rca-dev.24broker.ro.xml.txt

I get all lists empty

{:ok,
 %{
   complex_types: [],
   endpoint: "",
   messages: [],
   namespaces: %{},
   operations: [],
   schema_attributes: %{
     element_form_default: "",
     target_namespace: "http://ws-rca-dev.24broker.ro/wsrca"
   },
   soap_version: "1.1",
   validation_types: %{}
 }}

Do you have an hints for me?

Hi,

Did you ever figure this out? I am having the save issue with a wsdl file not parsing.

Justin