Activity Forums Salesforce® Discussions What is a Callout in Salesforce?

  • Anuj

    Member
    January 27, 2020 at 1:14 PM

    Hi Shubham,

    Apex callout is used to integrate Salesforce application with other application .

    Salesforce provide Two  types of Services to do that.

    1.SOAP API uses WSDL file to store information in the form of XML .

    2.REST API  uses HTTP protocols to send request to other application and Recieve information  from Other applications in the JSON format and XML both.

     

Log In to reply.