如何从biztalk业务流程中持续使用Web服务 [英] How to continuously consume a web service from biztalk orchestration

查看:84
本文介绍了如何从biztalk业务流程中持续使用Web服务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个网络服务,它将连接到兔子mq并从兔子mq获取消息。我想连续使用biztalk的这个Web服务来将消息发送到biztalk。我能够使用该服务,但为了实现连续性,我需要循环请求响应形状,但每次最终都会出现超时异常或事务异常。一旦例外发生,编排就会出现问题。从脱水状态出来并被暂停。我想以这样的方式实现这个
, 并且业务流程会持续使用Web服务,并且应该优雅地处理业务流程中的所有异常。

I have one web service which will connect to rabbit mq and fetch the messages from rabbit mq. i want to continulously consume this web service from biztalk to get the messages into biztalk. i am able to consume the service but to achieve the continuity i tired looping the request response shapes but everytime it end up in timeout exception or transaction exception. As soon as exception ocurs the orchestration  came out of dehydrataed state and gets suspended. I want to implement this in such a way that  and orchestration consumes the webservice continuously and all the exceptions in the orchestration should get gracefully handled.

任何人都可以帮助我。

推荐答案

我用过
带有RabbitMQbinding的WCF-Custom适配器
。通过这种方式,您不必使用带循环的业务流程。
I've used the WCF-Custom adapter with RabbitMQbinding for it. In this way you don't have to use an orchestration with loops.


这篇关于如何从biztalk业务流程中持续使用Web服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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