0.1.0 • Published 7 years ago

sfdx-wsdl2apex-plugin v0.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

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

  1. Clone the repository: git clone git@github.com:wadewegner/sfdx-wsdl2apex-plugin.git

  2. Install npm modules: npm install

  3. Link the plugin: sfdx plugins:link .

Use

Convert: sfdx waw:apex:wsdl:convert -p resources/parks.xml -d out