Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 848 Bytes

validate-transaction-message.md

File metadata and controls

18 lines (14 loc) · 848 Bytes
title description ms.service ms.topic author ms.author
Validating your Price feed (formerly Transaction message)
Shows how to validate a price feed.
bing-ads-hotel-service
article
jonmeyers
jonmeyers

Validate your Price feed (formerly Transaction message)

Bing provides the Transaction XSD and Rate_Types.XSD that you use to validate your price feed before sending it to Bing. This saves time and round trips by catching document syntax errors. You should always validate your price feeds before sending them to Bing.

The following example shows using xmllint to validate the message contained in SampleTransaction.xml.

xmllint.exe --schema transaction.xsd SampleTransaction.xml