option
Cuestiones
ayuda
daypo
buscar.php

WM_CS_LARGE

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
WM_CS_LARGE

Descripción:
EXAMEN DE PRUEBA GRANDE?

Fecha de Creación: 2022/12/05

Categoría: Personal

Número Preguntas: 140

Valoración:(1)
COMPARTE EL TEST
Nuevo ComentarioNuevo Comentario
Comentarios
NO HAY REGISTROS
Temario:

webMethods Messaging uses…. IS Document Types wrapped in JSON messages that are published/subscribed via a webMethods Messaging Provider. XML messages that are published/subscribed via a JMS Provider. IS Document Types (IData) that are published/subscribed via a JMS Provider. IS Document Types (IData) that are published/subscribed via a webMethods Messaging Provider.

With CentralSite integration in Designer. You can create Flow services using Drag and Drop. You can create Document Types using Drag and Drop. You can create webMethods Messaging Triggers using Drag and Drop. You can create Service Specifications using Drag and Drop.

Assume the FLOW serviceA contains a call to serviceB, followed by step A2. Also, asume the FLOW serviceB, contains two steps B1 and B2. Now, assume you debug serviceA, and you “Step Into” service B. So the debugger Will now be highlighting step B1. The state of variables AFTER step B1 executes, and a “Step Return” Will cause the debugger to go to step A2. The state of variables BEFORE step B1 executes, and a “Step Return” Will cause the debugger to go to step B2. The state of variables BEFORE step B1 executes, and a “Step Return” Will cause the debugger to go to step A2. The state of variables AFTER step B1 executes, and a “Step Return” Will cause the debugger to go to step B2.

When creating an XML Document Type, you: Have more options that when you create a Standard Document Type. Need to provide a name for the document type. Will create the folder for complexTypes and elements.

If you are using Join type in a webMethods Messaging trigger, what else do you need to set before the documents are published?. Set the Join Type to “All(AND)”. Set the webMethods Messaging Trigger Processing mode to Concurrent. For all IS Document used in the Join, make sure the value of _env\activation field is the same. Set the IS Document Type Storage property to Guaranteed.

If a webMethods Messaging trigger subscribes to a document type with encoding set to IDAta and Provider Filter of country=’DE’, which field does the publisher need to populate in order for the trigger service to be executed?. _properties/country. Properties/country. Header/country. Country.

When selecting the input and output arrays for a ForEach statement…. Both arrays must be StringLists. Both arrays must be the same type. The two arrays can have different types. Both arrays must be DocumentLists.

To uses the Provider Filter (UM Only) field on a webMethods Messaging trigger, you should set the Encoding Type property on the Document to: IsData. IData. Protocol buffers. UM.

Over which of the following communication protocols can an Integration Server service be invoked by default?. RSH. SSH. SMTP. TELNET. SNMP.

Using Designer, the best way to test a Flow service that requires an XML node object as input would be: Create a Debug Configuration for the service and set Input to “Use XML”. Then run the debug configuration to test. From the Designer menu, select Run-as then Debug to step through the Flow service. Set a breakpoint at the first Flow step in the service that uses the node, and select ”Debug as XML” from the Designer menu. Highlight the first Flow step in the service, right-click and select Run-as the Debug.

If there is a basic BRANCH on a pipeline variable called switchVariable AND the BRANCH has three child SEQUENCE steps with the following labels: $null, blank (no label) and $default. Which SEQUENCE Will execute if switchVariable is set to the null string at runtime?. None, an exception Will be thrown because the switch variable cannot be blank. The third SEQUENCE with $default label. The second SEQUENCE with blank label. The first SEQUENCE with $null label. None, the empty label of the second SEQUENCE Will cause the BRANCH to exit prematurely.

webMethods IS Java services extend the server. Service class by definition. What is the return data type for such a Java service?. Com.wm.data.Values. Void. Com.wm.data.BasicData. Com.wm.data.IData. Java.util.Hashtable.

What should you create to enable subscribers to receive all the messages published on a topic, including those published while the subscriber is inactive?. Durable Subscriber. Java Service. Durable handling service. Guaranteed Document.

When coding services in Java, which data type (class) is used to represent a Document Type?. IData[ ]. Object. IData. String[ ][ ]. String[ ].

Which of the following statements regarding Integration Server folders is true?. Folder names must be all lowercase. The name of a folder has no relationship to the fully qualified names of objects contained in that Folder. Folders in a namespace can be used to organize IS objects. Services can be exported to other webMethods Integration Servers using a function known as Folder Replication.

A MAP Service has all of the following EXCEPT: Maps Document Types of different formats. Graphical and Tree Views. Can be invoked from other FLOW services. Can contain multiple MAP statements.

When using Transaction Management Services with webMethods Adapters, what service must be invoked before invoking pub.art.transaction:commitTransaction or pub.art.transaction:rollbackTransaction?. Pub.wmart.transaction:startTheTransaction. Pub.wmart.transaction:startTransaction. Pub.art.transaction:startTransaction. Pub.art.transaction:beginTransaction. Pub.wmart.transaction:beginTransaction.

When using the SEQUENCE Flow step, if exit-on is set to SUCCESS, what happens when a child step is successful?. The rest of the child steps in the SEQUENCE Will not be executed. The IS Will exit the SEQUENCE and execute the next line of Flow code outside and below the SEQUENCE. A message is written to the Integration Server log indicating the step was executed successfully. A service exception is thrown. The other child steps in the SEQUENCE are executed until a failure is encountered. The rest of the child steps in the SEQUENCE Will not be executed. The IS Will exit the service immediately after exiting the SEQUENCE.

What is the pipeline being used for in the Integration Server?. A temporary in-memory data structure in which input and output values are maintained for all services. To determine the execution order of individual service steps. As persistent storage that’s an available across the invocations of top level service. As call stack during service invocations.

Check the correct continuation: To make a Document Type publishable you…. Must manually add a document reference to pub.publsih:envelope called _env. Must manually set its ‘Publishable’ property to True. Must send its metadata to the Messaging Provider. Don’t have to change anything, every document is publishable per default.

Variable dailyRate set to 20, and a local pipeline variable dailyRate ser to 30. If you set the pipeline variable, loanRate, to %dailyRot%, and you check both the “Perform pipeline variable substitution” and “Perform global variable substitution” checkboxes, then the value of loanRate Will be: %dailyRot%. 20. Java exception. 30.

When using a publishable IS Document, with Encoding type set to Protocol buffers, the Integration Server Will…. Encode/decode the document as a Google Protocol buffer. Encode/decode the document as a buffer object. Encode/decode the document as a serialized IData object. Encode/decode the document as a serialized IData Protocol buffer.

When you create a WSD Consumer, a service is created for each operation in the web service. In this generated code, what WmPublic service actually invokes the web service?. Pub.client:webClient. Pub.client:soapServiceClient. Pub.client:soapClient. Pub.client:webServiceClient.

What is the pub.flatFile:convertToValues used for?. Converts an entry in a FlatFileDictionary into a FlatFileSchema object. Converts a FlatFileLibrary to a Flat FileDictionary. Converts an IS Document to a record for an outgoing Flat File. Converts a FlatFileSchema object into an entry in a FlatFileDictionary. Converts records from the incoming Flat File to an IS Document.

When you create an save the FLOW “my.pack:myflow” in the “MyPack” package, where Will you find the code?. In the “MyPack\code\my\pack\myFlow.xml” file. In the “MyPack\ns\my\pack\myFlow.xml” file. In the “MyPack\ns\my\pack\myFlow\flow.xml” file. In the “MyPack\code\source\my\pack\myFlow\flow.xml” file. In the “MyPack\code\source\my\pack\myFlow.xml” file.

When developing XSLT services, the XSLT engine caches stylesheets. This can be inconvenient in Development situations. As a developer, to turn this feature off, you can create and set the imput variable.. $useCache to true. $cacheXSLT to true. $cacheXSLT to false. $useCache to false.

What are the two Object Types introduced by the FlatFile Package?. FlatFileDictionary, FlatFileService. FlatFileDictionary, FlatFileSchema. FlatFileService, FlatFileDictionary. FlatFileLibrary, FlatFileService. FlatFileSchema, FlatFileLibrary.

What is the primary purpose of creating a JDBC Adapter Notification?. Publish a document whenever a specific event occurs an Adapter’s resource. Publish a document whenever an Adapter becomes available. Publish a document whenever an Adapter becomes unavailable. Send an email to the Administrator when an Adapter throws an AdapterException.

In the Designer’s Package Navigator view, you see the service average in the folder myPack. If you do not see any checkmarks, then this service is…. Locked for edit by yourself. Unlocked. In a Read-Only file. Locked for edit by someone other than yourself.

If you have large XML documents to process in the Integration Server, what built-in parser can be used to process these documents?. Enhanced XML Parser. Extended XML Parser. Custom XML parser. Big XML Parser.

The out of the box Service Results cache be made a distributed cache?. False. True.

What can be used instead of pub.flow:clearPipeline to clean up the pipeline?. Use a MAP step at the end of you service and drop all unneeded pipeline variables. Use a LOOP and then drop all unneeded pipeline variables. Set a Drop property in the service to automatically clean the pipeline. Use a MAP step within a REPEAT step at the end of the service. In the MAP step drop variables you don’t need.

Check the correct continuation: An Adapter Service…. Is only callable by members of the Administrators group. Can only be invoked by an Adapter. Can be invoked like any other Service. Has an interface defined by the Specification in pub.art:AdapterSpec. Is exposed by the Messaging Provider.

Which of the following is not a valid JDBC Adapter Notification?. Update Notification. Schema Notification. Stored Procedure Notification. Delete Notification. Insert Notification.

When invoking an Integration Server service via an HTML form post, how Will a string named “$xmldata” appear in the pipeline?. As an object called node. As a document called node. As a string called $xmldata. It Will not appear , $xmldata is a reserved Word. As an object called $xmldata.

Any change that you make to the specification is automatically propagated to all services that reference that specification. False. True.

The Designer can be used to generate service documentation in which formats?. XML only. HTML ONLY. HTML and XML. HTML and UML. UML only.

In a webMethods Messaging Trigger, which is the correct syntax to use the Provider Filter (UM only). %block1/field%=’1’. Block1_field=”1”. Block1.field=’1’. %block1/field%L_EQUALS ‘1’.

To ensure an IS Document is persisted to disk during transport when using publish/subscribe with a webMethods Messaging Provider, you should... …set the IS Document Type’s Time to live property to Guaranteed. …set the IS Document Type’s Storage type property to Guaranteed. …set the IS Document Type’s Storage property to Volatile. …set the webMethods Messaging Trigger to Guaranteed.

Which of the following Java class combines the functionality of IData, IDataFactory, -IDataUtil, and IDataCursor classes?. IDataMap. IDataTreeCursor. IDataCoder. IDataMapper.

Which field[s] within the _env of a publishable Document do you have to set when using joins-?. activation and priority. activation only. appUsername and appPassword. priority only. businessContext only.

When using Delimited Based parser, what extractor would you use to extract the data from the delimited records?. Nth Field. N Field. Del-Extractor. Delimited Extractor. Fixed Position.

How do you create a Specification?. Using the normal ‘new’ functionality of Designer. By importing the corresponding XSLT file. You never create a Specification, the System always creates them for you. By importing a WSDL file from a UDDI Repository or via a http Request to a WEB Service -End Point. By writing a template Service and then extracting the service specification.

To create a Flow service which retrieves an XML file from a web server via HTTP, and then parsers the contents into a document, which two built-in services should be used?. (either pub.xml:xmlStringToXMLNode or pub.xml:xmlStringToEnhancedXMLNode) and pub.xml:xmlNodeToDocument. Pub.xml:xmlNodeToDocument and pub.xml:”queryXMLNode. (either pub.xml:xmlString ToXMLNode or pub.xml:xmlStringToEnhancedXMLNode) and pub.xml:”queryXMLNode. (either pub.xml:loadXMLNode or pub.xml:loadEnhancedXMLNode) and pub.xml:xmlNodeToDocument.

When building a publish/subscribe solution on the Integration Server, what built-in service should you use to publish a JMSMessage to a JMS Provider from the Integration Server without waiting for a reply?. Pub.jms:reply. Pub.jms:sendAndWait. Pub.jms:send. Pub.publish:publish.

When viewing an IS Document Type, how can you visually tell that it has been made publishable?. The icon beside the IS Document Type in the package navigator changes and the IS Document Type will include an_env document reference. The Font in the document editor turns to bold black. The icon beside the IS Document Type in the package navigator changes. -The icon beside the IS Document Type in the package navigator will have a green checkmark.

What are the two main types of Web Services?. JSON and SOAP. REST and JSON. WSDC and WSDP. SOAP and REST.

Is it important to drop unused variables from the pipeline?. Yes, you must do so to avoid duplicate Names. No, the system discovers unused variables on its own and drops them as on as possible. Yes, for space and performance reasons you want to keep the pipeline as small as possible. No, Dropping variables is a not a pipeline related activity Yes, because there is a limit of 64 variables that can be in the pipeline at any time.

