abhinavguptas / tolerado-sfdc-wsc-apis

Automatically exported from code.google.com/p/tolerado-sfdc-wsc-apis
2 stars 0 forks source link

Generate and deploy WSC (and Tolerado?) version 21-based jars for download #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Each successive WS API version adds objects that can be leveraged, especially 
within the metadata and Chatter object spaces.

What is required to update Tolerado and its WSC-generated stubs to the latest 
version?  Is it something I can do?

Thanks in advance, Scott

Original issue reported on code.google.com by sc...@mccrory.us on 18 Apr 2011 at 2:56

GoogleCodeExporter commented 9 years ago
Abhinav, would you be able to comment on this request?  The Summer 2011 API 
release will be out before we know it. ;-)

Original comment by sc...@mccrory.us on 9 May 2011 at 5:56

GoogleCodeExporter commented 9 years ago
Hey Scott, if you follow the instructions for running WSDLC in the "Getting 
Started Guide", and run WSDLC against a new API release, it will generate the 
WSC classes. The outer "driver" classes in the Tolerado framework all expose 
the native (generated) Connection objects (e.g. 
ToleradoEnterpriseStub.getEnterpriseBinding()), so you can access any new 
functionality that way. I am pretty sure, unless SFDC changes something really 
fundamental, that this is all you will need to do per release. Hope this helps.

Original comment by jkrayb...@gmail.com on 13 May 2011 at 6:22