Sha256: df6f3c0b30b2b5d380f791ca23eeca53f40609e12734b2d2955cac076ed49044

Contents?: true

Size: 1.03 KB

Versions: 6

Compression:

Stored size: 1.03 KB

Contents

<?xml version="1.0"?>
  <cxml version="1.2.011" 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.5.0 spec/fixtures/punch_out_order_message_doc.xml
cxml-ruby-0.4.1 spec/fixtures/punch_out_order_message_doc.xml
cxml-ruby-0.4.0 spec/fixtures/punch_out_order_message_doc.xml
cxml-ruby-0.3.0 spec/fixtures/punch_out_order_message_doc.xml
cxml-ruby-0.2.1 spec/fixtures/punch_out_order_message_doc.xml
cxml-ruby-0.2.0 spec/fixtures/punch_out_order_message_doc.xml