Salesfoce Integration

We have a requirement where we are required to establish a connection between Appian and Salesforce using an Enterprise WSDL. Appian documentation suggests use of Partner WSDLs and does not specify Enterprise WSDL support. Has anyone faced an issue of this kind? What could be a work around for this?

  Discussion posts and replies are publicly visible

Parents
  • Hi arjunm922,

    Enterprise / Partner WSDL actually exposes a bunch of operations to log in, query data, insert, etc.,

    I believe Appian Salesforce functions are kind of wrapper utilities around these Web Service calls.

    In your scenario, I think it would just be calling the required operations on the Web Service (WSDL) using Appian's webservicequery(), webservicewrite() and Call Web Service Smart Service. Just another consumption of a SOAP Web Service really.



    Thank you,
    Arun
Reply
  • Hi arjunm922,

    Enterprise / Partner WSDL actually exposes a bunch of operations to log in, query data, insert, etc.,

    I believe Appian Salesforce functions are kind of wrapper utilities around these Web Service calls.

    In your scenario, I think it would just be calling the required operations on the Web Service (WSDL) using Appian's webservicequery(), webservicewrite() and Call Web Service Smart Service. Just another consumption of a SOAP Web Service really.



    Thank you,
    Arun
Children