简体   繁体   English

如何从BizTalk SendPort执行存储过程?

[英]How Do I Execute A Stored Procedure From A BizTalk SendPort?

I would like to call a stored procedure from a SendPort. 我想从SendPort调用存储过程。 I want to avoid an orchestration and instead, create a subscription to the message box based on the receive port and message type. 我想避免编排,而是根据接收端口和消息类型创建对消息框的订阅。 I also need to use attributes from the received message xml as parameters for my stored procedure. 我还需要使用收到的消息xml中的属性作为我的存储过程的参数。

My assumption is that I should use WCF-SQL adapter. 我的假设是我应该使用WCF-SQL适配器。 However, the only examples I have found require a 20 step process and some magic/luck... oh yeah, and an orchestration. 然而,我发现的唯一例子需要一个20步骤的过程和一些魔术/运气......哦是的,还有一个编排。 Am I crazy for thinking this should be way simpler than it seems? 我是否因为认为这应该比看起来更简单而疯狂? Can anyone provide me with resources or advice? 任何人都可以为我提供资源或建议吗?

Is one of the examples you looked at the excerpt from Richard Seroter's book? 你看过Richard Seroter的书摘录的一个例子吗? http://www.packtpub.com/article/soa-capabilities-in-bizTalk-wcf http://www.packtpub.com/article/soa-capabilities-in-bizTalk-wcf

What you want to do can be done without an Orchestration. 您可以在没有Orchestration的情况下完成您想要做的事情。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM