Invoke Business Services

Can we invoke Business Services written in Server Side from browser side and how?

Questions by parvathymc

Showing Answers 1 - 3 of 3 Answers

athatwal

  • Sep 17th, 2008
 

You can invoke a method Business Service Server scripts from Browser side in the following way...
1). instantiate BS like var oBS = theApplication().GetService("< BS name >")
2). Create input Property set
3). create Output Property Set
4). Set required input parameters
5). invoke BS method like< output Property Set > = oBS.InvokeMethod("< method name >",< input property Set >);

hope this helps you.
Arjun

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions