This page simulates a server generating cXML orders. You need IE5 to run this page correctly.
<?xml version="1.0" encoding="UTF-8"?> <!--<!DOCTYPE cXML SYSTEM "cXML.dtd">--> <cXML version="1.0" payloadID="1234567@axon.co.uk" timestamp="1999-10-12T18:39:09"> <Header> <From> <Credential domain="Axon"> <Identity>andy.danneels@axon.co.uk</Identity> </Credential> <Credential domain="BT"> <Identity>2323</Identity> </Credential> </From> <To> <Credential domain="DUNS"> <Identity>012345678</Identity> </Credential> </To> <Sender> <Credential domain="Axon"> <Identity>andy.danneels@axon.co.uk</Identity> <SharedSecret>Willkommen</SharedSecret> </Credential> <UserAgent>Axon.com Network V1.0 </UserAgent> </Sender> </Header> <Request deploymentMode="test"> <OrderRequest> <OrderRequestHeader orderID="DO1234" orderDate="1999-10-12" type="new"> <Total> <Money currency="GBP">12.34</Money> </Total> <ShipTo> <Address> <Name xml:lang="en">Xerox Corporation</Name> <PostalAddress name="foo"> <DeliverTo>Andy Danneels</DeliverTo> <DeliverTo>Floor1, Desk 30</DeliverTo> <Street>353 Buckingham Avenue</Street> <City>Slough</City> <PostalCode>SL1 4PF</PostalCode> <Country isoCountryCode="GB">United Kingdom</Country> </PostalAddress> </Address> </ShipTo> <BillTo> <Address> <Name xml:lang="en">Xerox Corporation</Name> <PostalAddress name="foo"> <Street>353 Buckingham Avenue</Street> <City>Slough</City> <PostalCode>SL1 4PF</PostalCode> <Country isoCountryCode="GB">United Kingdom</Country> </PostalAddress> </Address> </BillTo> <Payment> <PCard number="1234567890123456" expiration="1999-12-31"/> </Payment> <Comments>Hier kann alles stehen, was ein korrektes XML-Format hat</Comments> </OrderRequestHeader> <ItemOut quantity="2" requestedDeliveryDate="1999-10-12"> <ItemID> <SupplierPartID>1233244</SupplierPartID> </ItemID> <ItemDetail> <UnitPrice> <Money currency="GBP">1.34</Money> </UnitPrice> <Description xml:lang="en">Hallo</Description> <UnitOfMeasure>EA</UnitOfMeasure> <Classification domain="SPSC">12345</Classification> <ManufacturerPartID>234</ManufacturerPartID> <ManufacturerName>foobar</ManufacturerName> <URL>www.foo.com</URL> </ItemDetail> <ShipTo> <Address> <Name xml:lang="en">Xerox Corporation</Name> <PostalAddress name="foo"> <Street>353 Buckingham Avenue</Street> <City>Slough</City> <State>CA</State> <PostalCode>SL1 4PF</PostalCode> <Country isoCountryCode="GB">United Kingdom</Country> </PostalAddress> </Address> </ShipTo> <Comments>Hier kann alles stehen, was ein korrektes XML-Format hat</Comments> </ItemOut> </OrderRequest> </Request> </cXML>