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

Allow soap.createClient to create a new SOAP client from a WSDL string #1191

Merged
merged 1 commit into from Aug 17, 2022

Conversation

ckuijjer
Copy link
Contributor

Currently soap.createClient can create a new SOAP client from a WSDL url or local filesystem path. Creating a new SOAP client from a string containing the WSDL isn't supported.

This PR extends the open_wsdl function to detect a XML string being passed to it, and if so directly creates a WSDL based on it (instead of first loading the definition from file or uri)

@jsdevel jsdevel merged commit aac37bd into vpulim:master Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants