验证Swift MX消息 [英] Validating Swift MX Messages

查看:130
本文介绍了验证Swift MX消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

作为biztalk的新手,我会将Swift MX消息从后台系统传输到Swift Network 。目标端有一个SAA(Swift Aliance Access)接口,在此之前是一个服务器 运行MQ Manager。因此,我将从文件位置获取文件
,验证 并将它们与MQ Client一起发送到MQ Manager Server。

As a newbie in biztalk I will transporting Swift MX Messages from a backoffice system to Swift Network. There is a SAA ( Swift Aliance Access) interface on the target side and before that an server running MQ Manager. So I will take files from a file location, validate and send them with MQ Client to the MQ Manager Server.

我对此有以下问题

Q1。有基于3种模式的标准swift  SAA MX消息(见下文)将在Biztalk方面收到什么。在biztalk中验证这些模式的方法是什么?我使用了Saa xml 2.0模式并将其他模式作为参考
导入其中。但这种方式  MessageType属性不是唯一的,因为我拥有相同名称空间和root的多条消息。

Q1. There are standard swift SAA MX messages based on 3 schemas (see below) what will be received on Biztalk side. What is the method to validate these schemas in biztalk ? I have using Saa xml 2.0 schema and imported other schemas as a reference into it. But this way  the MessageType property wil not be unique because the multiple messages that I have with the same namespace and root.

任何人都可以对此提出建议吗?

Can anyone give a suggestion on this ?

< Saa xml 2.0架构1>

<Saa xml 2.0 schema 1>

      < Saa Header>  

      <Saa Header>  

     < / Saa Header>

     </Saa Header>

     < Saa Body>

     <Saa Body>

         < App Header架构2>

         <App Header schema 2>

          < / App Header>

          </App Header>

         < MX Document schema 3> (根据MX类型的消息,这可能会有所不同)

         <MX Document schema 3> (this one can be different based on MX type message)

          < / MX Document>

          </MX Document>

      < / Saa Body>

      </Saa Body>

< / Saa xml 2.0>

</Saa xml 2.0>

干杯

Adem Terzi

Adem Terzi

推荐答案

您可以尝试使用
规范架构


这篇关于验证Swift MX消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