22ee8b6602 | ||
---|---|---|
commands | ||
lib | ||
resources | ||
test | ||
.eslintrc | ||
.gitignore | ||
.jshintrc | ||
.npmignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
index.js | ||
package.json |
README.md
sfdx-wsdl2apex-plugin
A plugin that lets you convert WSDL into Apex classes. Makes use of WSDL2Apex for the heavy lifting.
Setup
This plugin requires the Salesforce CLI.
Install as plugin
Install plugin: sfdx plugins:install sfdx-wsdl2apex-plugin
Install from source
-
Clone the repository:
git clone git@github.com:wadewegner/sfdx-wsdl2apex-plugin.git
-
Install npm modules:
npm install
-
Link the plugin:
sfdx plugins:link .
Use
Convert: sfdx waw:apex:wsdl:convert -p resources/parks.xml -d out