
The GET request is the fundamental, widely used operation in the REST world. It has one endpoint that only supports the GET operation. The Airport service provides the airport status and delay information from the Air Traffic Control System Command Center (ATCSCC) for every US Airport. In this case I will use the Airport Service as an example.
JSON WIZARD HOW TO
In this blog I will demonstrate how to consume a relatively simple Restful Endpoint that you can choose from the Restful Service endpoints of the US Federal Aviation Administration. There are various scenario’s you can think of to how to demonstrate the functionality of the WCF- WebHttp. The WCF-WebHttp adapter in BizTalk Server 2013 R2 provides means to communicate with these services. There are many web services present that have a REST interface and talk JSON over the wire. With an instance of a Json message you can use the wizard to create a Json XSD schema. By creating a custom pipeline and dragging either a JsonEncoder or JsonDecoder you can serialize Json into xml or vice versa. You do not have to write your own custom components anymore.
