websvc.restkit/test/qa-functional/data/projects/TestClientTestApp/test/test/resources/putCustomer.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sun Nov 22 11:35:02 2009 +0100 (10 hours ago)
changeset 154033 fa8b12981306
parent 1145843b732982cf4a
permissions -rw-r--r--
Merge RP javadoc improvements
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <customer uri="http://localhost:8080/CustomerDB/resources/customers/1001/">
     3     <addressline1>V Parku 8</addressline1>
     4     <addressline2>Floor 99</addressline2>
     5     <city>Brno</city>
     6     <creditLimit>0</creditLimit>
     7     <customerId>1001</customerId>
     8     <discountCode uri="http://localhost:8080/CustomerDB/resources/customers/1001/discountCode/"/>
     9     <email>nb@nb.org</email>
    10     <fax>305-777-4635</fax>
    11     <name>NetBeansQE</name>
    12     <phone>305-777-4632</phone>
    13     <state>CZ</state>
    14     <zip>11150</zip>
    15 </customer>