寻找使用 Biztalk 读取文件并将数据发送到 Sql 的示例
我是 Biztalk 世界的新手,到目前为止,我能够使用编排和配置物理端口读取文件并将数据发送到 Sql,反之亦然在 Biztalk 管理中,但我想在单个编排中使用 sql-adapter 接收和发送数据,即使它不使用单个编排,也比我想要的方式来做到这一点,而且我也想要了解所有的 functoid(如果有可用的示例)。
任何帮助将不胜感激...
I am a newbie to the Biztalk
world and up to now I am able to read file and send that data to Sql
and vice-versa using an orchestration and by configuring physical ports in Biztalk Administration, but I want to receive and send data using the sql-adapter
in a single orchestration, even if its not using single orchestration than also I want the way to do it, and also I want to understand all the functoids
if any example available.
Any help would be appreciated...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我将从下面的链接开始
1. http://www.microsoft.com/biztalk/en/我们/adapters-included.aspx
2. 使用 SDK 和 Adapter Pack 开发自定义适配器非常容易(您可以在右侧“适配器”下的同一链接上找到更多信息),
并且也是一个很棒的资源
http://www.microsoft.com/biztalk/en/us/reviewers-guide.aspx
I would start with the links below
1. http://www.microsoft.com/biztalk/en/us/adapters-included.aspx
2. It is very easy to develop a custom adapter using SDK and Adapter Pack ( you can find more info on the same link on the right side under Adapters)
and also a great resource
http://www.microsoft.com/biztalk/en/us/reviewers-guide.aspx
看起来您正处于学习 BizTalk 的初级阶段。我建议你花一些时间学习基础知识。这里列出了非常好的资源
http://biztalk247.com/educate.aspx
http://biztalk247.com/learnmedia.aspx
有针对各种主题的虚拟实验室部分..花一两天浏览所有示例。
http://www.cloudcasts.net/ 是我推荐的另一个资源,他们在那里有很多小视频可以帮助您理解主题。
我会忽略 Ashish Jaiman 的建议,自定义适配器开发并不是一项简单的任务,而且对于高级 BizTalk 开发人员来说
It looks like you are in the very beginning stages of learning BizTalk. I would advise you to spend some time learning the basics. There are very good resources listed here
http://biztalk247.com/educate.aspx
http://biztalk247.com/learnmedia.aspx
There is virtual labs sections for various topics..spend a day or two going through all the example.
http://www.cloudcasts.net/ is another resource I'll recommend, where they got lot of small videos help you understand topics.
I'll ignore the advice from Ashish Jaiman, custom adapter development is not a trivial task and its for advanced BizTalk developers