Developing BizTalk Artifacts
HWLC Motors is receiving shipment content details from their suppliers. They receive many each day. They need to manually audit some of them. You need to make sure that they can separate out all shipments that have a
TotalSum
value of $1 million or more. You set up a Send Port to receive shipments. What must you do before you can subscribe to orders equal to or greater than aTotalSum
value of $1 million?Make
TotalSum
a distinguished fieldPromote the
TotalSum
fieldOn the root node of the Schema, configure Body XPath to point to the
TotalSum
fieldOn the file properties of the Schema, set the Default Property Schema Name value to GreaterThanOrEqualTo
As part of the integration with a major investment bank, HWLC Motors needs to exchange data with an old legacy system. Unfortunately, the system creates incorrect XML, which would cause the disassemble and validation exceptions. A component has been developed to correct the XML on arrival to mitigate errors in later processing. In what Pipeline stage must the component be placed?
The Pre-assemble stage
The Assemble stage
The Disassemble stage
The Decode stage
Mooremountain Motors is a big dealership that offers different kinds of brands. As a result, they receive invoices from many different car manufacturers. Jill, a developer at Mooremountain Motors, has developed an Orchestration that handles a Canonical version of an invoice. She has also developed Maps from each of the manufacturer's invoice Schemas to the Canonical Schema. What must she do to ensure that the Orchestration receives the Canonical message?
Create a Receive Port and Receive Location. Configure the Receive Port with Maps that transform from the Canonical format to the manufacturer formats.
Create a Send Port for each of the manufacturers. Configure the Send Ports with Maps that transform from the Canonical format to each of the manufacturer formats.
Create a Receive Port and Receive Location. Configure the Receive Port with Maps that transform from the manufacturer formats to the Canonical formats.
Configure a Receive Port and Receive Location. Configure the Receive Pipeline to be the
XmlReceive
Pipeline and set the Validate document structure property to True.
HWLC Motors is having problems with an Orchestration in the production. The Orchestration has plenty of trace statements that can be turned on or off to output meaningful information that would help the troubleshooting process. The server processes must remain active at all times; Host Instances cannot be restarted. What would be a suitable location to store the state of the trace output flag?
Create an external .NET component to store the value. Update the .NET component in the GAC to change the value when needed.
Create a configuration value in BizTalk's configuration file to store the value. Update the value in the
config
file whenever needed.Create an Orchestration variable to hold the value. Re-deploy the Orchestration to change the value when needed.
Create an SSO Application to hold the value. Update the value in the SSO application to change the value when needed.
Bo, a developer for HWLC Motors, is developing an integration that will exchange purchase-order messages in an asynchronous request-response pattern over MSMQ. The request is sent out on one queue and the response arrives at another queue. The
OrderId
is unique and included in both the request and response messages. Requirements dictate that the response must be handled by the same Orchestration that sent the request. What must you do in the Orchestration to enable this scenario?Create a Correlation Set. Configure the Send shape to initialize the Correlation Set and the Receive shape to follow the Correlation Set.
Set Ordered Delivery to True on the Orchestrations Receive Port.
Create a Correlation Set. Configure the Receive shape to initialize the Correlation Set and the Send shape to follow the Correlation Set.
Place the Receive and Send shapes in a scope. Make sure that the scope's Synchronized property is set to True.
HWLC Motors are receiving batched information about cars. They need to design an Envelope Schema to enable the batch to be split. The envelope has the conceptual structure
ManufacturingReport/Cars
under which manyCar
nodes, whose definitions are in another Schema, will be received. What configuration must be present for the Envelope Schema?In the Envelope Schema, set the Envelope property of the Schema to
Yes
and then set Body XPath of the root node to point toManufacturingReport/Cars
In the Envelope Schema set the Envelope property of the schema to
Yes
and then set Body XPath of the root node to point toManufacturingReport/Cars/Car
In the Envelope Schema set the Root Reference property to
ManufacturingReport
In the
Car
Schema set the Root Reference property toCar