接收管道中的问题

发布于 2024-12-09 14:13:06 字数 237 浏览 1 评论 0原文

我关注了文章 http://www.codeproject.com/KB/biztalk /UnzipDisassembler.aspx?fid=1607856 创建可在接收管道中使用的自定义组件。 这不起作用。 实施此自定义组件还需要遵循任何其他步骤吗?

I followed the article http://www.codeproject.com/KB/biztalk/UnzipDisassembler.aspx?fid=1607856
to create a custom component that can be used in Receive pipeline.
It doesnt work.
Are there any other steps to be followed to implement this custom component?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

二智少女 2024-12-16 14:13:06

您没有指定您遇到的问题(如果是解压缩问题或其他问题)。

我看到的一件事是,如果您的解决方案需要消息类型,您还必须在反汇编器阶段添加通用的“xml 反汇编器”,就在“unzip 反汇编器”之后。否则,消息类型将不会升级,订阅者也不会收到结果消息。

问候
马丁

You do not specify the issue you have, if it is the unzipping or other.

One thing I see is if your solution needs the messagetype you also have to add the common "xml disassembler" in the disassembler stage, just after the "unzip disassembler". Otherwise the message type will not be promoted and subscribers will not get the resulting message.

Regards
Martin

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文