ServiceNow integration with .NET

priya_maheshwar
Kilo Explorer

I have been trying to get an insertResponse from the ServiceNow web-service. I know that the elementFormDefault property under Webservices need to be set to False.

Since I do not have an admin login, I cannot do so. Is there an alternate? I need a response from the web-service, be it a Boolean that a new record is created. Please help.

Thanks in advance

1 REPLY 1

Chuck Tomasi
Tera Patron

Based on your description, I'm assuming you are writing a .NET app to get/put information in to ServiceNow. Please correct me if I'm wrong.



The preferred method for integrations is to use some form of authentication so you can grant that particular account the roles and rights it requires to access the data it needs (and avoid the data it does not.) I strongly recommend creating some type of "service account" and using that in your app.