---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Configure C sharp with .NET

# Configure C sharp with .NET {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Configure web services within ServiceNow.

## Procedure

1. To configure web services within ServiceNow, access the System PropertiesWeb 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.  
2. 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.  

*[\>]: and then


