
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2014 12:15 AM
I am using the same code to develop a program to post data to snow demo instance.
URL : http://wiki.servicenow.com/index.php?title=Table_API_Java_Examples#POST
I'm getting status 404 and stream closed error.
Please help me in this issue.
Solved! Go to Solution.
- Labels:
-
Ask the Expert

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2014 11:17 AM
Thanks Kalaiarasan and Chandan for your valuable reply.
I found out the mistake in the code. It's because of a jar file which is accidentally closing the buffer before connecting to SNOW instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2015 10:16 PM
Your proxy is blocking your connection from MID Server to Service-Now instance. Either you have to pass the proxy credentials OR you can ask your network team to configure the box (on which MID server is installed) such that outgoing requests to https://yourinstance.service-now.com are not blocked by proxy.
Hope this helps.