14 lines
506 B
XML
14 lines
506 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
||
|
|
<s:Body>
|
||
|
|
<u:Browse xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1">
|
||
|
|
<ObjectID>0</ObjectID>
|
||
|
|
<BrowseFlag>BrowseMetadata</BrowseFlag>
|
||
|
|
<Filter>*</Filter>
|
||
|
|
<StartingIndex>0</StartingIndex>
|
||
|
|
<RequestedCount>1</RequestedCount>
|
||
|
|
<SortCriteria></SortCriteria>
|
||
|
|
</u:Browse>
|
||
|
|
</s:Body>
|
||
|
|
</s:Envelope>
|