Inbound and outbound call in Mid Server

Deepika Jain
Tera Contributor

As Mid Server process , What is inbound and outbound call ? SNOW documentation says it is only make outbound calls .

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

@Deepika Jain An inbound call is a webs-service call which a ServiceNow instance receives from a third party system. An outbound call is a web-service call which the ServiceNow system makes to access data on a third party system with the help of an API.

 

In order to provide higher degree of data security ServiceNow only allows MID server to initiate any communication with ServiceNow instance hence only outbound calls are supported from MID server to ServiceNow instance. For more information please refer to https://docs.servicenow.com/en-US/bundle/rome-servicenow-platform/page/product/mid-server/concept/mi...

View solution in original post

2 REPLIES 2

Sandeep Rajput
Tera Patron
Tera Patron

@Deepika Jain An inbound call is a webs-service call which a ServiceNow instance receives from a third party system. An outbound call is a web-service call which the ServiceNow system makes to access data on a third party system with the help of an API.

 

In order to provide higher degree of data security ServiceNow only allows MID server to initiate any communication with ServiceNow instance hence only outbound calls are supported from MID server to ServiceNow instance. For more information please refer to https://docs.servicenow.com/en-US/bundle/rome-servicenow-platform/page/product/mid-server/concept/mi...

Deepika Jain
Tera Contributor

Got my answer, Thank you!