Newer
Older
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?xml version="1.0" encoding="utf-8"?>
<HI1Message xmlns="http://uri.etsi.org/03120/common/2019/10/Core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common" xmlns:task="http://uri.etsi.org/03120/common/2019/10/Task" xmlns:auth="http://uri.etsi.org/03120/common/2016/02/Authorisation">
<Header>
<SenderIdentifier>
<CountryCode>XX</CountryCode>
<UniqueIdentifier>SENDER01</UniqueIdentifier>
</SenderIdentifier>
<ReceiverIdentifier>
<CountryCode>XX</CountryCode>
<UniqueIdentifier>RECVER01</UniqueIdentifier>
</ReceiverIdentifier>
<TransactionIdentifier>45002c1e-dc4a-470a-9152-8e752638c86c</TransactionIdentifier>
<Timestamp>2015-09-01T12:01:00.000000Z</Timestamp>
<Version>
<ETSIVersion>V1.2.1</ETSIVersion>
<NationalProfileOwner>XX</NationalProfileOwner>
<NationalProfileVersion>v1.0</NationalProfileVersion>
</Version>
</Header>
<Payload>
<ResponsePayload>
<ActionResponses>
<ActionResponse>
<ActionIdentifier>0</ActionIdentifier>
<GETResponse>
<HI1Object xsi:type="auth:AuthorisationObject">
<ObjectIdentifier>7dbbc880-8750-4d3c-abe7-ea4a17646045</ObjectIdentifier>
<CountryCode>XX</CountryCode>
<OwnerIdentifier>SENDER01</OwnerIdentifier>
<Generation>1</Generation>
<LastChanged>2015-09-01T12:00:00Z</LastChanged>
<auth:AuthorisationReference>W000001</auth:AuthorisationReference>
<auth:AuthorisationStatus>
<common:Owner>ETSI</common:Owner>
<common:Name>AuthorisationStatus</common:Name>
<common:Value>Invalid</common:Value>
</auth:AuthorisationStatus>
<auth:AuthorisationTimespan>
<auth:StartTime>2015-09-01T12:00:00Z</auth:StartTime>
<auth:EndTime>2015-12-01T12:00:00Z</auth:EndTime>
</auth:AuthorisationTimespan>
<auth:AuthorisationInvalidReason>
<ErrorCode>3000</ErrorCode>
<ErrorDescription>The Authorisation is not associated with a valid Warrant Document Object</ErrorDescription>
</auth:AuthorisationInvalidReason>
</HI1Object>
</GETResponse>
</ActionResponse>
<ActionResponse>
<ActionIdentifier>0</ActionIdentifier>
<GETResponse>
<HI1Object xsi:type="task:LITaskObject">
<ObjectIdentifier>2b36a78b-b628-416d-bd22-404e68a0cd36</ObjectIdentifier>
<CountryCode>XX</CountryCode>
<OwnerIdentifier>SENDER01</OwnerIdentifier>
<Generation>1</Generation>
<AssociatedObjects>
<AssociatedObject>7dbbc880-8750-4d3c-abe7-ea4a17646045</AssociatedObject>
</AssociatedObjects>
<LastChanged>2015-09-01T12:00:00Z</LastChanged>
<task:Reference>LIID1</task:Reference>
<task:Status>
<common:Owner>ETSI</common:Owner>
<common:Name>TaskStatus</common:Name>
<common:Value>Invalid</common:Value>
</task:Status>
<task:TargetIdentifier>
<task:TargetIdentifierValues>
<task:TargetIdentifierValue>
<task:FormatType>
<task:FormatOwner>ETSI</task:FormatOwner>
<task:FormatName>InternationalE164</task:FormatName>
</task:FormatType>
<task:Value>+447700900000</task:Value>
</task:TargetIdentifierValue>
</task:TargetIdentifierValues>
</task:TargetIdentifier>
<task:DeliveryType>
<common:Owner>ETSI</common:Owner>
<common:Name>TaskDeliveryType</common:Name>
<common:Value>IRIandCC</common:Value>
</task:DeliveryType>
<task:DeliveryDetails>
<task:DeliveryDestination>
<task:DeliveryAddress>
<task:IPv4Address>192.0.2.0</task:IPv4Address>
</task:DeliveryAddress>
</task:DeliveryDestination>
</task:DeliveryDetails>
<task:CSPID>
<CountryCode>XX</CountryCode>
<UniqueIdentifier>RECVER01</UniqueIdentifier>
</task:CSPID>
<task:InvalidReason>
<ErrorCode>3000</ErrorCode>
<ErrorDescription>The associated Authorisation is in an Invalid state</ErrorDescription>
</task:InvalidReason>
</HI1Object>
</GETResponse>
</ActionResponse>
</ActionResponses>
</ResponsePayload>
</Payload>
</HI1Message>