how to use integrations in connectivty

please any one tell me about integrations concept

* how to build integration...etc

  Discussion posts and replies are publicly visible

Parents
  • Hi deviratnamv,

    In web Application we have client and server Architecture ,client will make a request to server to get the response

    same way in Web Service we have consumer(client) ,Provider(Server) .consumer make a request to provider.

    if you have created a provider using(WEB API) for REST (or) Soap based Webs ervice(WSDL) to test those services we have to use Integrations(consumer) .

    Before Integrations we have http Query, web service Query to test the services

    In the Integration option you need to provide the URL (provider who developed they will provider the URL)
    for Authentication: create Connection systems object there you provide the Credentials which represents the service (ex:third party credentials where the provider is hosted) these will be centralized credentials

    and
    you need to add the headers in which format you need to recieve data from the provider(either XML/JSON)
Reply Children
No Data