Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

soap generate wrong interface for WSDL with overloaded functions #19

Open
kpy3 opened this issue Dec 8, 2016 · 1 comment
Open

soap generate wrong interface for WSDL with overloaded functions #19

kpy3 opened this issue Dec 8, 2016 · 1 comment

Comments

@kpy3
Copy link
Contributor

kpy3 commented Dec 8, 2016

Hello,

just found soap generates multiple equals functions (the only difference is specs) from WSDL with the same overloaded RPC calls. This ends up with errors during compilation like:

api_client.erl:48: spec for 'CardIssueRequest'/3 already defined
api_client.erl:51: function 'CardIssueRequest'/3 already defined
api_client.erl:54: spec for 'CardIssueRequest'/3 already defined
api_client.erl:57: function 'CardIssueRequest'/3 already defined

After removing duplicate lines from erlang file and editing specs it works fine.

@cmullaparthi
Copy link
Contributor

Could you post the WSDL which caused this please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants