All Downloads are FREE. Search and download functionalities are using the official Maven repository.

activemq.order.xml Maven / Gradle / Ivy

There is a newer version: 4.7.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<order>
    <customer id="B0002">
        <name>UK Customer</name>
        <city>Test</city>
        <country>UK</country>
    </customer>

    <orderlines>
        <orderline>
            <item id="001">
                <description>Test</description>
            </item>
        </orderline>
    </orderlines>
</order>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy