skip to main content
Corticon Server: Deploying Web Services with .NET : Consuming a Decision Service on .NET server : Path 2: Using bundled C# sample code to consume a Decision Service
 

Try Corticon Now

Path 2: Using bundled C# sample code to consume a Decision Service

To use this path, you should have solid .NET programming skills and familiarity with the .NET Framework SDK environment. This guide does not provide in-depth explanations of working within the .NET environment.
Sample web service client code is provided in [CORTICON_HOME]Server .NET\samples\webservice-client. This sample includes the following files:
*Cargo_FlightPlan.wsdl - WSDL generated by the Deployment Console
*CargoDecisionProxy_ASPNET.cs - C# web service proxy generated by wsdl.exe
*CallCargoService.cs - C# code demonstrating how to call the web service
*GenProxy.bat - Code to generate the decision service proxy from the WSDL
* Creating the WSDL and proxy files