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

Introduce WSDL CLI tools #4

Merged
merged 2 commits into from
Jan 28, 2022
Merged

Introduce WSDL CLI tools #4

merged 2 commits into from
Jan 28, 2022

Conversation

veewee
Copy link
Member

@veewee veewee commented Jan 28, 2022

Q A
Type feature
BC Break no
Fixed issues

Summary

Introduces a new set of CLI tools for working with WSDLs.
For now:

  • Flatten remote or local WSDL files.
  • Validate WSDL file syntax based on included XSD files
wsdl-tools 1.0.0

Available commands:
  completion  Dump the shell completion script
  flatten     Flatten a remote or local WSDL file into 1 file that contains all includes.
  help        Display help for a command
  list        List commands
  validate    Run validations a (flattened) WSDL file.

Screenshot 2022-01-28 at 10 58 56
Screenshot 2022-01-28 at 10 59 29

@veewee veewee added the enhancement New feature or request label Jan 28, 2022
@veewee veewee added this to the 1.2.0 milestone Jan 28, 2022
@veewee veewee merged commit 54af50a into php-soap:main Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant