How to Generate SiebelMessage for Testing a Integration Object?
There are many instances when you create a Integration Object to either Query, Insert, Update some data in Siebel. Now, if you want to test your IO, you need a Siebel Message(a hierarchical message) generated out of your IO. So, the best and easiest way to do is use, “PRM ANI Utility Service”. This business service provides a method “Create Empty Property Set.”
1. So, just goto Site Map -> Administration – Business Services -> Business service simulator
2. In the top applet, enter the BS name as PRM ANI Utility Service, and pick the method name as Create Empty Property Set
3. In the middle applet create a new record and click on the Property Name field. Add a property there with
Name: Hierarchy Name
Value: <your integration object name>
4. You can give a try by using any vanilla integration objects like “Account_EMR“, “Action_EMR“.
5. So, once you click, RUN, it will give you the empty Hierarchy in the outputs. You can move the output to middle applet, by clicking the MOVE button in bottom applet.
Other important methods of PRM ANI Utility Service are
GetProperty/SetProperty: You can modify/get any property in XML hierarchy and SiebelMessage structure by just using this method.
There are some more methods, which can be helpful in Siebel Message processing.
Read a Related Note on how to use PRM ANI Utility Service more easily









Leave your response!