Tolerado for Salesforce WSC release 1.1 out !

A major release 1.1. is done for Tolerado for WSC  APIs today.

Here is a quick list of changes that contributed to this release, like

  • Added support to use all Tolerado stubs with only sessionId and serverUrl in hand. Previously username/password was a must. (Issue 1)

  • Fixed cache sharing issue between enterprise and partner sessions (Issue 2)

  • Added support to use either Product, Developer, Sandbox, Prerelease or Custom Org Type(Enviornment) with Tolerado. Now one can feed in either the Enviornment or the hostname to use for authorizing with Salesforce.

  • Added support to specify Salesforce API version to Tolerado stubs. That means more control if you still want to stuck with previous API version.

  • Tolerado Sobject, internal changes for more flexiblity in extending and changing behavior like caching.

    • Added new method List<XmlObject> getChildrens(String relationshipName)

    • Added final getType(), setType() methods, to get/set SObjectType.

    • Deprecated setAttribute(String attribName) to match with getters like getValue(String) getTextValue(String) etc, we are promoting setValue(String, Object), This method(setAttribute) might be removed in future releases.

  • Simplified design of Tolerado stubs, to facilitate easy extensions.

  • Removed getLoginDriver() from ToleradoSession API contract.

  • ToleradoMetaStub for metadata wsdl, has new recoverable calls like

    • AsyncResult checkStatus(final String asyncProcessId)

    • RetrieveResult checkRetrieveStatus(final String asyncProcessId)

    • AsyncResult deploy(final byte zipFile, final DeployOptions deployOptions)

    • DeployResult checkDeployStatus(final String asyncProcessId)

  • Added logout() call to both Tolerado Partner & Enterprise stubs.

Complete release notes available here.

Any feedback or issues with this new release ? please let me know !

Abhinav Gupta

First Indian Salesforce MVP, rewarded Eight times in a row, has been blogging about Salesforce, Cloud, AI, & Web3 since 2011. Founded 1st Salesforce Dreamin event in India, called “Jaipur Dev Fest”. A seasoned speaker at Dreamforce, Dreamin events, & local meets. Author of many popular GitHub repos featured in official Salesforce blogs, newsletters, and books.

https://abhinav.fyi
Previous
Previous

Is Javascript Remoting == ViewStateLess Visualforce ?

Next
Next

HTTP Compression with Apache Axis, a huge performance boost !