问题描述
我们有类库文件,它根据输入提供不同格式的数据集结果。我们用魔杖为此创建自定义适配器以从类库中获取数据。请帮助我。
we have class library file, which gives the different format of data set result depending on the input. We wand to create the custom adapter for this to get data from class library. Please help me.
推荐答案
编写完美的自定义适配器并不是一件容易的事,因为你会有照顾很多事情。
Writing perfect custom adapter is not an easy task because you will have to take care of many things.
所以,我相信你应该考虑一些解决方法(任何其他方式)来满足你的要求。就像编写管道组件,接收流中的输入或任何其他技术一样。
So, I believe you should think of some workaround(any other way) to meet your requirement. Like writing pipeline component, receiving input in streams or any other technique.
如果你想编写自定义适配器,请参阅下面的链接 -
In case you want to write custom adapter refer below links-
Tips :In Biztalk Building Custom Adapter
这篇关于如何为插件创建自定义适配器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!