31 lines
977 B
XML
31 lines
977 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<SOAP-ENV:Envelope
|
||
|
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
|
||
|
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||
|
xmlns:ns1="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-6-MM7-1-0">
|
||
|
<SOAP-ENV:Header>
|
||
|
<ns1:TransactionID SOAP-ENV:mustUnderstand="" SOAP-ENV:encodingStyle="" SOAP-ENV:actor=""></ns1:TransactionID>
|
||
|
</SOAP-ENV:Header>
|
||
|
<SOAP-ENV:Body>
|
||
|
<ns1:DeliveryReportRsp>
|
||
|
<ns1:MM7Version>6.3.0</ns1:MM7Version>
|
||
|
<ns1:Status>
|
||
|
<ns1:StatusCode></ns1:StatusCode>
|
||
|
<ns1:StatusText></ns1:StatusText>
|
||
|
<ns1:Details>
|
||
|
<!-- extensibility element(s) -->
|
||
|
|
||
|
<!-- extensibility element(s) -->
|
||
|
|
||
|
<!-- extensibility element(s) -->
|
||
|
|
||
|
</ns1:Details>
|
||
|
<!-- extensibility element(s) -->
|
||
|
|
||
|
</ns1:Status>
|
||
|
</ns1:DeliveryReportRsp>
|
||
|
</SOAP-ENV:Body>
|
||
|
</SOAP-ENV:Envelope>
|