Tutorial: Create and use a C# client for Oracle Determinations Server

Tutorial: Create and use a C# client for Oracle Determinations Server

The advantage of using a rigorous and well defined interface, such as a WS-I compliant web service, is the ability to integrate it with other applications using tools to aid that integration. Using HTTP as the communication layer and XML as the request and response formats gives a systems integrator an industry standard way of communicating with the choice of many tools to build that integration.

This tutorial is a quick walkthrough of the direct integration of the Determinations Server running a rulebase with a simple .NET application (written in C Sharp). Integration between the application and the Web Service is handled by a client, automatically generated by Visual Studio 2008. The generated web service client will perform the job of creating the request as a web service call, making the call, and interpreting the response.

 

 

Requirements to follow the tutorial

This tutorial discusses programming in C#. You should be familiar with C#, and Visual Studio.

The following software is required to follow this tutorial.

 

This tutorial uses Visual Studio to generate a Service Reference. For more information on how to add a reference to a web service in Visual Studio, see http://msdn.microsoft.com/en-us/library/bb628649.aspx