so sieht eine SOAP Aktion fuer "Mute" aus, vielleicht kann es jemand brauchen.
Code: Alles auswählen
POST /loewe_tablet_0001 HTTP/1.1
Host: 192.168.178.132:905
User-Agent: Assist%20Media/20 CFNetwork/548.1.4 Darwin/11.0.0
Content-Length: 361
Accept: */*
Content-Type: application/soap+xml; charset=utf-8
SOAPAction: InjectRCKey
Accept-Language: de-de
Accept-Encoding: gzip, deflate
Connection: keep-alive
<?xml version="1.0"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ltv="urn:loewe.de:RemoteTV:Tablet"><env:Body><ltv:InjectRCKey><fcid>7</fcid><ClientId>LRemoteClient-0-1367414706</ClientId><InputEventSequence><RCKeyEvent alphabet="l2700" value="13" mode="release"/></InputEventSequence></ltv:InjectRCKey></env:Body></env:Envelope>
HTTP/1.1 200 OK
Date: Wed, 01 May 2013 15:29:11 GMT
Server: Nano HTTPD library
Content-Type: text/xml
Content-Length: 475
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <m:InjectRCKeyResponse xmlns:m="urn:loewe.de:RemoteTV:Tablet"> <m:fcid>7</m:fcid><m:ClientId>LRemoteClient-0-1367414706</m:ClientId></m:InjectRCKeyResponse> </SOAP-ENV:Body></SOAP-ENV:Envelope>
9000h