Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`