- Run the example application in Anypoint Studio using the
Runmenu. The project will now build and run. It will take a minute. - Go to your web browser and send the following request: http://localhost:8081/?lastname=Testowsky.
You should get the following JSON response:
[
{
"GlobalID": 101,
"FirstName": "Test",
"LastName": "Testowsky",
"DateOfBirth": "1980-01-05T00:00:00",
"JoinedDate": "2004-08-01T00:00:00",
"DepartmentCode": 1
}
]