Some ServiceHeader elements appear to be incorrect (825850)



The information in this article applies to:

  • Microsoft BizTalk Server Accelerator for RosettaNet, version 2.0

SYMPTOMS

When you use Microsoft BizTalk Accelerator for RosettaNet, version 2.0, to exchange RosettaNet Implementation Framework (RNIF), version 2.0, messages with your partner, you may notice that some of the ServiceHeader elements are not consistent with the RNIF specification. The following ServiceHeader values are not correct according to the RNIF specification:
<ServiceHeader><ProcessControl><ActivityControl><MessageControl><fromRole><GlobalPartnerRoleClassificationCode />

<ServiceHeader><ProcessControl><ActivityControl><MessageControl><toRole><GlobalPartnerRoleClassificationCode />

<ServiceHeader><ProcessControl><ActivityControl><MessageControl><fromService><GlobalBusinessServiceCode />

<ServiceHeader><ProcessControl><ActivityControl><MessageControl><toService><GlobalBusinessServiceCode />

<ServiceHeader><ProcessControl><ActivityControl><BusinessActivityIdentifier />

CAUSE

This problem occurs because these elements are not populated so that you can populate them in your line of business (LOB) application code.

RESOLUTION

To resolve this problem, the LOB application that the IntializeRequestMessage method calls must populate the elements that appear in the "Symptoms" section.

The Fully construct request Action shape in the initiator schedule initiates the InitializeRequestMessage method. The initiator schedules that are included with BizTalk Accelerator for RosettaNet 2.0 are located in the Program Files\Microsoft BizTalk Accelerator for RosettaNet\PublicProcessPatterns folder that is located on your computer that is running Microsoft BizTalk Server.

STATUS

This behavior is by design.

MORE INFORMATION

For more information about these elements or about implementation of your LOB application, see the online documentation that is include with Microsoft BizTalk Accelerator for RosettaNet, version 2.0.

Modification Type:MinorLast Reviewed:7/11/2006
Keywords:kbprb KB825850 kbAudDeveloper