cancel
Showing results for 
Search instead for 
Did you mean: 

BODS - ServiceNow connection using Web Service SOAP

former_member465099
Discoverer
0 Kudos

Hi All -

I'm establishing a BODS - ServiceNow connection using Web Service SOAP.

I could make it work with get function as explained in this thread.

https://archive.sap.com/discussions/thread/3589313

I'm facing problems with getRecords function; even though it says fields are optional, its expecting a value in the REQUEST_SCHEMA. Can you please help how to make this work.

Thanks,

Anil

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member465099
Discoverer
0 Kudos

Hi Ankit / Akhilesh,

I could finally fetch records using getRecords function, but the issue right now is it fetches only maximum of 2700 rows. Do we have any kind of setting in BODS to increase timeout or something ?

Regards,

Anil

akhileshkiran
Contributor
0 Kudos

Hi Anil,

I think you are not passing the required parameters to extract the data from the Web Service. You need to pass the schema name in the REQUEST_SCHEMA parameter. Could you please follow the below link as a reference of extracting the data from the WSDL. I hope the below links sort you problem.

https://dwbi.org/etl/sap-data-services/115-web-service-call-in-sap-data-services

http://docplayer.net/20897347-Building-data-integrator-real-time-jobs-and-calling-web-services

Regards,

Akhilesh Kiran.

0 Kudos

Hello Anil,

Could you please add the screenshot of your mapping , want to see how you are passing the values to webservice.