MCPcopy Index your code
hub / github.com/simstudioai/sim / buildWsdlUrl

Function buildWsdlUrl

apps/sim/tools/workday/soap.ts:199–205  ·  view source on GitHub ↗
(
  tenantUrl: string,
  tenant: string,
  service: WorkdayServiceKey
)

Source from the content-addressed store, hash-verified

197 * with any external consumers; the runtime no longer fetches the WSDL.
198 */
199export function buildWsdlUrl(
200 tenantUrl: string,
201 tenant: string,
202 service: WorkdayServiceKey
203): string {
204 return `${buildServiceUrl(tenantUrl, tenant, service)}?wsdl`
205}
206
207const XML_ENTITIES: Record<string, string> = {
208 '&': '&amp;',

Callers

nothing calls this directly

Calls 1

buildServiceUrlFunction · 0.85

Tested by

no test coverage detected