sfdx-wsdl2apex-plugin
v0.1.0
Published
A plugin for the SFDX CLI that converts WSDL to Apex classes.
Downloads
3
Maintainers
Readme
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 [email protected]: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