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
dai.odaharadai.odahara 

Service Inteface

Gentlemen, this might be a meaningless question, but is it possible for salesforce to have other web service interface like restful, protocol buffer, etc? Is there only way to use Soap-based web service?
RickyGRickyG
dai -

Nope, not meaningless - even I can understand it <g>.

Apex includes an HTTP class you can use for RESTful services - it's in the doc.

Hope this helps.