Advertisement
Guest User

VIERA control example

a guest
Apr 22nd, 2012
3,681
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.55 KB | None | 0 0
  1. POST /nrc/control_0 HTTP/1.1
  2. User-Agent: Panasonic iOS VR-CP UPnP/2.0
  3. Host: 10.0.1.155:55000
  4. Content-Type: text/xml; charset="utf-8"
  5. SOAPACTION: "urn:panasonic-com:service:p00NetworkControl:1#X_SendKey"
  6. Content-Length: 331
  7.  
  8. <?xml version="1.0" encoding="utf-8"?>
  9. <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  10.  <s:Body>
  11.   <u:X_SendKey xmlns:u="urn:panasonic-com:service:p00NetworkControl:1">
  12.    <X_KeyEvent>NRC_MUTE-ONOFF</X_KeyEvent>
  13.   </u:X_SendKey>
  14.  </s:Body>
  15. </s:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement