- 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
‎03-01-2017 02:12 AM
Hi Sujala,
I just used the REST API explorer to insert a record and copied the URL into "new REST project".
Can you please guide on what you suggested.
I used the "inbound web service" in the beginning.
Then the table transform map---
This creates a new table in the database with the name "incident test".
Then I added to the REST explorer to "POST" a record.
A record is created.
But when I try to use this url from SOAP API for REST Service...I get this error everytime:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2017 02:53 AM