Commit f29b0115 authored by Gabriel Commeau's avatar Gabriel Commeau Committed by Mark Canterbury
Browse files

Fix GETCSPCONFIG XML and JSON examples incorrectly mixing ACTOR2 and ACTOR02

parent 1960db2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -33,7 +33,7 @@
              "Dictionaries": {
              "Dictionaries": {
                "dictionaries:Dictionary": [
                "dictionaries:Dictionary": [
                  {
                  {
                    "dictionaries:Owner": "ACTOR2",
                    "dictionaries:Owner": "ACTOR02",
                    "dictionaries:Name": "LIServiceTypes",
                    "dictionaries:Name": "LIServiceTypes",
                    "dictionaries:DictionaryEntries": {
                    "dictionaries:DictionaryEntries": {
                      "dictionaries:DictionaryEntry": [
                      "dictionaries:DictionaryEntry": [
+1 −1
Original line number Original line Diff line number Diff line
@@ -26,7 +26,7 @@
                        <LastChanged>2024-05-10T08:52:32Z</LastChanged>
                        <LastChanged>2024-05-10T08:52:32Z</LastChanged>
                        <Dictionaries>
                        <Dictionaries>
                            <dictionaries:Dictionary>
                            <dictionaries:Dictionary>
                                <dictionaries:Owner>ACTOR2</dictionaries:Owner>
                                <dictionaries:Owner>ACTOR02</dictionaries:Owner>
                                <dictionaries:Name>LIServiceTypes</dictionaries:Name>
                                <dictionaries:Name>LIServiceTypes</dictionaries:Name>
                                <dictionaries:DictionaryEntries>
                                <dictionaries:DictionaryEntries>
                                    <dictionaries:DictionaryEntry>
                                    <dictionaries:DictionaryEntry>
+9 −8
Original line number Original line Diff line number Diff line
@@ -4,11 +4,12 @@
    <Header>
    <Header>
        <SenderIdentifier>
        <SenderIdentifier>
            <CountryCode>XX</CountryCode>
            <CountryCode>XX</CountryCode>
            <!-- ACTOR01 is the request Issuing Authority -->
            <UniqueIdentifier>ACTOR01</UniqueIdentifier>
            <UniqueIdentifier>ACTOR01</UniqueIdentifier>
        </SenderIdentifier>
        </SenderIdentifier>
        <ReceiverIdentifier>
        <ReceiverIdentifier>
            <CountryCode>XX</CountryCode>
            <CountryCode>XX</CountryCode>
            <!-- ACTOR2 is the CSP (Comunications Service Provider) -->
            <!-- ACTOR02 is the CSP (Comunications Service Provider) -->
            <UniqueIdentifier>ACTOR02</UniqueIdentifier>
            <UniqueIdentifier>ACTOR02</UniqueIdentifier>
        </ReceiverIdentifier>
        </ReceiverIdentifier>
        <TransactionIdentifier>da735c3f-3ab9-4e9e-810e-daf84d973505</TransactionIdentifier>
        <TransactionIdentifier>da735c3f-3ab9-4e9e-810e-daf84d973505</TransactionIdentifier>
@@ -26,10 +27,10 @@
                    <ActionIdentifier>0</ActionIdentifier>
                    <ActionIdentifier>0</ActionIdentifier>
                    <GETCSPCONFIGResponse>
                    <GETCSPCONFIGResponse>
                        <LastChanged>2025-04-03T07:25:21Z</LastChanged>
                        <LastChanged>2025-04-03T07:25:21Z</LastChanged>
                        <!-- ACTOR2 defines 2 new services, ServiceA and Service B, both for LD (Lawful Disclosure) and LP (Lawful Preservation). -->
                        <!-- ACTOR02 defines 2 new services, ServiceA and Service B, both for LD (Lawful Disclosure) and LP (Lawful Preservation). -->
                        <Dictionaries>
                        <Dictionaries>
                            <dictionaries:Dictionary>
                            <dictionaries:Dictionary>
                                <dictionaries:Owner>ACTOR2</dictionaries:Owner>
                                <dictionaries:Owner>ACTOR02</dictionaries:Owner>
                                <dictionaries:Name>LDRequestSubtype</dictionaries:Name>
                                <dictionaries:Name>LDRequestSubtype</dictionaries:Name>
                                <dictionaries:DictionaryEntries>
                                <dictionaries:DictionaryEntries>
                                    <dictionaries:DictionaryEntry>
                                    <dictionaries:DictionaryEntry>
@@ -42,8 +43,8 @@
                                    </dictionaries:DictionaryEntry>
                                    </dictionaries:DictionaryEntry>
                                </dictionaries:DictionaryEntries>
                                </dictionaries:DictionaryEntries>
                            </dictionaries:Dictionary>
                            </dictionaries:Dictionary>
                            <!-- <dictionaries:Dictionary>
                            <dictionaries:Dictionary>
                                <dictionaries:Owner>ACTOR2</dictionaries:Owner>
                                <dictionaries:Owner>ACTOR02</dictionaries:Owner>
                                <dictionaries:Name>LPRequestSubtype</dictionaries:Name>
                                <dictionaries:Name>LPRequestSubtype</dictionaries:Name>
                                <dictionaries:DictionaryEntries>
                                <dictionaries:DictionaryEntries>
                                    <dictionaries:DictionaryEntry>
                                    <dictionaries:DictionaryEntry>
@@ -55,9 +56,9 @@
                                        <dictionaries:Meaning>Service B allows users to ...</dictionaries:Meaning>
                                        <dictionaries:Meaning>Service B allows users to ...</dictionaries:Meaning>
                                    </dictionaries:DictionaryEntry>
                                    </dictionaries:DictionaryEntry>
                                </dictionaries:DictionaryEntries>
                                </dictionaries:DictionaryEntries>
                            </dictionaries:Dictionary> -->
                            </dictionaries:Dictionary>
                        </Dictionaries>
                        </Dictionaries>
                        <!-- ACTOR2 defines a new type of target identifier. -->
                        <!-- ACTOR02 defines a new type of target identifier. -->
                        <TargetFormatTypeDefinitions>
                        <TargetFormatTypeDefinitions>
                            <config:FormatOwner>ACTOR02</config:FormatOwner>
                            <config:FormatOwner>ACTOR02</config:FormatOwner>
                            <config:TargetFormatTypeDefinitionEntries>
                            <config:TargetFormatTypeDefinitionEntries>
@@ -68,7 +69,7 @@
                                </config:TargetFormatTypeDefinitionEntry>
                                </config:TargetFormatTypeDefinitionEntry>
                            </config:TargetFormatTypeDefinitionEntries>
                            </config:TargetFormatTypeDefinitionEntries>
                        </TargetFormatTypeDefinitions>
                        </TargetFormatTypeDefinitions>
                        <!-- ACTOR2 defines the possible targeting configuration acceptable. -->
                        <!-- ACTOR02 defines the possible targeting configuration acceptable. -->
                        <TargetingConfigurations>
                        <TargetingConfigurations>
                            <config:TargetingConfiguration>
                            <config:TargetingConfiguration>
                                <!-- First Targeting Configuration -->
                                <!-- First Targeting Configuration -->