We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2442551 commit 74bd1b1Copy full SHA for 74bd1b1
apps/sim/tools/workday/soap.ts
@@ -142,7 +142,7 @@ export function buildWsdlUrl(
142
throw new Error(validation.error ?? 'Invalid tenantUrl')
143
}
144
const svc = WORKDAY_SERVICES[service]
145
- const baseUrl = tenantUrl.replace(/\/$/, '')
+ const baseUrl = (validation.sanitized ?? tenantUrl).replace(/\/$/, '')
146
return `${baseUrl}/ccx/service/${tenant}/${svc.name}/${svc.version}?wsdl`
147
148
0 commit comments