Transform SOAP/WSDL descriptions to formats of your choice
yarn global add soap-converter
# npm i -g soap-converter
soap-converter
as globalsoap-converter
Usage: soap-converter [options]
Options:
-i, --input <url> wsdl url (e.g. http://example.com/service.svc?wsdl)
-t, --target <Postman|SwaggerJSON|SwaggerYAML> target type
-o, --output <file> output file (e.g. ~/output.json)
-k, --api-key-header <name> specify an apiKey header name (e.g. 'X-API-Key')
--use-security enable generating wssecurity
--use-ibm-datapower-gateway enable IBM DataPower Gateway headers (default: false)
--no-examples disable generating examples
--no-inline-attributes disable inline attributes
-h, --help output usage information
Example: soap-converter --input http://example.com/service.svc\?wsdl --target SwaggerJSON --output ~/service.swagger.json --api-key-header X-API-Key
MIT - Anh Thang Bui