Configure C sharp with .NET
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- API implementation
Configure web services within ServiceNow.
-
To configure web services within ServiceNow, access the System Properties > Web Services module.
This module displays the system properties that are specific to web services within your instance. For security reasons, you will want to make sure that you require basic authorization for incoming SOAP requests. This ensures that only authenticated users will be able to make any web services calls, whether it be via web service import sets or inserting/deleting/querying via direct web services.
-
This next step is very important if you are using .NET as a client to connect
to ServiceNow. You must
set the elementFormDefault property to false.
This property defines how the WSDLs are qualified. Of course, if you do not consume our WSDL and just create the XML manually, then this property is irrelevant.