UNIFYBroker/Workday Prerequisites
UNIFYBroker requirements
Refer to the UNIFYBroker prerequisites article in the UNIFYBroker product guide.
Workday requirements
The following are the requirements of the Workday environment prior to use with the connector:
Compatibility
UNIFYBroker/Workday is compatible with all current versions of Workday, using Workday Web Services v24.0.
Login Permissions
In order to connect to the relevant forms, the UNIFYBroker component will require Workday credentials with permission to perform the desired operations.
WCF Settings
In order for UNIFYBroker to successfully connect to the Workday instance, the following configuration must be placed in the %ProgamFiles%\UNIFY Solutions\Identity Broker\Services
directory.
Add the following inside the bindings element in the system.ServiceModel/bindings XPath, merging the customBinding elements if one already exists:
<custombinding>
<binding name="Human_ResourcesBinding" maxreceivedmessagesize="204003200" maxbuffersize="204003200" maxbufferpoolsize="204003200">
<security authenticationmode="UserNameOverTransport" messagesecurityversion="WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10" allowinsecuretransport="true" enableunsecuredresponse="true"></security>
<textmessageencoding messageversion="Soap11WSAddressingAugust2004">
<readerquotas maxdepth="2147483647" maxstringcontentlength="2147483647" maxarraylength="2147483647" maxbytesperread="2147483647" maxnametablecharcount="2147483647"></readerquotas>
</textmessageencoding>
<httpstransport maxreceivedmessagesize="204003200"></httpstransport>
</binding>
</custombinding>
Add the following inside the system.ServiceModel XPath, merging the client elements if one already exists:
<client>
<endpoint address="https://prefix.workday.com/ccx/service/client/Human_Resources/v23" binding="customBinding" bindingconfiguration="Human_ResourcesBinding" contract="Human_ResourcesPort" name="Human_ResourcesBinding_Human_ResourcesPort"></endpoint>
</client>
Customer support service by UserEcho