-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsoap-client.log
31 lines (21 loc) · 1.73 KB
/
soap-client.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
https://sm-introsde-assignment-3.herokuapp.com/ws/people?wsdl
M7: Avaiable measurement types
response: [height, weight]
M1: People list size,
response 100
M2: Retrieved person with id 1
response: Person [birthdate=13/07/2000, id=1, firstname=Gareth, lastname=Smith, healthHistory=introsde.assignment.soap.ws.Person$HealthHistory@3d921e20, currentHealth=introsde.assignment.soap.ws.Person$CurrentHealth@36b4cef0]
M3: p1 updated succesfully! set firstname: Samuele and lastname:Malavasi
response Person [birthdate=13/07/2000, id=1, firstname=Samuele, lastname=Malavasi, healthHistory=introsde.assignment.soap.ws.Person$HealthHistory@2c039ac6, currentHealth=introsde.assignment.soap.ws.Person$CurrentHealth@587d1d39]
M4: p2 created!
response:Person [birthdate=15/7/1991, id=101, firstname=Davide, lastname=Falezza, healthHistory=introsde.assignment.soap.ws.Person$HealthHistory@687080dc, currentHealth=introsde.assignment.soap.ws.Person$CurrentHealth@23d2a7e8]
M5: p2 deleted!
response: Person [birthdate=15/7/1991, id=101, firstname=Davide, lastname=Falezza, healthHistory=introsde.assignment.soap.ws.Person$HealthHistory@687080dc, currentHealth=introsde.assignment.soap.ws.Person$CurrentHealth@23d2a7e8]
M6: person whose id is 1 history size,
response size: 2
M8: Retrieved measure with id 47
response: Measure [id=47, dateRegistered=22/10/1999, measureType=height, measureValue=173.93837345818, measureValueType=double, personId=1]
M9: measure stored!
response: Measure [id=203, dateRegistered=08/03/1992, measureType=height, measureValue=200.0, measureValueType=double, personId=1]
M10: measure updated! set value to 199
response: Measure [id=203, dateRegistered=08/03/1992, measureType=height, measureValue=199, measureValueType=double, personId=1]