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
In order to use the Oracle Determinations Server service from your application, you must:
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#.
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
For information relating to calling Oracle Determinations Server from Siebel, refer to the Oracle Policy Automation Connector for Siebel Developer Help.