Inbound REST message via MID Server

Abbey2
Tera Expert

In ServiceNow, i'm aware i can send outbound REST request via a MID Server to resources within my local network.

Is it possible to receive REST messages from local resources to my mid server, rather than pointing the endpoint directly to the instance staging table or scripted endpoint. If yes, how is that achievable, how do i define the mid server endpoint, and how do i process the message once it gets to the instance.

Thanks.

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Hi Abbey

I'm afraid MID servers cannot be used for incoming requests. But inbound requests from a third-party tool would be secure because they are connected to the ServiceNow instance via SSL.

A MID server is typically used for communication with the customer's infrastructure (outbound), which the ServiceNow instance cannot access directly.

Kind regards 

Maik

View solution in original post

11 REPLIES 11

Please Ashutosh, this is interesting, would love more details on how this was done.

Hi,

I used this one and did some changes here:

https://developer.servicenow.com/connect.do#!/share/contents/2271821_remote_file_importer_import_files_from_a_mid_server?v=1.0&t=DISCUSSIONS

Thanks,
Ashutosh