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
版权声明:本文标题:xslt 2.0 - Workday studio : Integration failed 'Loop detected in Local In transport' - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744636404a2616849.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论