最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

xslt 2.0 - Workday studio : Integration failed 'Loop detected in Local In transport' - Stack Overflow

programmeradmin1浏览0评论

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

发布评论

评论列表(0)

  1. 暂无评论