The ServiceNow platform provides an easy and powerful tools for defining, requesting users to answer, and answering the surveys.
Some time ago a client of ours had an issue. They wanted to provide their end users a way to answer a survey anonymously, but due to Single Sign On setup (and network) the ServiceNow platform would always know who the survey taker was.
In this particular case the client decided to setup an external web server hosting a web page which would POST the survey data to a servlet which in turn would invoke ServiceNow's SOAP web services.
Since I currently have a thing going on with MuleESB, I decided to see how it could be used to solve the dilemma. Nothing fancy, just the bare bones implementation. See below.
ServiceNow and other areas of interest for the elevated and privileged of ServiceNow instances
Showing posts with label integration. Show all posts
Showing posts with label integration. Show all posts
2013-08-18
2013-04-22
ServiceNow’s JSON Web Service interface 3 / 3
Data modification functionality
In the first instalment of this blog series I briefly covered the JSON notation, compared it to SOAP and wrote about the overview of the ServiceNow platform’s JSON Web Service Interface.In the second post I wrote about the JSON Web Service URL composition, action parameters and the Data retrieval functionality
In this blog post I will be covering the data modification functionality of the JSON Web Service interface.
2013-04-15
ServiceNow’s JSON Web Service interface 2 / 3
Data retrieval functionality
In the previous instalment of this blog series I briefly covered the JSON notation, compared it to SOAP and wrote about the overview of the ServiceNow platform’s JSON Web Service Interface.In this blog post I will be covering the data retrieval functionality of the JSON Web Service interface. Namely the “get”, “getKeys” and “getRecords” actions. I will also cover the “action parameters” used to alter the behaviour of the JSON Web Service.
2013-03-25
ServiceNow’s JSON Web Service interface 1 / 3
Foreword
The ServiceNow platform provides a number of integration functionalities which can be used to glue a ServiceNow instance and any 3rd party software together. One of the less known, and certainly less used, integration interfaces provided by the ServiceNow platform is the JSON Web Service interface.The reason for the low adoption rate can probably be attributed to popularity of the SOAP over HTTP in the enterprise software industry and to the fact that the “JSON Web Service” plugin is not active by default on Out-of-the-Box ServiceNow instances.
Subscribe to:
Posts (Atom)