Integration Methodology?

I'm trying to integrate an external system (e.g., CRM, ERP) with Appian but I'm not sure which integration method is best. SOAP, REST, or something else?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    hi   you can use SOAP if : The external system provides SOAP-based web services, You need strong typing and formal contracts for communication, WS-Security features are required for secure communication.

    You can use REST if: The external system provides RESTful APIs, You prefer lightweight and flexible communication, Your integration involves CRUD operations on resources.

Reply
  • 0
    Certified Senior Developer

    hi   you can use SOAP if : The external system provides SOAP-based web services, You need strong typing and formal contracts for communication, WS-Security features are required for secure communication.

    You can use REST if: The external system provides RESTful APIs, You prefer lightweight and flexible communication, Your integration involves CRUD operations on resources.

Children
No Data