Outbound REST interface in ServiceNow

A very common case in any enterprise development is to bind one piece of software to another. Whether it is an SAP, which needs to post tickets to Jira, or Dynamics, willing to publish data in SharePoint – it is quite often a case, when we want to use web services. This article will be describing a simple case of outbound web service development in ServiceNow.…