The DocType field in the record identifies the document type and contains PO when the record is for a purchase order and ACK when it is an acknowledgement.The format of each record is the same except for the ShipDate field. When the document type is ACK, ShipDate is in the record. When the document type is PO,ShipDate is not in the record.What change can the developer make to the DFDL model to handle the differences in the record format and prevent parsing errors when parsing a file that contains both types of records?
The Integration Toolkit Adapter Connection wizard is used to create the resources that enable the WebSphere Adapters to connect to:
A solution developer needs to validate an XML message in an MQInput node before doing any other bitstream parsing in subsequent nodes. The solution developer has enabled validation on content.What additional node property configurations will allow the developer to accomplish this task?
A solution developer needs to implement a message flow to integrate with a Telecommunications Short Message Service (SMS) server which uses the SimpleNetwork Management Protocol (SNMP) over a socket layer. The message flow starts with an MQinput node which accepts the XML input message that contains the SMS details. The message is routed to a Compute node to compose the SNMP format as expected by the SMS service.Which node should the developer use to send the SNMP data?
A solution developer wants to use the global cache functionality to share data between two Integration nodes which are running on separate host machines.What must the developer configure to accomplish the requirements?
A solution developer has created the following message flow:The integration requirements state that the name for the output file needs to be computed from the message payload.How can the developer implement this requirement in the Mapping node?