- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2016 08:06 AM
I created a custom web service for incident. It goes through a transform map. When I use SOAPUI or the REST API Explorer I get a 404 record not found. When I look a the logs it says:
Error User somesoapuser is not allowed to access com.glide.processors.PopupProcessor: no thrown error com.glide.ui.ServletErrorListener
Error User somesoapuser is not allowed to access com.glide.ui.GlideServletUITransaction: no thrown error com.glide.ui.ServletErrorListener
Error User somesoapuser is not allowed to access com.glide.ui.GlideServletUITransaction: no thrown error com.glide.ui.ServletErrorListener
I cannot find any info on this nor why this is causing an issue.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2016 07:48 AM
I figured it out. It's querying against the import table. Duh. So it will not find the incident since there is no record. Thanks for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2016 08:17 AM
Hi Tom,
Could you share the get?
Best Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2016 08:23 AM
Sure, here it is from SOAPUI:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:u="http://www.service-now.com/u_incident_integration">
<soapenv:Header/>
<soapenv:Body>
<u:get>
<u:sys_id>ba2a7c8b0f863d003dec588792050e0f</u:sys_id>
</u:get>
</soapenv:Body>
</soapenv:Envelope>
The sys_id is an active incident.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2016 07:48 AM
I figured it out. It's querying against the import table. Duh. So it will not find the incident since there is no record. Thanks for the help.