Guest User

Untitled

a guest
Mar 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <contactDetails>
  2. <contactName>Acme</contactName>
  3. <contactNumber>09200209</contactNumber>
  4. </contactDetails>
  5.  
  6. <?xml version="1.0" encoding="utf-8"?>
  7. <tns:In_Request xmlns:tns="http://www.ibm.lab.com" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  8. <ActionRequest>O</ActionRequest>
  9. <DateRequest>10/12/2005</DateRequest>
  10. <customerNumber>1</customerNumber>
  11. <customerName>ACME Hardware</customerName>
  12. <customerDetails>
  13. <customerAddress1>1254 Main St</customerAddress1>
  14. <customerAddress2>Suite 12</customerAddress2>
  15. <customerCity>Dime Box</customerCity>
  16. <customerState>TX</customerState>
  17. <customerCountry>USA</customerCountry>
  18. <customerPostalCode>76543</customerPostalCode>
  19. <customerCreditLimit>1200</customerCreditLimit>
  20. <customerCreditScore>123</customerCreditScore>
  21. </customerDetails>
  22. <contactDetails>
  23. <contactFirstName>Freddy</contactFirstName>
  24. <contactLastName>Bloggs</contactLastName>
  25. <contactPhoneNumber>555-123-6543</contactPhoneNumber>
  26. </contactDetails>
  27. <requestDecision>Y</requestDecision>
  28. <comments>Just a Comment</comments>
  29. </tns:In_Request>
Add Comment
Please, Sign In to add comment