Forked from philwolstenholme/gist:18bc65971a57f6956d67
Created
December 14, 2017 10:43
-
-
Save trappedinspacetime/c892688410dbaf76c6899ede7c301559 to your computer and use it in GitHub Desktop.
IRCC request to pause a Sony smart TV
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
<?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:X_SendIRCC xmlns:u="urn:schemas-sony-com:service:IRCC:1"> | |
<IRCCCode>AAAAAgAAAJcAAAAZAw==</IRCCCode> | |
</u:X_SendIRCC> | |
</s:Body> | |
</s:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment