cost 295 ms
向 Workday 发送额外数据 - Send additional data to Workday

我正在使用此端点Edit_Worker_Additional_Data为工作日发送一些额外数据。 但是,它缺少他们期望的数据类型的文档,因此,我收到验证错误。 我尝试了各种组合,但都是徒劳的。 我从这个问题中得到了一些指导,但得到了cus namespace错误,因为我不知道他在哪里以及如何初始化该 ...

如何在 XSL 中将字符串的一部分替换为不同的字符 - How to replace a part of a string to a different character in XSL

我是 XSLT 和一般编码的新手。 但是,我必须修复我的代码,以便提供正确的 output。 基本上,我试图在 XSL 中生成的一些字符串/值包含一个逗号“”,但我不能这样做,因为我的 output 文件将是 CSV。 所以用逗号,它会弄乱我的 output 文件。 所以我需要将字符串/值中的逗号替 ...

我是 XSLT 改造的新手。 我想在我的 txt 文件 output 中确保 alignment 作为转换的一部分 - I am new in XSLT transformation. I want to ensure alignment within my txt file output as part of the transformation

xml 格式,我用来检索 output 文件,它给了我准确的数据,但不正确的 alignment。 output 片段 - 由于 4 或 5 位网格数量,我有 5 个值未对齐。 我是 XSLT 和 XPath 的新手。 我想在我的 txt 文件 output 中确保 alignment 作为转 ...

Workday 到 On-Prem Active Directory:多值属性从 Workday 通过 Azure 同步到通过 SCIM 的 On-prem AD 的问题 - Workday to On-Prem Active Directory: Issue with Multi-valued attributes syncing from Workday through Azure to On-prem AD via SCIM

我们一直在使用 Workday 通过 Azure 将用户帐户同步到我们的本地 Active Directory。 大约 4-6 周以来,我们一直面临这个问题,即多值属性不再正确写入之前工作的本地 AD。 这特别影响使用 xpath 从 Workday 分配的供应组: wd:Worker/wd:Wor ...

使用 Powershell 从今天开始获取上一个工作日(工作日) - Get previous workday (weekday) from today with Powershell

每天我都会运行脚本,它通过 ftp 下载几个文件,让我们说C:\files\ 目录,其名称如下: 等等 所有文件都带有时间戳,并且文件仅在工作日(星期六和星期日除外)生成。 我需要从今天开始获取以sampl_position_和last_workday开头的文件 我知道如何获得下一个工作 ...

工作日 REST API 访问 base64 照片/图像数据 - Workday REST API access to base64 photo/image data

我已成功使用 /workers REST api 以及 /data api 来获取有关我感兴趣的工人的信息,包括类似于此的照片块: 我现在想知道是否有一个 REST api 端点可以访问这张照片的 base64 数据,以便我可以下载、缩小和缓存以供将来在我们的 web 应用程序中使用? 我确实找到了 ...

Workday 可以支持的最大每秒 API 调用数是多少 - What is the maximum number of API calls per second that Workday can support

在我们的实施过程中,我们的实施合作伙伴表示,Workday 每秒只能处理 10 个呼叫,超出此范围的呼叫将被丢弃。 有没有人遇到过这个问题,有没有办法解决。 我们有许多系统想要使用 API 集成,但由于这个问题我们避免了它。 ...

Azure AD 预配:WorkDay -> AD -> AAD:如何处理电子邮件 ID - Azure AD provisioning : WorkDay -> AD -> AAD : how to handle email id

我的环境/用例: WorkDay 作为身份来源 我们有本地 AD 和 Azure AD、AADC。 我们没有本地交换,我们在 Azure AD 中分配许可证来预配 O365 邮箱。 我们想将用户 ID、电子邮件 ID 和电话写回 Workday。 我正在阅读下面的 MS 文档, ...

工作日的 XPath - XPath for Workday

我是 XPath 的新手,非常感谢您的专家建议! 我想在 <wd:ID wd:type="Job_Classification_Reference_ID">Some_Value</wd:ID> where WID=6abcdefghijklmnopqrstuvwxyzab ...

SOAP API request using Python's Zeep 缺少元素,但是元素在请求字典中 - Missing element in SOAP API request using Python's Zeep, but the element is in the request dictionary

我正在使用 Zeep 与 Workday 的 SOAP API 进行交互,以编辑某人的 Workday 用户名。 这是人力资源部的以下请求正文 WSDL,v37.2 我收到的错误消息是zeep.exceptions.ValidationError: Missing element Workday_A ...

元素 Phone_Information_Data 工作日的子元素 Phone_ExtensionStr-urn:com.workday/bsvc 无效 - Invalid Subelement Phone_ExtensionStr-urn:com.workday/bsvc for element Phone_Information_Data workday

我正在尝试通过 REST api 在 Workday 的联系方式中添加一个电话号码(带电话分机)。 我的手机详细信息 object 如下所示: 我收到一个错误: Invalid Subelement Phone_ExtensionStr-urn:com.workday/bsvc for elemen ...

如何根据子节点中的日期时间戳删除 XML 节点? - How to remove XML nodes based on date-time stamps in the child node?

我有一个包含多个节点的 XML - 'ns:Student_Files_Grouping',我需要删除最新的节点(每个节点内都有日期时间戳) 您能否帮助我如何使用 XSLT 2.0 / XSLT 3.0 实现这一目标? 我正在慢慢开始编写 XSLT,因此请求一些帮助。 请看下面的XML需要XSLT ...

如何在谷歌应用程序脚本中将段落 html 字符串转换为没有 html 标签的纯文本? - How to convert a paragraph html string to plain text without html tags in google app script?

这是我上一个问题的后续问题。 当我想使用此问题中的参考将 google 应用程序脚本中的 HTML 字符串转换为没有 HTML 标记的纯文本时遇到了问题。 但是,这次是段落格式。 这是我使用的脚本: function pullDataFromWorkday() { var url ...

从 C# .NET Core(特别是 Workday)调用 Java 网络服务。 如何在soap请求中获取xml属性 - Calling a Java webservice from C# .NET Core (specifically Workday). How to get xml attributes in the soap request

我正在尝试在 .net core c# 中调用 Workday 的 Web 服务。 该服务是用 Java 编写的。 我在获取 xml 属性以显示在我的 soap 请求中时遇到问题。 示例:我希望它看起来像什么: 它看起来像什么: 我无法在发送请求 xml 输出中获得wd:Public="t ...

Workday - 直接存款 API - Workday - Direct Deposit API

有谁知道允许为员工检索/设置直接信息的工作日的 SOAP API 端点? 我尝试浏览下面的目录,但找不到任何相关的端点 https://community.workday.com/sites/default/files/file-hosting/productionapi/operations/ ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM