function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ShinShin 

Salesforce SOA for REST web services?

I heard about Salesforce SOA that enables to invoke outer web services from salesforce. They said that Salesforce SOA will have the feature to create apex SOAP web services client stub from WSDL. But how about REST calls ?

Because the demonstration is showing the integration with Google Docs&Spreadsheet, and Google's GData service is kind of REST interface, I expect that it might have the other way to invoke them.


Shin

mtbclimbermtbclimber
Thanks for the interest. There are plans to do this but timing is TBD.
Ron HessRon Hess
That demo ( salesforce writing / reading Google Data API) was done using AJAX Proxy feature, not Apex Code.
This feature should be available soon, but it's not yet enabled in developer orgs.

I'll be posting sample code for this Javascript code <--> REST on the WIKI next week.