There are some situations where Siebel configurators need the ability to send HTTP information back to external web systems, via http from within a script to confirm an order or validate certain operations before the script can continue its normal execution.
Solution:
From a scripting perspective, the Siebel EAI HTTP Transport can be used as a business service providing both GET and POST methods for submitting the information to the external system. It can be invoked either from Browser or Server script using similar syntax, with the exception of the business service method invocation, where the Output property is received differently in the Browser Script.
Another alternative in Standard Interactivity mode where business services are not available in Browser Script is to use the Java Script Open method to construct an HTML page on the fly, which posts the data to the external system.
http://www.siebeldigest.com/
Saturday, October 17, 2009
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment