문제

Can we have ESB Toolkit 2.0 to route the incoming messages to WCF services hosted in IIS? I'm thinking of using content based routing, validation and transformation capabilities of ESB for WCF services.

Thanks

도움이 되었습니까?

해결책

Of course, you can.

The routing mechanism from BizTalk ESB Toolkit 2.0 supports WCF services. All WCF bindings are supported, including custom bindings as made available from the various WCF adapters.

All properties on the request-response EndPoint may be specified.

But the WCF service consumed from ESB Toolkit does not necessarily have to be hosted in IIS. As long as a corresponding binding exists for the service, you will be able to use it.

May I suggest that you question only calls for a yes or no answer. Do you have some difficulties using the Itinerary Designer?

다른 팁

You can definitely use ESB toolkit for route your messages to WCF service. Both Static and BRE resolvers can be used and wold require you to pass the following parameters.

enter image description here

I am also using a map to create the WCF Service Request so I am using a Transform as well (as shown in the image) but you can use it without that as well.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top