- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2017 02:50 AM
Hi ,
I have a task to generate or rather insert incidents in Service Now using Rest API explorer from servicenow and soapUI tool.
As soon as incident is inserted from a soapui tool to service now a mail should be generated.
Please anyone know where to begin from?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2017 08:03 AM
Hi Neha,
Please pass the fields in the body of request as shown below, This worked for me.
1) Change media type to json and add your query
2) Add the content-type and accept headers
Thanks
PS: Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2017 04:38 AM
Thanku sujala for the response but I am working with REST services.Problem is:
1...I don't know what services to configure on servicenow to connect to soapUI
2...How to make a REST request from soapUI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2017 04:44 AM
Hi,
Please refer this article on how to setup SOAP UI with Service Now
Mini-Lab: Web Services — Part 1: Using SoapUI to Test ServiceNow WSDL
You cannot send rest requests from SOAP UI, Either user Rest API Explorer in Service Now or use Advanced Rest Client plugin provided by Google Chrome
Advanced REST client - Chrome Web Store
Thanks
PS: Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2017 01:16 AM
Hi,
I am able to insert a record through REST API in SOAP UI tool to service now incident table but the only problem is that is not inserting field values.
Only a record is created in service now everytime I run the request from REST API but there are no changes in the fields like category or short description etc.
Please find attached the snapshot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2017 12:22 AM
Any help regarding this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2017 12:59 AM
Hi,
What method are you using to update the record?
Thanks
PS: Hit like, Helpful or Correct depending on the impact of the response