Web service as a data source for CMDB

VL10
Tera Expert

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.

 

1 ACCEPTED SOLUTION

chetanb
Tera Guru

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

View solution in original post

2 REPLIES 2

chetanb
Tera Guru

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

VL10
Tera Expert

Thanks Chetan would you have an example of how or where to set this up in Integration Hub or a pointer to some documentation?