Mid Webservice Event Listener
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2019 06:59 AM
I have created one mid web service event listener context in my instance. Below is the snapshot of its configuration. In that i have also configured my mid web server extension which will push the events into servicenow, below is the attachment.
And the URL i am using is : http://10.102.0.4:80/api/mid/em/jsonv2
1. My mid server ip is 10.102.0. 4 which i have configured on my vm. I have checked the status is UP.
2. And i have tired with maximum many port i.e. 443, 8097, 8080 and so on.
3. And the username and password is also tried with the mid server user and the basic authorization in mid server context record.
Here i am using default json and trying to push the event through postman application by using the above URL.But always getting the error.
Is something wrong with the configuration or I have to expose any other mid web server service on the VM,
- Labels:
-
Event Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2019 12:14 AM
Hi,
I see in your screenshot that the MID Web Server Context is set to liste to 443...
While our URL is pointing port 80... Maybe that could be the issue?
http://10.102.0.4:80/api/mid/em/jsonv2
regards
Jef

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2019 12:16 AM
Which HTTP Response code do you get?