In the LOB Broker web.config file, locate the <bindings> section. Comment out any section that is not related to Workday. This will leave only the <basicHttpBinding> and <customBinding> for Workday.
<bindings>
<!-- <lawsonAdapterBinding> -->
<!-- <binding name="HylandLawsonAdapterBinding" ValidateInputXml="true" EnableSafeTyping="true" AcceptCredentialsInUri="false" AppserverUrl="http://localhost/Appserver/service.asmx"/> -->
<!-- </lawsonAdapterBinding> -->
<!-- <sapBinding> -->
<!-- <binding name="SAPBinding" enableBizTalkCompatibilityMode="false" receiveIdocFormat="Typed" enableSafeTyping="true" generateFlatFileCompatibleIdocSchema="true" maxConnectionsPerSystem="50" enableConnectionPooling="true" idleConnectionTimeout="00:15:00" flatFileSegmentIndicator="SegmentDefinition" enablePerformanceCounters="false" autoConfirmSentIdocs="false" acceptCredentialsInUri="false" padReceivedIdocWithSpaces="false" clearRfcContext="false" receivedIdocRelease="" sncLibrary="" sncPartnerName="" rfcAllowStartProgram="" externalIdentificationData="" externalIdentificationType="" logOnTicketType="None"> -->
<!-- <dataTypesBehavior datsMinToDateTime="ERROR" datsMaxToDateTime="ERROR" invalidDatsToDateTime="ERROR" emptyDatsToDateTime="0001-01-01T00:00:00" emptyTimsToDateTime="0001-01-01T00:00:00" dateTimeMaxToDats="99991231" dateTimeMinToDats="00010101" timsMaxToDateTime="ERROR" invalidTimsToDateTime="ERROR" dateTimeMaxToTims="235959" dateTimeMinToTims="000000" invalidNumcToInt="0" emptyNumcToInt="0" dateTimeNullToDats="SKIP" dateTimeNullToTims="SKIP" trimLeadingZerosForNumc="true"/> -->
<!-- </binding> -->
<!-- </sapBinding> -->
<!-- <sqlBinding> -->
<!-- <binding name="SqlAdapterBinding" maxConnectionPoolSize="100" encrypt="false" workstationId="" useAmbientTransaction="true" batchSize="20" polledDataAvailableStatement="" pollingStatement="" pollingIntervalInSeconds="30" pollWhileDataFound="false" notificationStatement="" notifyOnListenerStart="true" enableBizTalkCompatibilityMode="true" chunkSize="4194304" inboundOperationType="Polling" useDatabaseNameInXsdNamespace="false" allowIdentityInsert="false" acceptCredentialsInUri="false" enablePerformanceCounters="false" xmlStoredProcedureRootNodeName="" xmlStoredProcedureRootNodeNamespace=""/> -->
<!-- </sqlBinding> -->
<!-- <netTcpBinding> -->
<!-- <binding name="NetTcpBindingEndpoint"> -->
<!-- </binding> -->