Understand web services
Out of box, service-now provide channels to communicate with outside world. Service-now is capable enough to communicate over HTTP based web services. It’s is advisable to use MID (Management, Instrumentation, and Discovery) to communicate to outside world as MID server communicate over HTTP to communicate to service-now instances.
Getting ready
To step through this recipe, you should have active instance and valid credentials with admin/web services role.
How to do it...
- Open any standard web browser and type instance address.
- Login in service-now instance with valid credentials.
- On left hand side in search box, type
web services
and service-now will search out module for you as shown following:
Web services
- Out of box, service-now provides following types of web services.
- Publisher: By publishing the web services, you can provide data to external sources to consume. Each service-now table has potential to publish its data to external system.
- Click:
Create New
underInbound...