zoukankan      html  css  js  c++  java
  • 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.

     


     

  • 相关阅读:
    centos下nginx的启动
    CentOS7.0安装Nginx 1.7.4
    序员的自我修养
    消息队列 rabbitMQ 的一些操作
    centos linux7的一些操作
    Windows 10 Install rabbitmq-server-3.6.9
    Redis 3.2.100 Windows 32位下载
    Redis配置文件详解
    yii2优化
    mysql中的schema 等价于database,相当于一个数据库
  • 原文地址:https://www.cnblogs.com/rickie/p/750472.html
Copyright © 2011-2022 走看看