What happens if two webMethods Messaging triggers on one IS subscribe to the same Document type and an instance of the Document is published?. Both Triggers receive a copy of the Document. Each trigger receives a copy of the Document with a different UUIS assigned. One Trigger receives a copy of the Document. This cannot happen. There can only be one Trigger subscribing to any one Document Type.

An is Document Type contains data that flows through the Integration Server?. False. True.

A document handling service for a JMS Trigger that receives a single Topic…. Must implement the specification given by pub.jms:triggerSpec. Will never run in parallel. Has a Signature dependent on the Document the Service is supposed to handle. Will always receive as many documents as there are available for processing.

Which continuation is FALSE: When using Logged Fields. You can specify which Input Variable you want to have logged in the service Audit log. You can use transformation services to format output variables. You can assign some explanatory text for every logged variable. You can select individual fields of a document to be logged. You can specify which Output variable you want to have logged in the service audit log.

Which IS built-in service can be used to validate IS Document at runtime?. Pub.schema:validateDoc. Pub.schema:validate. Pub.xml.schema:validate. Pub.document.schema:validate. Pub.schema:docValidate.

What is default behavior if a Flow Exit step does not specify a “Exit from”?. $loop will be assumed, and a com.wm.lang.flow.FlowException will be thrown if the EXIT is not in a LOOP. $parent will be assumed, and the EXIT will behave normally. The EXIT will not be executed, but no exceptions will be thrown. $flow will be assumed, and the EXIT will halt operation of the current service and return control to the calling routine. The EXIT will throw an java.lang.NullPointerException.

You are tasked to create a BRANCH which will execute a service only if a string named “partNo” begins with “WEBM”. With the evaluate labels parameter set to “true”, what is the correct syntax for the label of the service?. %partNo%==/^WEBM/. %partNo%==/WEBM.*/. %partNo%==”WEBM*”. %partNo%==/$WEBM/. %partNo%==/[WEBM]/.

Integration server can receive SOAP requests using which transport protocols?. HTTP, FTP, FTPS. HTTP, HTTPS, JMS. HTTP, HTTPS, JMS, SMTP. HTTP, HTTPS.

Before you (the developer) can create adapter services or adapter notification service using Designer, what has to be created first?. A database trigger(s). An enabled adapter connection(s). A webMethods Messaging Trigger to the IS Document. A service to publish the IS Document.

Which of the following statements about invoking Transformer services within a Flow MAP step is true?. The output of one Transformer can be mapped to the input of another. Transformers inputs must be manually mapped, even if a variable of the same name exists in the input pipeline. Only one Transformer can be used per MAP step Transformer services always run in a specific order. Only services from the WmPublic package can be used as Transformers. Transformer within the same MAP.

Assume you created a doc:Valadation publishable document with an IsValid field. You have then used the document type in a webMethods messaging trigger and various Flow services. If you rename the document type to do:Validation and choose the “Update Usages” option, then all of the following will be updated EXCEPT: Other Document Types. Trigger’s Document Type. Variable Substitution of the document type name.

Concerning Perspectives and Views, which of the following statements is TRUE?. A perspective contains one or more view(s). A View contains one or more Perspective(s). View contains exactly one Perspective. A Perspective contains exactly one view.

An Integration Server package may have one or more startup services. When does a startup service execute?. Whenever the package is loaded or re-loaded. Only the first time the package is loaded. Only on server startup. Only when the pub.package:startup service is invoked.

What statement is FALSE when considering the use of packages in Integration?. A package name must be carefully chosen, since packages are loaded in alphabetical order and there is no way to specify inter-Package dependencies. It is Good practice that packages contain related objects. They are deployable in the form of a zip file. A package exists in a physical directory identified by the name of the package. They are the smallest deployable unit of related objects.

To connect the Integration Server to a JMS provider you require the following: JNDI Provider Alis and JMS Connection Alias. JNDI Provider Alias and webMethods Messaging Alias. JNDI Provider Alias and webMethods Messaging Alias. JMS Connection Alias and JMS Trigger.

How do you define the input for an Integration Server handling service that will receive an IS Documents from a webMethods Messaging trigger?. Add a document reference to the specific Document Type you will be receiving and set the name to the full qualified Document Type Name. Define the Document Types directly in the Input/Output tab. Add a document reference to the specific Document Type you will be receiving. Add a reference to pub.jms.triggerSpec.

Select the models that can be used with the JDBC adapter: Invocation, Notification, Publish and Subscribe. Invocation, Notification and Triggered. Invocation and Notification.

