- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 08:13 AM
Hi,
We have a use case where ask is to read data from an "URL"[Web Service]. We were evaluating "Data Source" component of ServiceNow but don't find a correct Type for this situation. Any suggestion what is the best OOB option to deploy for this use case?
Many thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 08:21 AM
Hello @VL10 ,
You can use rest api(GlideHTTPRequest),
soap api(.SOAPMessageV2), or integration hub. Choose any one from these depends on your need and complexity of data access.
If my answer resolves your query, mark as correct and helpful.
Regards,
CB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 08:21 AM
Hello @VL10 ,
You can use rest api(GlideHTTPRequest),
soap api(.SOAPMessageV2), or integration hub. Choose any one from these depends on your need and complexity of data access.
If my answer resolves your query, mark as correct and helpful.
Regards,
CB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 10:16 AM
Thanks Chetan would you have an example of how or where to set this up in Integration Hub or a pointer to some documentation?