Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

download

To generate the Conga Web Services WSDL

  1. Log in to the Salesforce organization that contains your Conga records and data (sandbox or production).
  2. Go to Setup > Develop > Apex Classes (on Lightning, go to Setup > Custom Code > Apex Classes.
  3. Find the Web Service you want to generate the WSDL for (for example, CPQWebService).
  4. Click the WSDL link to generate the WSDL.
    The WSDL XML is generated and displayed in a new tab.


  5. Right-click on the page and select View Page Source. Copy the XML content to any text editor.
  6. Save the file with the extension .wsdl.
  7. Open SoapUI (or wherever is required on your development platform).
  8. Create a new SOAP project and import the Conga Web Services WSDL. All methods under that Web Service are now available to call.
    Note: Refer to the Request/Response XML section for any API in this reference to get the structure of the request and any prerequisite calls required for any API.