Sha256: f3cac1ad4d31fbbb09707b77e55bb26e01715710da10e6f98e7a247126a532f9

Contents?: true

Size: 1.03 KB

Versions: 6

Compression:

Stored size: 1.03 KB

Contents

<?xml version="1.0"?>
  <cxml version="1.2.020" payloadID="1346769469000.process.162998590@officedepot.com" timestamp="2012-09-04T02:37:49-05:00">
    <Header>
        <From>
          <Credential domain="NetworkID">
            <Identity>AN01000000147</Identity>
          </Credential>
        </From>
        <To>
          <Credential domain="NetworkId">
            <Identity>customerID</Identity>
          </Credential>
        </To>
      <Sender>
        <Credential domain="IESAnetworkUserID">
          <Identity>{identity in here}</Identity>
          <SharedSecret>{shared secret in here}</SharedSecret>
        </Credential>
        <UserAgent>IESAonlinevers1</UserAgent>
      </Sender>
    </Header>
    <Message>
      <PunchOutOrderMessage>
        <BuyerCookie>
          example_buyer_cookie
        </BuyerCookie>
        <PunchOutOrderMessageHeader operationAllowed="create">
          <Total> <Money currency="GBP">5.35</Money> </Total>
        </PunchOutOrderMessageHeader>
      </PunchOutOrderMessage>
    </Message>
  </cxml>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cxml-ruby-0.8.2 spec/fixtures/punch_out_order_message_doc.xml
cxml-ruby-0.8.1 spec/fixtures/punch_out_order_message_doc.xml
cxml-ruby-0.8.0 spec/fixtures/punch_out_order_message_doc.xml
cxml-ruby-0.7.0 spec/fixtures/punch_out_order_message_doc.xml
cxml-ruby-0.6.1 spec/fixtures/punch_out_order_message_doc.xml
cxml-ruby-0.6.0 spec/fixtures/punch_out_order_message_doc.xml