---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Web services

# Web services {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

HTTP-based web services allow diverse applications to talk to each other. ServiceNow supports both inbound (provider) and outbound (consumer) web
services.

## Inbound web services

Inbound web services allow you to access and modify ServiceNow data
using a client application.

* [REST APIs](https://servicenow-prod.fluidtopics.net/2vuQj3~2s_niNXyXhrbRZA "REST (REpresentational State Transfer) is a simple stateless architecture that provides standards between computer systems on the web, making it easier for them to communicate with each other.")
* [Scripted REST APIs](https://servicenow-prod.fluidtopics.net/x1EOw4mDLxo1z7QG_tlNhQ "The scripted REST API feature allows application developers to build custom web service APIs.")
* [Query record data using the GraphQL API framework](https://servicenow-prod.fluidtopics.net/2Q1cirFC~oyqNuLWkaEpyQ "Create a custom GraphQL API to query record data from a component or a third-party system.")
* [SOAP web service](https://servicenow-prod.fluidtopics.net/sTBQth13zJB9qSZPTI08ng "Simple Object Access Protocol (SOAP) is an XML-based protocol for accessing web services over HTTP.")
* [JSONv2 web service](https://servicenow-prod.fluidtopics.net/yLG4mv4gv6FFgVH7bI6XmQ "The ability to describe sets of data in JSON format is a natural extension to the JavaScript language.")
* [RSS web service](https://servicenow-prod.fluidtopics.net/5yjqa3YyZuv4aY5uVAQ6LA "RSS (Rich Site Summary) is a format for delivering web-based information that changes regularly.")
* [Scripted SOAP web services](https://servicenow-prod.fluidtopics.net/KwaY9L8TdI1_AaLO4ty5UQ "Scripted SOAP web services allow a ServiceNow administrator to create custom SOAP web services.")
{#r_AvailableWebServices__ul_sf5_m21_br}

## Outbound web services

Outbound web services allow you to send SOAP and REST messages to external web service
providers.

* [Outbound SOAP web service](https://servicenow-prod.fluidtopics.net/uwf~urtW~WWYBeaaXlBZ7Q "The SOAP Message module can be used to develop, prototype, and save outbound SOAP messages that can be reused in business rules and scripts.")
* [Outbound REST web service](https://servicenow-prod.fluidtopics.net/CmL39lK0~Fff7gLICjMusg "ServiceNow outbound REST functionality allows you to retrieve, create, update, or delete data on a web services server that supports the REST architecture.")

{#r_AvailableWebServices__ul_a1b_p21_br}  
Note:  
ServiceNow has partnered with Boomi to deliver Boomi API Management, a cloud-based platform that enables customers to discover, manage, secure, and monetize their APIs. Boomi supports full lifecycle API management, including governance, analytics, and API security. {#r_AvailableWebServices__boomi-note-p1}

Boomi provides [documentation](https://help.boomi.com/docs/Atomsphere/API%20Management/api-links) though their own portal, and customers requesting support with Boomi API Management will contact the Boomi support through their standard channels.{#r_AvailableWebServices__boomi-note-p2}

To get started, see the Boomi API Management listing on the [ServiceNow® Store](https://store.servicenow.com/), which includes information about entitlements and required plugins, as well as a link to the [Boomi API Management documentation](https://help.boomi.com/docs/Atomsphere/API%20Management/api-links).{#r_AvailableWebServices__boomi-note-p3}
* **[Inbound web services](https://servicenow-prod.fluidtopics.net/w_aj3ZGB~RjRh4yZqWa~HQ)**   
  You can use any of several web services to integrate with ServiceNow applications, including REST, SOAP, JSONv2, and RSS.
* **[Outbound web services](https://servicenow-prod.fluidtopics.net/58feirxHrupidY6aQaHfLQ)**   
  You can use any of several outbound web services to integrate with ServiceNow applications, including REST and SOAP.
* **[Additional integration resources](https://servicenow-prod.fluidtopics.net/cW1bmPeUezIQhgj~8pAkGQ)**   
  In addition to employing inbound and outbound web services to integrate with ServiceNow apps, other resources are available to you, such as scripted GraphQL, Javascript, and API developer guides.
* **[REST APIs](https://servicenow-prod.fluidtopics.net/2vuQj3~2s_niNXyXhrbRZA)**   
  REST (REpresentational State Transfer) is a simple stateless architecture that provides standards between computer systems on the web, making it easier for them to communicate with each other.

