bet365 / soap

Make it easy to use SOAP from Erlang
Apache License 2.0
200 stars 74 forks source link

Make use of the namespaces mapping #28

Open fltt opened 7 years ago

fltt commented 7 years ago

Despite being asked for to the user, the namespace mappings are not used to derive records' and types' names -- they all get the erlsom's default value of 'P'. For a small WSDL this may not be a problem, but for a big one with homonymous types defined in different namespaces, it is.

hez commented 5 years ago

Worked for us, thanks @fltt ! <3