10 lines
930 B
XML
10 lines
930 B
XML
|
|
<?xml version="1.0"?>
|
||
|
|
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
||
|
|
<s:Body>
|
||
|
|
<u:BrowseResponse xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1">
|
||
|
|
<Result><?xml version="1.0" encoding="utf-8"?><DIDL-Lite xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"><container id="0" parentID="0" restricted="1" searchable="1"><dc:title></dc:title><upnp:class>object.container</upnp:class></container></DIDL-Lite></Result>
|
||
|
|
<NumberReturned>1</NumberReturned>
|
||
|
|
<TotalMatches>1</TotalMatches>
|
||
|
|
<UpdateID>1</UpdateID>
|
||
|
|
</u:BrowseResponse>
|
||
|
|
</s:Body></s:Envelope>
|