API Reference

QueryServiceRequestAttachments

With this operation, it is possible retrieve the service request attachments list.

The WSDL is available at the following URL, where the <baseURI> parameter is provided by the operator:

— <baseURI>/dcpapi/ServiceRequestManagement?WSDL

EXAMPLE OF API REQUEST:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ⇒
xmlns:ser="http://api.dcp.ericsson.net/ServiceRequestManagement">
<soapenv:Header/>
<soapenv:Body>
<ser:QueryServiceRequestAttachments>
<activityLogId>000000000021907</activityLogId>
<timedOut>2</timedOut>
</ser:QueryServiceRequestAttachments>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:QueryServiceRequestAttachmentsResponse ⇒
xmlns:ns2="http://api.dcp.ericsson.net/ServiceRequestManagement">
<attachments>
<attachment>
<fileName>REQ000000029587.csv</fileName>
<attachmentData>
<xop:Include href="cid:attachmentData-7b9ca9ab-7b0d-491e-bea5- ⇒
[email protected]"
xmlns:xop="http://www.w3.org/2004/08/xop/include"/>
</attachmentData>
</attachment>
</attachments>
</ns2:QueryServiceRequestAttachmentsResponse>
</env:Body>
</env:Envelope>