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

List operations from WSDL #14

Closed
Nitrino opened this issue Jan 12, 2018 · 1 comment
Closed

List operations from WSDL #14

Nitrino opened this issue Jan 12, 2018 · 1 comment
Milestone

Comments

@Nitrino
Copy link
Member

Nitrino commented Jan 12, 2018

The function returns a list of all actions that can be called from the passed wsdl

{:ok, wsdl} = Soap.init_model("wsdl_path")
SOAP.operations(wsdl)
["sendMessage", ...]
@Nitrino Nitrino added this to the v0.2 milestone Jan 12, 2018
@astorre88
Copy link
Contributor

Got it!

This was referenced Jan 13, 2018
@sigmen sigmen closed this as completed Jan 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants