What is the Object Definition Builder?
This tool is used to define an XML file that EMUE will use to communicate with web services.
1. | Object Explorer - The tree view that displays an Object, its Methods, Method Properties, Result Properties and Service Definition. |
2. | Properties - This view displays the contents of each node in the Object Explorer and allows editing. |
3. | Validate Object Definition File - As you build an XML file, the structure must match EMUE's XML Schema Defintion (XSD) to work properly in an EMUE script. Errors will be displayed here. |
4. | Data Sent/Data Returned - After a method is executed in an EMUE script, this section will display contents sent out to the web services and any data returned. The data returned is data that can be utilized inside your script. |
5. | Methods called by EMUE - This is a running history of methods called and their corresponding sent and returned data from the web service. |

|