Untitled

 avatar
unknown
plain_text
3 years ago
1.3 kB
4
Indexable
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:ns1="https://soap.flexmail.eu/3.0.0/flexmail.wsdl"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <SOAP-ENV:Body>
        <SOAP-ENV:GetCampaignReportResponse>
            <GetCampaignReportResp xsi:type="ns1:GetCampaignReportResp">
                <header xsi:type="ns1:APIResponseHeader">
                    <errorCode xsi:type="xsd:int">206</errorCode>
                    <errorMessage xsi:type="xsd:string">User is no longer active</errorMessage>
                    <timestamp xsi:type="xsd:string">2021-11-04T14:11:59</timestamp>
                </header>
                <errorCode xsi:type="xsd:int">220</errorCode>
                <errorMessage xsi:type="xsd:string">authentication error see header for more information</errorMessage>
                <campaignReportType xsi:nil="true" xsi:type="ns1:CampaignReportType"/>
            </GetCampaignReportResp>
        </SOAP-ENV:GetCampaignReportResponse>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Editor is loading...