Workday
Use the IBM® App Connect Enterprise Toolkit to configure message flow nodes that are converted from the IBM App Connect Professional Workday activities.
About this task
When you import an orchestration that contains Web Services activities, the conversion utility creates a message flow with the SOAPRequest and Compute nodes. See Table 1, for information on which nodes are used for each of the activities.
Steps are split into sections and are intentionally brief to get you started quickly on configuring the nodes in your message flow. See linked topics in the table for more comprehensive information on configuring the nodes.
| IBM App Connect Professional activity | IBM App Connect Enterprise node |
|---|---|
| Workday activities |
SOAPRequest node and |

Selecting a WSDL file
Procedure
Compute node
Procedure
DECLARE bsvc NAMESPACE 'urn:com.workday/bsvc';
set OutputRoot.Properties.IdentitySourceToken = 'USERNAME@TENANTNAME';
set OutputRoot.Properties.IdentitySourcePassword='PASSWORD';
set OutputRoot.Properties.IdentitySourceType = 'usernameAndPassword';
SET OutputRoot.XMLNSC.bsvc:Get_Job_Families_Request.(XMLNSC.Attribute)bsvc:version = 'v30.2';
SET OutputRoot.XMLNSC.bsvc:Get_Job_Families_Request.bsvc:Request_References.(XMLNSC.Attribute)bsvc:Skip_Non_Existing_Instances = true;
SET OutputRoot.XMLNSC.bsvc:Get_Job_Families_Request.bsvc:Request_References.bsvc:Job_Family_Reference.bsvc:ID[1].(XMLNSC.Attribute)bsvc:type = 'WID';
SET OutputRoot.XMLNSC.bsvc:Get_Job_Families_Request.bsvc:Request_References.bsvc:Job_Family_Reference.bsvc:ID[1] = '5f41e62057c944d3a8e60438a2465ca4';
SET OutputRoot.XMLNSC.bsvc:Get_Job_Families_Request.bsvc:Request_References.bsvc:Job_Family_Reference.bsvc:ID[2].(XMLNSC.Attribute)bsvc:type = 'Job_Family_ID';
SET OutputRoot.XMLNSC.bsvc:Get_Job_Families_Request.bsvc:Request_References.bsvc:Job_Family_Reference.bsvc:ID[2] = 'Executive Management';An example of the code in the editor:
SOAPRequest node
Procedure
What to do next
Run your flow. If you've made changes, you need to redeploy when you start your Flow Exerciser.












