Skip to main content

Posts

Showing posts with the label Web Engine HTTP TXN

Using the "Web Engine HTTP TXN" Business Service to Access Cookies, Querystring Parameters, Form Field Parameters, HTTP Headers, and Server Variables (Doc ID 476473.1)

APPLIES TO: Siebel Tools - Version 8.0 [20405] to 17.0 [IP2017] [Release V8 to V17] Siebel Tools - Version 17.0 [IP2017] and later All Platforms PURPOSE HTTP provides several means to allow Web Servers to obtain information from the browser.  The most familiar example is that when a user enters data into a form on a Web page, the data is sent to the Web Server, which can access the value of each form field.  This example illustrates sending form field parameters to the Web server with a POST method.  In general, a browser can send Cookies, headers, querystring parameters, as well as form field parameters to the Web server.  Web servers can also respond back to the browser with Cookies and custom headers.  The "Web Engine HTTP TXN" business service enables Siebel eBusiness Applications to retrieve or set Cookies, headers, and querystring and form field parameters. SCOPE This document is informational and intended for any user. Note that there are co...

How to get IP address of the Client Machine, running Siebel Thin Client UI? (Doc ID 1602072.1)

APPLIES TO: Siebel CRM - Version 7.5.1 SIA [15026] and later Information in this document applies to any platform. *** Checked for currency on SEP-26-2016 *** QUESTION: ------------ How to obtain IP Address to the machine, running  the Siebel Thin Client without looking in the log files? SOLUTION ANSWER: ----------- Consider to use the "GetAllServerVariables" method of the standard Business Service "Web Engine HTTP TXN" (consider the Doc ID 476473.1 ) This method returns the "REMOTE_HOST" output argument the IP of workstation that runs Siebel Thin Client Session. Please note:  This business service does not fetch the valid IP address on the Siebel Dedicated Client, it is only applicable and should only be used/tested using Siebel Web Client. Source: https://support.oracle.com/ > Doc ID 1602072.1

How to get IP address of the Client Machine, running Siebel Thin Client UI through Workflow? (Doc ID 1602072.1)

Please follow the below steps: Create or Edit workflow. Add Business Service step. Set Business Service Name: Web Engine HTTP TXN Set Business Service Method Name: GetAllServerVariables Go to Output Arguments of Business Service Step and set the values as below: Property Name:  IpAddr Type:  Output Argument Output Argument:  REMOTE_HOST Please note:  This business service does not fetch the valid IP address on the Siebel Dedicated Client, it is only applicable and should only be used/tested using Siebel Web Client.