Advertisement
Guest User

Untitled

a guest
May 19th, 2017
585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.59 KB | None | 0 0
  1. <pre><pre>Array
  2. (
  3.     [<?xml_version] => "1.0" encoding="utf-8"?>
  4. <Enrollments>
  5.     <Config>
  6.         <Email>jsmith@yahoo.com</Email>
  7.         <Username>jsmith</Username>
  8.         <Password>1234</Password>
  9.     </Config>
  10.  
  11.     <Customers>
  12.         <Customer>
  13.             <CustomerType>Residential</CustomerType>
  14.             <CustomerName>John Smith</CustomerName>
  15.             <BusinessName>AGC Media, Inc.</BusinessName>
  16.             <ContactName>Jane Smith</ContactName>
  17.             <StreetAddress>1234 Main Street</StreetAddress>
  18.  
  19.             <City>Naples</City>
  20.             <State>CT</State>
  21.             <Zip>98437</Zip>
  22.             <Phone>2395552323</Phone>
  23.             <Email>jdoe@yahoo.com</Email>
  24.             <MeterReadDate>21st</MeterReadDate>
  25.  
  26.             <ReferredBy>Radio</ReferredBy>
  27.             <ReferralName></ReferralName>
  28.             <ESignature>John Doe</ESignature>
  29.             <UtilityName>CL&P</UtilityName>
  30.             <AccountNumber>51343234546</AccountNumber>
  31.             <NameKey>SMIT</NameKey>
  32.  
  33.             <RatePlan>Variable</RatePlan>
  34.         </Customer>
  35.        
  36.         <Customer>
  37.             <CustomerType>Commercial</CustomerType>
  38.             <CustomerName>Janet Snow</CustomerName>
  39.             <BusinessName>ABC Media, Inc.</BusinessName>
  40.             <ContactName>John Snow</ContactName>
  41.  
  42.             <StreetAddress>341 Deer Street</StreetAddress>
  43.             <City>Bridgeport</City>
  44.             <State>CT</State>
  45.             <Zip>43433</Zip>
  46.             <Phone>2395523232</Phone>
  47.             <Email>jsnow@yahoo.com</Email>
  48.  
  49.             <MeterReadDate>11th</MeterReadDate>
  50.             <ReferredBy></ReferredBy>
  51.             <ReferralName></ReferralName>
  52.             <ESignature>Janet Snow</ESignature>
  53.             <UtilityName>CL&P</UtilityName>
  54.             <AccountNumber>51324356457</AccountNumber>
  55.             <NameKey>SNOW</NameKey>
  56.  
  57.             <RatePlan>Fixed</RatePlan>
  58.         </Customer>
  59.     </Customers>       
  60. </Enrollments> 
  61. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement