In this video on WMB Tutorials we will see how to call very simple GET service from WMB message flow. This is very simple example where we are not even passing any request data to service.
Service to call
http://localhost:7080/services/UserDetails
GET Method
We are using HTTP Request node to call a HTTP REST service which is already deployed on same server.
Service Response
{
"person_id": 1,
"given_name": "Dave",
"family_name": "Badger",
"title": "Mr",
"birth_date": "1960-05-01 00:00:00",
"statusCode": "200",
"statusDescription": "User is found"
}
Watch video WMB Tutorials | Calling Http Rest Service from WMB Flow online, duration hours minute second in high quality that is uploaded to the channel ProjectsGeek 16 December 2017. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 10,690 times and liked it 71 visitors.