Configuring Siebel Open UI > Customizing Siebel Open UI > Customizing Events >

Allowing Blocked Methods for HTTP GET Access


In Siebel Innovation Pack 2014 and later, read and write operations have been separated for all applets, business components, and business service methods.

If you want to allow access to a blocked method for HTTP GET access, a user property has been introduced for applets and business services to include methods on a white list, thereby allowing access using HTTP GET.

This topic describes how to allow blocked methods for HTTP GET access using the GETEnabledMethods user property.

To allow blocked methods for HTTP GET access

  1. Open Siebel Tools.

    For more information, see Using Siebel Tools.

  2. In the Object Explorer, click Applet.
  3. In the Applets list, locate the applet or business service to which you want to add the GETEnabledMethods user property.
  4. In the Object Explorer, expand the Applet tree, and then click Applet User Prop.
  5. In the Applet User Props list, add the user property with the values:
    Field
    Value

    Name

    GETEnabledMethods

    Value

    MethodName1, MethodName2, ... MethodNameN

    Where MethodNameX is the name of a method that should be accessible by way of HTTP GET.

    NOTE:  It is recommended to list only read-only methods in the white list for HTTP GET access. Methods that perform write operations should not be listed.

Configuring Siebel Open UI Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.