-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.xml
More file actions
44 lines (43 loc) · 1.74 KB
/
sample.xml
File metadata and controls
44 lines (43 loc) · 1.74 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ful="http://fulfillment.accommodation.transferobject.booking.dreams.wdw.com">
<soapenv:Header/>
<soapenv:Body>
<ful:changeRoom>
<request>
<newRoomNumber>4916</newRoomNumber>
<roomReadyStatus>false</roomReadyStatus>
<travelComponentId>1133955956</travelComponentId>
<locationId>51</locationId>
<comment>4916</comment>
<physicalRoomDetails>
<assignmentOwnerIds>126646310</assignmentOwnerIds>
<resourceId>4979</resourceId>
<roomNumber>4916</roomNumber>
<facilityId>80010385</facilityId>
<lockAssignment>true</lockAssignment>
</physicalRoomDetails>
<lockAssignment>true</lockAssignment>
<override>false</override>
<holdDone>false</holdDone>
</request>
<serviceContext>
<addressRole>?</addressRole>
<conversationId>?</conversationId>
<messageId>?</messageId>
<party1Id>?</party1Id>
<party1Type>?</party1Type>
<party2Id>?</party2Id>
<party2Type>?</party2Type>
<pathHostName>?</pathHostName>
<pathId>?</pathId>
<principalId>?</principalId>
<principalMethod>?</principalMethod>
<principalRole>?</principalRole>
<principalUri>?</principalUri>
<principalValue>?</principalValue>
<requestTimeStamp>?</requestTimeStamp>
<toAddressRole>?</toAddressRole>
<userName>?</userName>
</serviceContext>
</ful:changeRoom>
</soapenv:Body>
</soapenv:Envelope>