Which one of the following is not a built-in transaction management service?. Pub.art.transaction:commitTransaction. Pub.art.transaction:rollbackTransaction. Pub.art.transaction:setTransactionError. Pub.art.transaction:startTransaction. Pub.art.transactionn:setTransactionTimeout.

Which JDBC Adapter template can use $(variable)?. StoredProcedure. InsertSQL. DeleteSQL. DynamicSQL. DynamiteSQL. SelectSQL.

The Integration Server can only be connected to one JMS Provider. False. True.

What is the main difference between Basic and Automatic Notification?. Basic Notification requires that a user define a Buffer Table and a database trigger or other means of monitoring database changes so that changes are written into the buffer table. Basic Notification does not support Exactly Once Notification. Basic Notification does not create a publish document. Automatic Notification does not support Stored Procedure Notification. Automatic Notification does not support Exactly Once Notification.

A service that references a Specification. Cannot have any other declared inputs or outputs. Can only be written in Java. Has a set of base Parameters, that it may extend as needed. Can only be written in C/C++. Does not need to be updated when the Specification changes.

An IS Document is an instance of an IS Document Type. It is populated with data and flows the Integration Server?. False. True.

Within a webMethods IS Flow service, the MAP step allows what is know as “conditional map”. A conditional map... Cannot be used in a Flow service unless the “allow conditional mapping” service property is set to “true”. Can only be used when mapping data to or from an XML node object in the pipeline. Can only be used when invoking Transformer services. Will cause the mapping line to turn blue in Designer. Will only copy date if the specified condition is false.

When using the Flow EXIT step, the “Exit from” property can be set to which one of the following special variables?. $parent. $this. $session. $current. $service.

You want to use the Compare/Merge Feature for Services. You can compare…. Two Flow services on the same IS, and you can compare one Flow service with another on a different IS. Two Flow services on the same IS, but you can’t compare one Flow service with another on a different IS. Two or more Flow services on the same IS, but you can’t compare one Flow service with another on a different IS. Two or more Flow services on the same IS, and you can compare one Flow service with another on a different IS.

Which is FALSE: A Custom Context ID…. Is valid during the lifetime of a session. Can be used in Keyword searches in the MWS Monitor UI. Is assigned using the service pub.flow:setCustomContextID. Is a free text field for identification of a service instance. Can be displayed in the MWS Monitor UI.

To implement a federated query with IS Document types and webMethods Messaging, which of the following built-in services should you use?. Pub.publish:reply. Pub.publish:publish-set Async Property to true. Pub.publish:deliver. Pub.publis:publisAndWait-set Async property to true.

To send an IS Document (IData) in a JMS Message, you should map into the JMSMessage in the following location: JMSMessage/body/data. JMSMessage/body/string. JMSMessage/body/idata. JMSMessage/properties.

Web Services are self-describing, accessible by open protocol, discoverable and…. One possible implementation of a Service Oriented Architecture. The only possible implementation of a Service Oriented Architecture. Implemented in Java.

When coding services in Java, the IS Data Type “Document” would be instantiated by executing which method?. IDataFactory.create(). IDataFactory.new(). IData.new(). IData.create(). IDataFactory.createDocument().

Which of the following is not one of the runtime components or specialized add-ons for the integration Server. Trading Networks. Apama Streaming Analytics. Active Transfer. webMethods Adapters.

What needs to be created on JMS Provider before the developer can build JMS messaging solutions?. Connection factory(s), Topic(s) and/or Queue(s). Channels and Interfaces. Connection factory(s), ACLS and interfaces. Topic(s) and/or Queue(s) and ACLs.

In the Designer, you have a FLOW serviceA which contains a BRANCH followed by a MAP step. After selection the MAP statement, you can indent the MAP under the Branch by all of the following methods EXCEPT by. Cutting the MAP statement and pasting in on top of the BRANCH statement. Clicking the Right Arrow button on your keyboard. Dragging the MAP onto the BRANCH statement. Clicking the “Move Right” Icon. Clicking the keyboard shortcut (CTRL-SHIFT-RIGHT).

A document resolver service…. Is a service you can code that contains custom logic to determine if a Document is a duplicate. Has a Signature that is dependant on the Document types being resolved. Must be configured for every Trigger. Must be configured for every Document type Must be written in Java.

Which statement is FALSE? An IS Document…. May exceed 64KB in size. May be nested deeper than 16 levels. Is implemented internally by the IData interface. Is only used with publish/subscribe messaging.

If you create a new Java Service called stringCompare, which signature will be generated?. Public static final void stringCompare(IData pipeline) throws ServiceException. Private static final void stringCompare(IData pipeline) throws ServiceException. Public static void stringCompare(IData pipeline) throws ServiceException. Public void stringCompare(IData pipeline) throws JavaException.

From the list, select the Adapter Service Template that is INCORRECT. ChangeSQL. SelectSQL. InsertSQL. CustomSQL. BatchInsertSQL.

If using webMethods Messaging and you want to process documents in the order they were received in the trigger queue, you need to set: The trigger’s Processing mode to Serial. The trigger’s Max Retry attempts to “Max attempts reached”. The trigger’s Processing mode to Concurrent.

How can an Integration Server service subscribe to a JMS message without using a JMS Trigger?. Create a database trigger. Create a service that uses the built-in services pu.jms:createConsumer and pub.jms:acknowledge. Create a webMethods Messaging Trigger. Create a service that uses the built-in services pub.jms:createConsumer, pub.jms:receive and pub.jms:acknowledge.

Which Flat File validator is not editable by a developer?. Byte Length. Conditional. Code List. Length.

When generating Documents for a Flat File Schema called ‘a.b:c’, what will be the name of the generated Document?. a.b:cDT. a.b.c:DT. a.b.DT:c. cDT. a.b:c_DT.

When creating Flow services, what is the purpose of a SEQUENCE step?. To group a sequence of steps so that they are treated as a unit. To perform a set of Flow steps for each element in an array. To execute a series of Flow operations a specific number of times. To execute a step base on the run-time value of a pipeline variable. To halt the execution of a Flow and throw an exception.

The Integration Server public caching services are located in WmPublic in namespace. Pub.storage.cache. Pub.cache. Pub.cache.storage. Pub.cache.services.

For a REPEAT step to execute the child steps only once, the count parameter needs to be set to: 0. -1. Null. INGNORE. 1.

In the handing service for a native publishable document, you receive a native document with an activation field set to “abc”. If in the same service, you publish another native document, then, by default, the activation field of the new document will contain…. A randomly generated string. The string “abc”. No value. The null string.

When coding Integration Server services, how can a DocumentList be represented in Java?. IData[ ]. Object. IData. String[ ][ ]. String[ ].

When using the JDBC Adapter Notification model, you must create a service to map the date retrieved form the buffer table and then publish it to the document that has the syntax &It;notiferName> PublishDocument. True. False.

Where does the Integration Server store the data for an Adapter Connection?. As an Adapter Connection Object in the Integration Server namespace. Inside a Cache in memory. In a XML File in the integration Server config directory. This depends on the individual adapter. In a the webMethods database in the IS Internal Database.

In a Web Service Descriptor (WSD), which of the following is not one of the tabs?. Handlers. Polices. Binders. Aliases. WSDL.

What is the correct variable substitution sytax to return the value of a field named “dbSchema” contained inside a document “DbConfig” which is contained in the first element of a document list “DbConfigSet”?. %dbSchem[0]%. %dbSchema[1]%. %dbSchema%. %DbConfigSet[1]/DbConfig/dbSchema%. %DbConfigSet[0]/DbConfig/dbSchema%.

What built-in service do you use to publish an IS document (proprietary IData) from Integration Server to webMethods Messaging Provider (UM or Broker) without waiting for a reply?. pub.publish:publish. pub.jms:publishAndWait. pub.pub:publish. pub.jms:send.

If an IS Document Type’s Encoding type is set to Protocol buffers, at runtime the Integration Server will…. Encode the document as a Google protocol buffer. Encode the document as a Software AG protocol buffer. Encode the document instance as a serialized IData object. Encode the document in an IData payload.

What IS package contains the webMethods Adapter Runtime?. WMAdapterRT. WmAdapterRuntime. WmART. WmAdapterRuntime.

Which function is not available by Integration Server Service Logging?. Record the client that called the service, and the Integration Server port on which the client connected. Track when services start, their status, and their duration. Record the pipeline content when a service finish. Resubmission of services. Track whether services completed successfully or failed.

What is one of the differences between the Flow steps LOOP and REPEAT?. LOOP iterates for each item in an array; while REPEAT iterates based on the success or failure of child steps, and the “count” parameter. LOOP will iterate the number of times specified by the “count” parameter, REPEAT will iterate once for each item in an array. REPEAT requires both an array and the number of iterations as inputs; LOOP requires only the number of iterations. LOOP and REPEAT are identical and can used interchangeably. LOOP requires the number of iterations to be specified ahead of time; REPAT does not.

When a publishable IS Document Type is synchronized with the Universal Messaging provider, the following happens. A channel will be created/updated on the Universal Messaging real, with the name that matches the full namespace name of the IS Document Type. A JMS queue will be created/updated on the Universal Messaging real, with the name of the IS Document Type. A webMethods Messaging Trigger will be automatically created and configure on the Integration Server to subscribe to the IS Document Type. A JNDI Connection Factory will be created/update on the Universal Messaging real, with the name of the IS Document Type.

According to the webMethods Java API Reference, which of the following is a valid cursor for accessing IData?. IDataCursor. IDataTableCursor. IDataPipelineCursor. IDataArrayCursor. IDataReferenceCursor.

When you assign a specification to a service, you can add, delete, or modify the declared variables using the services Input/Output tab. True. False.

To do point-to-point messaging with a JMS Provider, you require a: Bucket. Topic. Queue. DataGroup.

A web Service Alias can be used to override all of the following EXCEPT. URLs. Client Certificates. Usernames/Passwords. Operations.

When debugging a FLOW service, in the Debug perspective, you can do all of the following EXCEPT. Set Breakpoint. Change the value of String variables. Step into Java Services. View the call stack.

What is maximum size for a Package?. 32MB File size. At most 512 Objects of the same type. There is no hard limit, except those given by the operating system, filesystem, JVM memory, etc. No more than 64 top level services. At most 4096 Objects.

Which built-in service do you use to publish a webMethods Message to subscriber(s) and wait for reply?. pub.publish:publishAndWait. pub.publish:deliverAndWait. pub.publish:publish. pub.publish:deliver.

To prevent losing publishable IS Documents at runtime, which of the following is recommended?. Set Discard to False and Storage type to Guaranteed. Set Discard to True and Storage type to Guaranteed. Set Discard to True and Storage type to Volatile. Set Discard to False and Storage type to Volatile.

To ensure uniqueness, Notification Buffer Table names are based on the combination of which of the following?. Prefix(WMB) and Base Name and Suffix (based on a timestamp). Prefix(WMB) and Base Name. Prefix(BUFFER) and Base Name and Suffix(based on a timestamp). Base Name and Suffix(WMB). Prefix (WMB) and Suffix(base on a timestamp).

When using webMethods Messaging Triggers with Universal Messaging and an IS Document Type’s Encoding property set to Protocol buffers, it is recommended that document payload filtering be don using the Filter field. False. True.

IS Document Types can be created on the Integration Server using the New Document Wizard. Select the source type that cannot be used to create a new document type: DTD. None. JSON. CSV. XML. XSD.

When creating Flow services, what is the purpose of a REPEAT step?. To conditionally repeat a sequence of child steps(services) based on the success or failure of these steps and/or to execute child steps a specific number of times. To group a subset of Flow operations so that they are treated as a unit. To perform a set of Flow operations for each element in an array. To choose a path of operation based on the run-time value of a pipeline variable. To halt the execution of a Flow and throw an exception.

Specifications are not used to…. Define the exact parameters of a FLOW Service. Define the contents of a service’s return parameters. Define the exact parameters of a Java Service. Define the exact parameters of a C/C++ Service.

Which of the following Flow steps provide the capability of throwing an exception from a Flow service?. EXIT. SEQUENCE. REPEAT. TRANSFORM. MAP.

What must be done in order to allow an Integration Server service to be invoked as a Web Service using SOAP(Simple Object Access Protocol). webMethods all needs to be registered on the server. The client machine must have a SOAP dispenser installed. It is not possible to expose an Integration Server service as a Web Service -A third-party SOAP handler must be installed on the server. The service must be exposed by creating a Provider Web Service Descriptor.

When an is Document Type is made publishable AND Encoding type is set to Protocol buffers. a Google Message Descriptor is created at design-time by the Integration Server. An IS Schema is created at design-time base don the document structure. an IS Schema is created at design-time by the developer base on the document structure. a Google Message Descriptor is created at run-time by the Universal Messaging realm.

A document handling service for a webMethods Messaging Trigger. Must implement the specification given by pub.publish:documentResolverSpec. Must implement the specification given by pub.jms:triggerSpec. Will never run in parallel Has a Signature dependen ton the Document the Service is supposed to handle. Will always receive as many documents as there are available for processing.

When coding Java services in Designer, variables and methods declared in the shared source are global with respect to the: Service. Integration Server. Folder. Cluster. Package.

