
- 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
02-25-2015 09:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2015 09:34 AM
Hi,
Im trying to get Incident data from a java program by using REST Web services. I have tried with sample code given in Wiki. But its not working. could you please share a working code if you have any ?
Regards,
Hima Pallela

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2015 09:36 AM
HI Hema,
I have already attached the sample code.
If you want to retrieve the information as well, than I can provide that code to you as well.
One thing, Are you behind any proxy?
--
Cheers,
AR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2015 09:41 AM
Hi Akash,
One of the Java Developer reached me for Servicenow integration with Java. i have provided the sample code given in wiki. They are accessing it from my company network & getting error "unknown host exception". Then now im trying to execute the same code in my personal laptop, im getting different kind of error. Any help will be appreciated.
Regards,
Hima Pallela

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2015 09:57 AM
issue is b'coz of proxy.
In my previously attached example, you will find how to add proxy.
If still facing the issue, contact me.
--
Cheers,
AR