Web services C Sharp .NET end to end tutorial
Examples demonstrating how to use .NET to consume a ServiceNow web service.
This tutorial will show you how to configure ServiceNow correctly to receive a web service request from your .NET client, as well as how to consume our web services using C# .NET.
- Configure C sharp with .NET
Configure web services within ServiceNow. - Call a web service in visual studio .NET
Call a web service using Visual Studio 2008. - C Sharp integration results
If you have followed the tutorial correctly, you should receive the result whether you used a Service Reference or a Web Reference. - Troubleshoot a null response in a C Sharp integration
Receiving a null response from ServiceNow's web service.
Parent Topic:Inbound web service examples