websvc.restkit/test/qa-functional/data/projects/TestClientTestApp/test/test/resources/putCustomer.xml
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>
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>