Skip to main content Skip to complementary content

Setting up the Job

Procedure

  1. Double-click tWorkdayOutput to open its Basic settings view and do the following.
    1. Select SOAP - WS-Security authentication mode from the Authentication mode drop-down list.
    2. Select WS Security with basic authentication from the WS-Security type drop-down list.
    3. Click the [...] button next to Edit schema and add a column of String type (the data column in this example).
      Information noteNote: Only the data in the first column is passed to Workday as the request string.
    4. Enter your login credentials in the Tenant alias field, the Login field, and the Password field.
    5. Select Workday web services from the Mode drop-down list.
    6. Click the [...] button next to the Service field and select the desired service (Human_Resources in the example) from the list box in the dialog box that appears.
    7. Click the [...] button next to the Operation field and select the desired operation (Put_Ethnicity in this example) from the list box in the dialog box that appears.
      Information noteNote: Make sure that the login credentials are correct so that the desired service and the operation can appear in the list boxes.
    8. Leave the other options as they are.

    This component adds or updates an Ethnicity object using the Human_Resources service.

  2. Switch to the Advanced settings view of tWorkdayOutput_1 and do the following.
    1. Type https://wd2-impl-services1.workday.com/ccx/service/${tenant} in the Service endpoint field.
      Information noteNote: You can also enter the endpoint by clicking the [...] button next to the Service endpoint field and select the endpoint from the list box in the dialog box that appears.
    2. Click the [...] button next to the Request link field, select the link corresponding to your operation in the list box, and click OK.

      The request link appears in the Request link field.

    3. Copy the string in the Request link field for later use.
    4. Leave the other options as they are.
  3. Edit the request string by doing the following.
    1. Paste the request link string in the address bar of a web browser and press Enter.

      The request string appears in the web browser.

    2. Edit the content displayed in the web browser in a text editor (for example, Microsoft Notepad).

      The following lists the request string used in this example.

      <bsvc:Put_Ethnicity_Request><bsvc:Ethnicity_Reference><bsvc:ID bsvc:type="Ethnicity_ID">Other</bsvc:ID></bsvc:Ethnicity_Reference><bsvc:Ethnicity_Data><bsvc:Name>For ethnicities in other countries and areas</bsvc:Name><bsvc:Code>other ethnicities</bsvc:Code></bsvc:Ethnicity_Data></bsvc:Put_Ethnicity_Request>
  4. Double-click tFixedFlowInput to open its Basic settings view and do the following.
    1. Open the schema editor by clicking the [...] button next to Edit schema and add a column of String type in the schema editor.
    2. Select Use Inline Content(delimited file) and enter the request string modified in the previous step in the Content field.
    3. Leave the other options as they are.

    This component sends the request string to the tWorkdayOutput component.

  5. Double-click tWorkdayInput to open its Basic settings view and do the following.
    1. Select SOAP - WS-Security authentication mode from the Authentication mode drop-down list.
    2. Select WS Security with basic authentication from the WS-Security type drop-down list.
    3. Enter your login credentials in the Tenant alias field, the Login field, and the Password field.
    4. Select Workday web services from the Mode drop-down list.
    5. Click the [...] button next to the Service field and select the desired service (Human_Resources in the example) from the list box in the dialog box that appears.
    6. Click the [...] button next to the Operation field and select the desired operation (Get_Ethnicity in this example) from the list box in the dialog box that appears.
      Information noteNote: Make sure that the login credentials are correct so that the desired service and the operation can appear in the list boxes.
    7. Click the Guess schema button next to Edit schema to have the component retrieving the schema information according to the service and operation just selected.
      Information noteNote: It may take some time to retrieve the schema information.
    8. Modify the schema as needed.
    9. Leave the other options as they are.

    This component extracts data from the Workday client and passes the data to the subsequent component.

  6. Switch to the Advanced settings view of tWorkdayInput_1 and type https://wd2-impl-services1.workday.com/ccx/service/${tenant} in the Service endpoint field.
    Information noteNote: You can also enter the endpoint by clicking the [...] button next to the Service endpoint field and select the endpoint from the list box in the dialog box that appears.
  7. Double-click tLogRow to open its Basic settings view and do the following.
    1. Click the [...] button next to Edit schema and check that the component has the same schema as that of tFileInputExcel_1.

      You can synchronize the schema with that of tFileInputExcel_1 by clicking Sync columns.

    2. Select Table (print values in cells of a table).
    3. Leave the other options as they are.
    This component shows the data that is extracted using a dynamic schema.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!