Mid Webservice Event Listener

milan51
Giga Contributor

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,  

2 REPLIES 2

JF Muller
ServiceNow Employee
ServiceNow Employee

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

 

JF Muller
ServiceNow Employee
ServiceNow Employee

Which HTTP Response code do you get?