Перейти к файлу
Wade Wegner 22ee8b6602 0.1.0 2017-09-04 12:19:58 -07:00
commands Created resource-meta.xml files 2017-09-04 12:19:18 -07:00
lib Working app 2017-09-04 11:26:52 -07:00
resources Working app 2017-09-04 11:26:52 -07:00
test Fixing tests 2017-09-04 11:34:54 -07:00
.eslintrc Working app 2017-09-04 11:26:52 -07:00
.gitignore Created resource-meta.xml files 2017-09-04 12:19:18 -07:00
.jshintrc Working app 2017-09-04 11:26:52 -07:00
.npmignore Working app 2017-09-04 11:26:52 -07:00
.travis.yml Working app 2017-09-04 11:26:52 -07:00
LICENSE Working app 2017-09-04 11:26:52 -07:00
README.md Updated README 2017-09-04 11:27:40 -07:00
index.js Working app 2017-09-04 11:26:52 -07:00
package.json 0.1.0 2017-09-04 12:19:58 -07:00

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

  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