XML Output Files Contain Blank Records When You Use Maps with BizTalk Accelerator for RosettaNet (301212)



The information in this article applies to:

  • Microsoft BizTalk Server Accelerator for RosettaNet 1.0

This article was previously published under Q301212

SYMPTOMS

When you create XML output files with the maps that are included in the BizTalk Server Accelerator for RosettaNet, the files may contain empty records.

CAUSE

Most of the maps that are included with the BizTalk Server Accelerator for RosettaNet are generic and depend on the user to generate content in the map's XML output by using their business logic.

RESOLUTION

The logic to fully construct response messages, acknowledgements, and other output files from these maps should be supplied by the user. This will typically be implemented with IPIPInitiatorApplication and IPIPResponderApplication.

STATUS

This behavior is by design.

MORE INFORMATION

Most of the maps that are included with the BizTalk Server Accelerator for RosettaNet are used internally in various methods called by XLANG schedules, such as CPIPAdapter.CreateResponseMethod or CPIPAdapter.CreateRequestMethod. The maps contain concatenation functoids that are used to create empty records in the XML output, which is then populated depending on the business logic of the user's code implementation.

Modification Type:MajorLast Reviewed:9/12/2001
Keywords:kbprb KB301212