41.What Are Event Handlers?Event handlers are the services that you write to perform some actions when a specific event occurs. 42.In what folder is the webMethods documentation for Broker located?Broker documentation can be located in the following
directory. 43.Can you spell SAP, ERP, CRM, XML and EDI properly?Systems appications & Products 44.What is EAI ?EAI or Enterprise Applications Integration can be defined as data that can be integrated from disparate applications regardless of the platform, allowing the sharing of business processes amongst multiple organizations. 45.What are the Major categories of EAI?Integration can be at different application layers:
Common user interface (e.g. web based) for unified access to multiple applications. 46.What are the Advantages of EAI?Advantages of EAI solutions are:
47.What are the disadvantages of EAI?The main disadvatages of using EAI systems:
48.What are the main companies which provide EAI tools / software?
49.What is webMethods?A company that provides integration tools. The key products include Integration Server, Enterprise Server, Business Integrator, Workflow and Mainframe Integration Server. webMethods is a company, not a product. 50.What are the modules of webMethods Product Suite?
51.What are the tools of webMethods Integration ?
52.What Is Developer?webMethods Developer is a graphical development tool that you use to build, edit, and test integration logic. It provides an integrated development environment in which to develop the logic and supporting objects that carry out the work of an integration solution. It also provides tools for testing and debugging the solutions you create. 53.What Is an Element?An element is an item that exists in the Navigation panel in webMethods Developer.Elements include folders, services, specifications, IS document types, triggers, and ISschemas. In the Navigation panel, servers and packages are not considered to be elements. 54.What Is an Element?An element is an item that exists in the Navigation panel in webMethods Developer.Elements include folders, services, specifications, IS document types, triggers, and ISschemas. In the Navigation panel, servers and packages are not considered to be elements. 55.What Is a Startup Service?A startup service is one that Integration Server automatically executes when it loads a package into memory. 56.What Is a Flow Service?A flow service is a service that is written in the webMethods flow language. This simple yet powerful language lets you encapsulate a sequence of services within a single service and manage the flow of data among them. 57.What Is the Pipeline?The pipeline is the general term used to refer to the data structure in which input and output values are maintained for a flow service. It allows services in the flow to share data.The pipeline starts with the input to the flow service and collects inputs and outputs from subsequent services in the flow. When a service in the flow executes, it has access to all data in the pipeline at that point. 58.What happens when the pub.flow:tracePipeline service is invoked?The Integration Server logs the name-value pairs in the pipeline at that time 59.When creating a BRANCH flow element, what is the purpose of the "scope" field on the properties tab?To restrict pipeline access to only the data in this document 60.What is the primary function of the built-in pub.flow:savePipeline service?Save the current pipeline to a named memory location on the Integration Server |