<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
    xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
    xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <soap:Header>
        <wsa:Action>UpdateResponse</wsa:Action>
        <wsa:MessageID>urn:uuid:76f29c30-cfd5-41b5-8c8f-d58a7ce82964</wsa:MessageID>
        <wsa:RelatesTo>urn:uuid:e05b39ff-7e0b-4c3e-811d-362ee08f48f4</wsa:RelatesTo>
        <wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
        <wsse:Security>
            <wsu:Timestamp wsu:Id="Timestamp-9d056168-651a-486b-b817-2a0caa906180">
                <wsu:Created>2024-04-15T21:32:54Z</wsu:Created>
                <wsu:Expires>2024-04-15T21:37:54Z</wsu:Expires>
            </wsu:Timestamp>
        </wsse:Security>
    </soap:Header>
    <soap:Body>
        <UpdateResponse xmlns="http://exacttarget.com/wsdl/partnerAPI">
            <Results>
                <StatusCode>OK</StatusCode>
                <StatusMessage>SendClassification updated</StatusMessage>
                <OrdinalID>0</OrdinalID>
                <Object xsi:type="SendClassification">
                    <PartnerKey xsi:nil="true" />
                    <ObjectID>95da425b-a06f-e611-96fe-38eaa7142c61</ObjectID>
                    <CustomerKey>testExisting_sendClassification</CustomerKey>
                    <SendClassificationType>Marketing</SendClassificationType>
                    <Name>testExisting_sendClassification</Name>
                    <Description>updated on deploy</Description>
                    <SenderProfile>
                        <PartnerKey xsi:nil="true" />
                        <ObjectID>a75d452b-7ef4-eb11-b82d-48df37d1da95</ObjectID>
                        <CustomerKey>testExisting_senderProfile</CustomerKey>
                    </SenderProfile>
                    <DeliveryProfile>
                        <PartnerKey xsi:nil="true" />
                        <ObjectID xsi:nil="true" />
                        <CustomerKey>Default</CustomerKey>
                    </DeliveryProfile>
                </Object>
            </Results>
            <RequestID>0ff3e991-df4f-4206-b8e1-bdccf95d3931</RequestID>
            <OverallStatus>OK</OverallStatus>
        </UpdateResponse>
    </soap:Body>
</soap:Envelope>
