afawcett / apex-toolingapi

Apex wrapper for the Salesforce Tooling API
BSD 3-Clause "New" or "Revised" License
134 stars 98 forks source link

WSDL question #55

Open CSTufts opened 4 years ago

CSTufts commented 4 years ago

gm, I know that this repo is incredibly old and obviously not maintained, but I was wondering as I am trying to do something similar...

Did you take and break down the the Apex2WSDL into separate files so the entire thing would fit into the org?

thanks Chris

afawcett commented 4 years ago

@CSTufts actually the REST version was written by hand - but the SOAP version was hacked from such an approach yes. I believe also JSON2Apex was used in part. @dancinllama can also comment.

dancinllama commented 4 years ago

It's been awhile :), but yes, for the soap version, I had to break it apart into smaller classes. The initial RESTful version, as Andy mentioned was done via JSON2Apex. Hope that helps.