- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2021 06:40 AM
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.
Solved! Go to Solution.
- Labels:
-
Event Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2021 06:55 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2021 06:55 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2021 07:34 AM
Thanks this is also what i've been able to gather so far. I have a use case where client would want to publish rest messages/events to the mid server via ESB, perhaps there's some outbound restrictions from the originating end to the cloud.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2021 08:08 AM
Hi Abbey,
MID server is not an active event listener. All activities are triggered by ServiceNow instance first. If any ESB wants to communicate to ServiceNow it has to do it directly. And I'm wondering why that should not be possible, as the MID server also has been configured to connect to ServiceNow instance.
Kind regards
Maik
If my answer replied your question please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2023 08:24 PM
Hope you would have find solution on this old thread,
Just sharing, that we are using mid to push events via transform scripts, so is doable to push events over api