To generate the Conga Web Services WSDL
- Log in to the Salesforce organization that contains your Conga records and data (sandbox or production).
- Go to Setup > Develop > Apex Classes (on Lightning, go to Setup > Custom Code > Apex Classes.
- Find the Web Service you want to generate the WSDL for (for example, CPQWebService).
-
Click the WSDL link to generate the WSDL.
The WSDL XML is generated and displayed in a new tab.
- Right-click on the page and select View Page Source. Copy the XML content to any text editor.
- Save the file with the extension .wsdl.
- Open SoapUI (or wherever is required on your development platform).
- 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.