All Questions
5 questions
1
vote
1
answer
2k
views
BizTalk : Consuming WCF Service - There was a failure executing the response(receive) pipeline
I am creating a sample biztalk application which consumes a WCFService for learning purpose. I had no problem in consuming the WCF Service and using that to in BizTalk Application in which I give an ...
1
vote
1
answer
1k
views
How to configure / consume a web service in BizTalk 2013
I need some help in integrating web services into Biztalk 2013
Scenario is, we have several existing Web services which need to be configured in BizTalk 2013. From now onwards the consumer will ...
1
vote
1
answer
418
views
BizTalk map infinite loop during build (easy to replicate)
I'm trying to consume a web service in BizTalk (2013) but the build process ends up consuming 3 GB of memory and quitting after 10 minutes without specifying an error.
I'm not sure if I'm doing ...
0
votes
1
answer
693
views
BizTalk 2013 error - Invalid envelope namespace + other issues
I've been attempting to get a BizTalk orchestration connecting to an external axis2 web service for a couple of days with various issues.
The steps I've taken are:
Generated schema for service The ...
4
votes
1
answer
3k
views
Using BizTalk Web Service to re-publish an internal Web Service
I'm trying to use BizTalk for communicating between two web services.
It has to be like this:
Service1 gets an input and sends message through BizTalk to Service2,
Service2 responds that message, ...