elixir-soap / soap

SOAP client for Elixir programming language
MIT License
135 stars 75 forks source link

The wsdl file does not get parsed #86

Open alexandru-calinoiu opened 4 years ago

alexandru-calinoiu commented 4 years ago

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?

justinbkay commented 3 years ago

Hi,

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

Justin