This is the first in a set of tutorials that will walk you through the steps necessary to receive and write JSON in your LANSA Composer solution.  They should be completed in the order they are presented:

     JSM021 – Create a LANSA Integrator Project and the JSON Server Types

     JSM022 - Create, Build and Deploy the JSON Binding Solution for the JSON Request

     JSM023 - Create a JSM Binding Script Configuration that receives the JSON Request

     JSM024 – Test the JSM Binding Script Configuration that receives the JSON Request

     JSM025 - Create, Build and Deploy the JSON Binding Solution for the JSON Response

     JSM026 - Create a JSM Binding Script Configuration that prepares the JSON Response

     JSM027 – Test the JSM Binding Script Configuration that prepares the JSON Response

     JSM028 – Putting it all together: Receive the JSON Request and prepare the JSON Response

     Before you begin, you should already have completed:

JSM001 - Configure LANSA Integrator Studio for use with LANSA Composer

Complete the following steps to create a sample of the JSON request that we will receive and process:

  1. Using a text editor such as notepad.exe, open a new text document and copy and paste in the following lines:
    {
        "BatchNumber":"A000000001",
        "OrderNumber": "1234567890"
    }


  2. Save your sample JSON request to a location on your LANSA Composer server where your LANSA Composer solution will be able to access it.  We suggest saving it into LANSA Composer's tutorial files directory:

Continue with the first tutorial in this set:

JSM021 – Create a LANSA Integrator Project and the JSON Server Types