WSDLSource
Specifies where to download WSDL files when using the Workday SOAP API.
Possible Values
Public, TenantData Type
string
Default Value
"Public"
Remarks
The connector uses WSDL files to identify available SOAP operations and how to invoke them. By default, the connector uses WSDLs from the Web Services Directory at: https://community.workday.com/sites/default/files/file-hosting/productionapi/Service/WSDLVersion/Service. These standard WSDLs expose the fields that are generally accessible across all tenants.
Each Workday tenant also has its own copy of the WSDLs. While typically identical to the standard versions, preview and non-production tenants can include minor differences. Tenant WSDLs are available at endpoints following this format: https://BaseURL/ccx/service/Tenant/Service/WSDLVersion?wsdl
Set the WSDLSource connection property to Tenant to load the WSDLs from these tenant-specific endpoints.