Siebel – SIA BC Utility Service – Invoke BC Method
by Ankit BhardwajI had discussed about the vanilla Business Service, “SIA BC Utility Service”, method “Next Record” in my previous post. Today, I will discuss the other method that this BS supports, “Invoke Method”.
This method provides the functionality of invoking a particular method of the specified Business Component i.e. a method of that particular BC for which this business service is used for can be called using this method. This method requires two input arguments for the same:
i) BusComp Name :- This argument requires the bus component name whose method needs to be invoked.
ii) Method Name :- This argument requires the name of the method that has to be invoked.
Once you specify these input values, the BS will work and will save a lot of scripting which may otherwise needed to be done.
Hope you have enjoyed my series on the BS, “SIA BC Utility Service”.
Related posts:
- Siebel – SIA BC Utility Service – Loop multiple records This is a vanilla business service which provides an extensive...
- Siebel – FINS Industry XML Query Service “Extracting values from a tag deep down in the Hierarchy.”...
- Siebel – SIS OM PMT Service There are lots of vanilla business services available in Siebel...
- Siebel – EAI Siebel Adapter – Looping Multiple Records This is a follow-up post on the post, Siebel –...
- Siebel – FINS Teller UI Navigation Siebel is POWERFUL! Now, need I even say that? And,...
- Siebel – Fetch Active view properties – II We discussed about fetching the values from the active view...
- Siebel – EAI JMS Transport Hi All, After being a mere spectator and a regular...
Good description Ankit
Hi, I’m trying to use this BS, but i came across some problems.
I want to invoke the BC Method GetPicklistBusComp.
Initially i was using the SIS OM PMT Service with the Invoke BC Method, because for this BC Method you need to pass an input (the fieldName). The problem is that, when i simulate this BS in the Simulator it crashes my Client…and i cant get any error message.
Using this BS i can’t also get anything. I set my WF to get the same BO i need to get the BC and i have also set the Object Id in the wf to be the same has the row_id of the Primary BC of the BO…
Can you give me some help?
Thanks
Hi Pedro,
This BS has worked well for us till we were using it.
Since you say your client is crashing on using this BS, maybe, there is some specific issue with your installation. Try debugging on another machine, or maybe a friend’s PC with Siebel installed.
You may wish to reinstall your Siebel tools and web client to come over the issue.
Regards