Hi All,
I am new to GIS. I am struck at translating a outbound document using BP.
My issue is in EDIEncoder service, I am not able to get the inputs to SENDERID,
RECEIVERID and Acceptoraliasvalue from the process data to recognize the
Envelopes.
Can any one help me out how to fetch the data into EDI ENCODER service from the
DocumentExtract service to recognize the envelopes automatically.
My Bp As follows:
<process name="extraction_DOC">
<rule name="more_split_docs">
<condition>DocExtract.DONE = 0</condition>
</rule>
<sequence name="DeferredEnvelope">
<operation name="Document Extraction">
<participant name="DocumentExtractionService"/>
<output message="DocumentExtractionTypeInputMessage">
<assign to="BatchLikeDocuments">NO</assign>
<assign to="DocExtractMapList">SYSIMPORT</assign>
<assign to="EDIEncodeDocument">NO</assign>
<assign to="EDIEnvelopeDocument">NO</assign>
<assign to="ErrorOnUnrecognizedData">YES</assign>
<assign to="UseInputEdiDelimiters">NO</assign>
<assign to="HALT_ON_TRANS_ERROR">false</assign>
<assign to="." from="*"></assign>
</output>
<input message="inmsg">
<assign to="StatusReport"
from="Status_Rpt('TranslationReport')"></assign>
</input>
</operation>
<sequence name="ImmediateEnvelope">
<assign to="DOCUMENT_NAME_PREFIX">DOC-SPLIT-1</assign>
<operation name="EDI Encoder">
<participant name="EDIEncoder"/>
<output message="EDIEncoderTypeInputMessage">
<assign to="AccepterLookupAlias">INVOICE</assign>
<assign to="ReceiverID">0123456</assign>
<assign to="SenderID">S044441</assign>
<assign to="." from="*"></assign>
</output>
<input message="inmsg">
<assign to="." from="*"></assign>
</input>
</operation>
<operation name="X12 Envelope">
<participant name="X12EnvelopeUnified"/>
<output message="EnvelopeX12TypeInputMessage">
<assign to="." from="*"></assign>
</output>
<input message="inmsg">
<assign to="StatusReport"
from="Status_Rpt('TranslationReport')"></assign>
<assign to="." from="*"></assign>
</input>
</operation>
<operation name="Invoke Business Process Service">
<participant name="InvokeBusinessProcessService"/>
<output message="Xout">
<assign to="INVOKE_MODE">ASYNC</assign>
<assign to="." from="*"></assign>
<assign to="WFD_NAME">EDI_COLLECT</assign>
</output>
<input message="Xin">
<assign to="." from="*"></assign>
</input>
</operation>
</sequence>
</sequence>
------------------------------------
...
Please use the following Message Identifiers as your subject prefix: <SALES>,
<JOBS>, <LIST>, <TECH>, <MISC>, <EVENT>, <OFF-TOPIC>
Job postings are welcome, but for job postings or requests for work: <JOBS> IS
REQUIRED in the subject line as a prefix.Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/EDI-L/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/EDI-L/join
(Yahoo! ID required)
<*> To change settings via email:
[email protected]
[email protected]
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/