The integration Server has built-in services for performing data validation using the constraints defined in Integration Server Schemas. Using only core functionality, an IS Schema may be generated using the Designer from which one of the following?. A Comma Separated Values(CSV) file An XML Schema Definition (XSD) or XML Document Type Definition (DTD) A HTML file. A Schema for Object-oriented XML(SOX) file. An existing Service Specification.

Which statement about the WEB Services is FALSE for the Integration Server. SMTP can be used as transport for SOAP messages in addition to HTTP, HTTPS and JMS. As of version 8.2 you can set a “Pre-8.2 compatibility mode” This tells the system to use the earlier version of the Web Service stack. Integration Server Administration is different for WS providers and WS consumers. JMS can be used as transport for SOAP messages in addition to HTTP the base WSDL URL is http://server:port/ws.

In a webMethods Messaging Trigger you define…. What IS Document Type(s) to listen for, if the document(s) should be guaranteed to disk, and what service should process the document(s). What Topic or Queue to listen on and what service to invoke when the document(s) arrive. What channel(s) to listen on and the handling service that should receive the message. What IS Document Types(s) to listen for and what service to invoke when the document(s) arrive.

For a REPEAT step to continue executing until the specified repeat condition becomes false, the count parameter needs to be set to: 0. $null. -1. 1.

What is the purpose of the pub.flow.debugLog service?. Write information to the integration server log Useful for debugging. Return a service result to a client. Prepare the logfile for further operation. You must not call this function, its reserved for the debugger.

In Package MyPack, you have a folder myPack which contains the service myService. If you then, create the Package MyPack2, then in MyPack2. You cannot create the folder myPack. You can create the folder myPack and inside the folder you can create the service myService. You can create the folder myPack inside the folder you can not create the service myService.

Which of the following is a valid reference to an Integration Server service named ”quoteService” inside the folder “stock” within the parent folder “bank”?. Bank::stock::quoteService. Bank.stock.quoteService. Bank/stock:quoteService. Bank/stock.quoteService. Bank.stock:quoteService.

A MAP is used to map a SupplierCatalog(DocumentList) to a DistributorCatalog (DocumentList). If a transformer, with an input of type String, is added to MAP to increase each Price by 10% then at run time the transformer will. Only increase the Price of the last item from the SupplierCatalog. Be ignored and none of the prices will be increased. Only increase the Price of the first item from the SupplierCatalog. Throw a Java Exception. Increase the Price of all the items from the SupplierCatalog.

A MAP service is written in what language?. Java. DotNet. C#. FLOW. C++.

Setting the Manage Destination field to Yes in a JMS alias allows…. The developer to dynamically create topics or queues while editing a JMS Trigger in Designer Service Development. The Enterprise Manager tool to view messages on a topic or queue. The Integration Server to dynamically delete topics or queues on the JMS provider. The Designer tool to send test messages to a topic or queue.

Where do you store the activation id when you want to do Join operations using JMS?. In an optional Parameter to the publishing service pub.jms:send. As a Property in the MapMessage. In a field in the pub.jms:Message document. The questions is void, JMS does not support joins. In a property field called activation within the header of the JMS Message.

A webMethods Messaging Trigger…. Can only have one Condition. Has only one join type. Always processes its documents serially. Can filter documents using the Provider Filter or Filter fields. Always processes its documents in parallel.

Specifications…. Are used to enforce service interfaces. Are not useful for defining the same service signature. Can only be used with Flow services. Can contain business logic.

What is not stored in a FlatFile Dictionary?. Flat File Definition. Record Definition. Composite Definition. Field Definition.

When using the JDBC Adapter Notification model, what do you need to create on the Integration Server to process the notification document?. Is Document Type(made publishable), webMethods Messaging Trigger, Handling Service. Handling Service, webMethods Messaging Trigger or JMS Trigger. Web Service to handle to notification document, webMethods Messaging Trigger or Jms Trigger, and database trigger.

Which of the following statements regarding Integration Server packages is true?. The name of package is not part of the fully qualified name of services contained in that package. One Integration server can host 2 packages with the same name as long as the version numbers are different. Every package on an Integration Server must be structured with a single, uniquely named top-level folder. The package name determines the fully qualified names of services contained in that package.

In the Designer’s Package Navigator view, you see the service average in the folder myPack. If you see a Red checkmark to the left of the service, then this service is... Locked for edit by someone other than yourself. Unlocked. Locked for edit by yourself. In a Read-Only file.

Denunciar Test