Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Consume one WCF service for multiple Biztalk application › Re: Consume one WCF service for multiple Biztalk application
August 19, 2010 at 1:53 PM
#25691
Hi,
But after you generate schemas – you have binding files – in which you can change port names – to be created.
Open binding XML file, find there a property Receive port name/ or send port – if you send request and get resposne – and change them.
The other thing: if you need to use one receive location – by two different applications (by the way – what’s the difference? all messages are proceeded twice? Or different messages?) – and use direct binding. When a message arrives to message box – it will be picked by all subscribers (two your applications at once.)