Integrate Determinations Server with a client application

What do you want to do?

Use generic web service session data format to build web services session data xml from scratch

Call Determinations Server from Siebel

 

For information on calling Determinations Server from a Java application, see:

Tutorial: Create and use a JAX-WS web service client for Oracle Determinations Server

 

For information on calling Determinations Server from a .NET application, see:

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

 

Use generic web service session data format to build web services session data xml from scratch

In order to use the Oracle Determinations Server service from your application, you must:

  1. Construct a request
  2. Send the request to the Determinations Server endpoint
  3. Wait for the response
  4. Parse the response and extract the information you need.

 

There are many tools and utilities to assist you to construct requests, parse responses and make the web service calls. They all essentially accomplish the same thing, helping build a SOAP request containing XML, sending the request with the correct HTTP headers to a specified endpoint, and then parsing the SOAP response containing xml.

Two tutorials are provided that will walk you through using a standard Web Service client for Java and C#.

Go to:

Tutorial: Creating and using a C# client for Oracle Determinations Server

Tutorial: Create and use a JAX-WS web service client for Oracle Determinations Server

See also:

Example: Assess Request xml

Call Determinations Server from Siebel

For information relating to calling Oracle Determinations Server from Siebel, refer to the Oracle Policy Automation Connector for Siebel Developer Help.