<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE OrderList SYSTEM "http://www.shipwire.com/exec/download/OrderList.dtd">
<OrderList>
 <EmailAddress>your@email.com</EmailAddress>
 <Password>yourpassword</Password>
 <Server>Test</Server>
 <Referer>023YAHOO</Referer>
 <Order id="test-485">
  <Warehouse>00</Warehouse>
  <AddressInfo type="ship">
   <Name>
    <Full>Sheridan Rawlins</Full>
   </Name>
   <Address1>321 Foo bar lane</Address1>
   <Address2>Apartment #2</Address2>
   <City>Nowhere</City>
   <State>CA</State>
   <Country>US United States</Country>
   <Zip>12345</Zip>
   <Phone>555-444-3210</Phone>
   <Email>sheridan@rawlins.com</Email>
  </AddressInfo>
  <Shipping>UPS Ground</Shipping>
  <Item num="0">
   <Code>12345</Code>
   <Quantity>1</Quantity>
   <Description>Austin Power's World Ransom</Description>
   <Length>3</Length>
   <Width>1</Width>
   <Height>1</Height>
   <Weight>1</Weight>
   <DeclaredValue>1.25</DeclaredValue>
  </Item>
 </Order>
 <Order id="test-486">
  <Warehouse>00</Warehouse>
  <AddressInfo type="ship">
   <Name>
    <Full>Sheridan Rawlins</Full>
   </Name>
   <Address1>321 Foo bar lane</Address1>
   <Address2>Apartment #2</Address2>
   <City>Nowhere</City>
   <State>CA</State>
   <Country>US United States</Country>
   <Zip>12345</Zip>
   <Phone>(555)444-3210</Phone>
   <Email>sheridan@rawlins.com</Email>
  </AddressInfo>
  <Shipping>UPS Ground</Shipping>
  <Item num="0">
   <Code>12345</Code>
   <Quantity>1</Quantity>
   <Description>Austin Power's World Ransom</Description>
   <Length>3</Length>
   <Width>1</Width>
   <Height>1</Height>
   <Weight>1</Weight>
   <DeclaredValue>1.25</DeclaredValue>
  </Item>
 </Order>
 <Order id="test-487">
  <Warehouse>00</Warehouse>
  <AddressInfo type="ship">
   <Name>
    <Full>Sheridan Rawlins</Full>
   </Name>
   <Address1>321 Foo bar lane</Address1>
   <Address2>Apartment #2</Address2>
   <City>Nowhere</City>
   <State>CA</State>
   <Country>US United States</Country>
   <Zip>12345</Zip>
   <Phone>555.444.3210</Phone>
   <Email>sheridan@rawlins.com</Email>
  </AddressInfo>
  <Shipping>UPS Ground</Shipping>
  <Item num="0">
   <Code>654654</Code>
   <Quantity>1</Quantity>
   <Description>Widget</Description>
   <Length>3</Length>
   <Width>1</Width>
   <Height>1</Height>
   <Weight>1</Weight>
   <DeclaredValue>1.25</DeclaredValue>
  </Item>
 </Order>
</OrderList>
