APIURL
The complete url to the API endpoint to use for making SOAP requests.
Data Type
string
Default Value
""
Remarks
Instead of entering the Tenant, Service, and BaseURL individually, the complete API URL may be specified in the following format. For example:
BaseURL/ccx/service/<tenant>/<Service>
For example, this URL is the same as setting Tenant to "mytenant", Service to "Human_Resources", and BaseURL to "https://wd3-impl-services1.workday.com":
https://wd3-impl-services1.workday.com/ccx/service/mytenant/Human_Resources
Alternatively, the Service may be left out, which will enable all services included in the Service property. For example:
https://wd3-impl-services1.workday.com/ccx/service/mytenant