我正在努力使用 BizTalk xpath 功能
- 我收到的消息有一个空白的默认命名空间
- 在 C# 中我会添加一个 NameSpaceManager
- 但我看不到如何在 BizTalk Expression 中做到这一点?
我没有做的就是获取 HasErrors 和 NumberOfErrors 的值
<?xml version="1.0" encoding="utf-8"?>
<ImportIndexDocumentResponse
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.aniteps.com/xml/schemas/awm/images4">
<HasErrors>false</HasErrors>
<NumberOfErrors xsi:type="xsd:int">0</NumberOfErrors>
<ErrorDescription xsi:type="xsd:string">No exception ocurred.</ErrorDescription>
...