REST JSON Christmas Puzzle – Work around

Posted: January 4, 2016  |  Categories: BizTalk Uncategorized
Tags: JSON Pipeline

I created the following workaround  to my Christmas puzzle . I created a custom pipeline that includes the Json encoder and BRE pipeline framework pipeline components.

jsonpipeline

I created a business rule shown below to replace null,  with “ “, in the JSON message and ran this from the BRE pipeline component framework. This would not be good with large messages but I went with this because my JSON messages will be small.

BRE

Please let me know if you find a better work around.

BizTalk360
BizTalk Server

Over 650+ customers across
30+ countries depend on BizTalk360

Learn More
Serverless360
Azure

Operate efficiently with enterprise-grade Azure monitoring,
tracing, remediation & governance in one platform

Learn More

Back to Top