Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
2k views

BizTalk - JSON Post WebService causes 500 Internal Server Error

I have a requirement within BizTalk to post data to a web service. This data needs to be in JSON format - once posted I am expecting something back in the same format but before I receive anything I ...
Arx's user avatar
  • 123
0 votes
2 answers
158 views

Message not being picked up from onRamp WCF type send port in BizTalk

I have an Orchestration in my application which receives an XML message as an input from MSMQ, processes it and then in the end sends it to an OnRamp WCF send port. Now the OnRamp port has got ...
pradeepradyumna's user avatar
1 vote
2 answers
898 views

Consuming WCF service from dynamic send port in biztalk over https and in PUT mode

I want to consume a PUT WCF service over a https connection from a BizTalk orchestration dynamic send port so far I am using this code in my message assignment shape XMLDocumentOutput(WCF....
Kishan Bhatt's user avatar
3 votes
2 answers
1k views

How to persist BizTalk orchestration before send shape - for resending

I have an orchestration that calls a WCF Service, which is a 2-way request/response send port. Like so: I've been trying to figure out a way to get the orchestration to persist in a state BEFORE the ...
Bensonius's user avatar
  • 1,541
0 votes
1 answer
513 views

Not receiving response from WCF service in BizTalk

I am consuming a WCF service in BizTalk orchestration which returns a DataSet. I have tried to consume the service in ordinary way but couldn't succeeded. Please let me know is there any special way ...
Shabbir Hussain's user avatar