Error Details: There was a failure executing the send pipeline <Pipeline Name> Source: "JSON encoder" Send Port: <Send Port Name> URI: <URI> Reason: Input string was not in a correct format. Reason: Most of the time when we generate schemas with XML or JSON or csv files with specified wizard (JSON Schema wizard, Flat File … Continue reading JSON Error: Input string was not in a correct format
BizTalk with Rest Service Form-Data
when there is requirement to consume REST web service in Form-Data. BizTalk need to send request to REST Service in Form-Data format. And BizTalk always send data in JSON raw format by default. If we change the content type on send port still doesn’t work. So before sending file to REST Service, we need to … Continue reading BizTalk with Rest Service Form-Data
Tracking Messages in BizTalk
Microsoft BizTalk server provides a great feature of message tracking. We can track each message processed in BizTalk either success or failure. For failure message we always check in suspended instance in BizTalk Admin console group hub. Or provide some exception management e.g. ESB management console to handle fault message and stored the message. For … Continue reading Tracking Messages in BizTalk
Implement XSLT in BizTalk mapping
There are two ways to implement custom xslt in BizTalk mapping. Implement xslt for full mappingpartially implement xslt by using Script functoid Implement xslt for full mapping: Microsoft provides very rich features for mapping. still if there is require for custom xslt then also its make easy to create xslt by BizTalk mapping. just right … Continue reading Implement XSLT in BizTalk mapping
Import Schema
While creating BizTalk Schema, BizTalk provides Import, include and redefine mechanism through which there can be consume schema into other schema and it make easy to create schema, if there is require to create several schemas. Here we defined the mechanism how to create schema that use other schema XML Schema definition (XSD) language provides … Continue reading Import Schema