Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

How to call server asynchronously?

edited Nov 30, 2018 12:27AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 3 commentsAnswered ✓

Dear Community,

I have tried to setup asynchronus custom business service calls from Open UI. But even though it's supposed to run asynchronously, UI is blocked until response is received. I would expect, that user is able to navigate through Siebel and make changes, while waiting for the response.

I have followed steps from bookshelf:

- Bookshelf v8.1/8.2: Allowing Users to Interact with Clients During Business Service Calls

- Bookshelf v8.1/8.2: Application Model Class

This is code for client side:

function ServerCall(){

  var bsSvc = SiebelApp.S_App.GetService("My Service");

  var psIn = SiebelApp.S_App.NewPropertySet();

  var psOut;

  psIn.SetProperty("message","PING..");

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center