BizTalk Exception: A failure occurred while evaluating the property FIELD against the message part data

BizTalk Exception: A failure occurred while evaluating the property FIELD against the message part data

 


A failure occurred while evaluating the property ActionSection.Authorization.AuthorizationStatus  against the message part data. The message part data does not contain at least one of the nodes specified by the XPath expression (listed below) that corresponds to the distinguished field. The cause for this error may be that the message part data has not been initialized or that the message part data does not conform to the message part schema. Ensure that the message part data is initialized correctly.

 

XPath expression: /*[local-name()="HwsMessage" and

namespace-uri()="http://www.rgl.net/HPODWorkflow/v330/Hws_Task_CertificationReturn"]/*[local-name()="ActionSection"

and namespace-uri()=""]/*[local-name()="Authorization" and

namespace-uri()=""]/*[local-name()="AuthorizationStatus" and

namespace-uri()=""]

 

 ***

Generally, get the context XML message via HAT, and validate the message instance again the destination XML schema. You will get the point on how to fix the issue.

 


 

原文地址:https://www.cnblogs.com/rickie/p/750472.html