Created
July 25, 2015 14:54
-
-
Save samneirinck/8b895b7c8e9061818fef to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP/1.1 200 OK | |
EXT: | |
CONTENT-TYPE: text/xml; charset="utf-8" | |
SERVER: Linux UPnP/1.0 Sonos/29.5-91030 (ZPS9) | |
CONNECTION: close | |
Content-Length: 288 | |
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
<s:Body> | |
<u:GetVolumeResponse xmlns:u="urn:schemas-upnp-org:service:RenderingControl:1"> | |
<CurrentVolume>15</CurrentVolume> | |
</u:GetVolumeResponse> | |
</s:Body> | |
</s:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment