Hi,
please migrate to B1iSN9.0 or B1if, which can also be used to connect towards a B1 8.82, and create a scenario step with:
- File Inbound
- SAP Business One Outbound
In the processing (final atom0), split the incoming message into two using <b1im_multimsg>:
Multiple Single Messages Processing
If you process multiple items, you usually want to hand them over to the receiver system as multiple single items. Indicate multiple single messaging with the root tag <b1im_multimsg> and the tag<b1im_msg> for each single message.
<!-- batch processing for multiple message outbound -->
<b1im_multimsg>
<xsl:for-each select="$msg/… ">
<!-- processing for a single item -->
<b1im_msg>
...
</b1im_msg>
</xsl:for-each>
</b1im_multimsg>
Documentation details can be found in the B1i online help (HELP -> Online Help), search for:
- File Inbound
- SAP Business One Outbound
Best regards
Bastian