admin管理员组

文章数量:1398831

I'm new to workday studio integration. got the requirement submit/post journal entry 'Submit_Accounting_Journal_Request' getting error 'Loop detected in Local In transport.

code sample of code in workday studio:

    <cc:local-out id="CallSubmitJournal" store-message="none" endpoint="vm://INT_Demo_UploadJournalEntries/SubmitJournal"/>
    <cc:local-in id="SubmitJournal" routes-to="AsyncMediation00"/>
    <cc:async-mediation id="AsyncMediation00" routes-to="WorkdayOutSoap" handle-downstream-errors="true">
        <cc:steps>
            <cc:copy id="Copy" output="message" input="variable" input-variable="sf.journal.data"/>
            <cc:log id="Log">
                <cc:log-message>
                    <cc:text>Journal Entry Submition Flow Started===></cc:text>
                    <cc:message-content/>
                </cc:log-message>
            </cc:log>
            <cc:xslt-plus id="XsltPlus" url="SubmitJournalEntry.xsl"/>
            </cc:steps\>

flow diagram

本文标签: xslt 20Workday studioIntegration failed 39Loop detected in Local In transport39Stack Overflow