org.mule.modules

mule-module-workday

config

Namespacehttp://www.mulesoft.org/schema/mule/wd-cash
Schema Locationhttp://www.mulesoft.org/schema/mule/wd-cash/current/mule-wd-cash.xsd  (View Schema)
Schema Version2.0
Minimum Mule Version3.2

Module Overview

The CashModule exposes Workday operations related to Financials Cash Management data. It includes data relative to Banking.

Summary

Configuration
<wd-cash:config>
Configure an instance of this module
Message Processors
<wd-cash:submit-payment-election-enrollment>
Submits payment election enrollment data.

Configuration

To use the this module within a flow the namespace to the module must be included. The resulting flow will look similar to the following:

<mule xmlns="http://www.mulesoft.org/schema/mule/core"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xmlns:wd-cash="http://www.mulesoft.org/schema/mule/wd-cash"
      xsi:schemaLocation="
               http://www.mulesoft.org/schema/mule/core
               http://www.mulesoft.org/schema/mule/core/current/mule.xsd
               http://www.mulesoft.org/schema/mule/wd-cash
               http://www.mulesoft.org/schema/mule/wd-cash/current/mule-wd-cash.xsd">

      <!-- here goes your flows and configuration elements -->

</mule>

This module is configured using the config element. This element must be placed outside of your flows and at the root of your Mule application. You can create as many configurations as you deem necessary as long as each carries its own name.

Each message processor, message source or transformer carries a config-ref attribute that allows the invoker to specify which configuration to use.

Attributes
TypeNameDefault ValueDescriptionJava TypeMIME TypeEncoding
xs:string name Optional. Give a name to this configuration so it can be later referenced.
xs:string endpoint The cash endpoint.
xs:string password The Workday account's password
xs:string username The Workday account's username

Message Processors

<wd-cash:submit-payment-election-enrollment>

Submits payment election enrollment data.

XML Sample
INCLUDE_ERROR

Attributes
NameDefault ValueDescriptionJava TypeMIME TypeEncoding
config-ref Optional. Specify which configuration to use.
Child Elements
NameDefault ValueDescriptionJava Type
<wd-cash:business-process-parameters> Optional. Contains data for business processing Map<String, Object>
<wd-cash:payment-election-enrollment-data> Optional. Container element for Payment Election Enrollments Map<String, Object>
Returns
Return Type Description
UniqueIdentifierObjectType Reference to the Payment Election Enrollment that was submitted.
Exception Payloads
Payload ClassDescription
Exception if operation fails

Message Sources

Transformers