Inbound web services
You can use any of several web services to integrate with ServiceNow applications, including REST, SOAP, JSONv2, and RSS.
- SOAP web service
Simple Object Access Protocol (SOAP) is an XML-based protocol for accessing web services over HTTP. - JSONv2 web service
The ability to describe sets of data in JSON format is a natural extension to the JavaScript language. - RSS web service
RSS (Rich Site Summary) is a format for delivering web-based information that changes regularly. - Exporting and converting records into complex data types
Use URL parameters to export table records and convert them into complex data types, such as JSON, XML, PDF, CSV, and XLS. - Inbound web service examples
Inbound web service examples demonstrate how to access ServiceNow web services.
Parent Topic:Web services