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
Open Siebel Tools.
For more information, see Using Siebel Tools.
In the Object Explorer, click Applet.
In the Applets list, locate the applet or business service to which you want to add the GETEnabledMethods user property.
In the Object Explorer, expand the Applet tree, and then click Applet User Prop.
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.