All Questions
Tagged with biztalk-orchestrations web-services
5 questions
3
votes
3
answers
1k
views
BizTalk orchestration: My messages are not shown in Transform settings
I am writing a BizTalk orchestration which involves a set of messages (which are input/output of some web-services). I want to perform transform on these messages but when adding "Transform" to my ...
1
vote
2
answers
225
views
Preferred Communication method between systems using Biztalk
We have 2 systems between which we want messages to be exchanged. I am currently designing the application and have been given 2 choices.
System 1 to push messages to an intermediate location (FTP or ...
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, ...
0
votes
1
answer
36
views
Webport Issus with webmessage and multippart messages
I'm having an issue while creating orchestration by consuming webservice
Web message response variable name - msgReponse.webserviceResponse
multipart message response variable name - msgResponse....
1
vote
2
answers
2k
views
How to expose biztalk orchestration as a web service
I have a hypothetical request to pull in 3 data fields into an orchestration but only via a web service.
how can I do this with biztalk?
thanks