Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superfell/wsdl2zksforce
Code generator for ZKSforce
https://github.com/superfell/wsdl2zksforce
Last synced: about 1 month ago
JSON representation
Code generator for ZKSforce
- Host: GitHub
- URL: https://github.com/superfell/wsdl2zksforce
- Owner: superfell
- Created: 2013-11-25T00:59:38.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T15:23:41.000Z (over 1 year ago)
- Last Synced: 2023-08-09T17:12:00.816Z (over 1 year ago)
- Language: Scala
- Size: 387 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WSDL2ZKSforce
Code generator for ZKSforce
This is a scala script that generates code for inclusion with ZKSforce from the partner.WSDL, this helps (me) not to have to write lots of boiler plate code, and to more easily support new additions to the Salesforce Partner API.
You do NOT need to use this if you want to use ZKSforce, just grab ZKSforce and go, this is just used to update it to newer API versions as they are released.
The script assumes that both WSDL2ZKSforce and ZKSforce are checked out to peer directories.
run with `sbt run`