SOAP Fehler bei IIPSFS20 SwitchMode

Ich versuche eine Service Aufruf auf den „IIPSFS20 SwitchMode“

jedoch bekommen ich immer einen Fehler:

„<SOAP-ENV:Envelope xmlns:SOAP-ENV=„http://schemas.xmlsoap.org/soap/envelope/“ xmlns:xsd=„XML Schema“ xmlns:xsi=„http://www.w3.org/2001/XMLSchema-instance“ xmlns:SOAP-ENC=„http://schemas.xmlsoap.org/soap/encoding/“><SOAP-ENV:Body><SOAP-ENV:Fault><faultactor/><faultcode>SOAP-ENV:Server</faultcode><faultstring>No class registered for invokable interface IIPSFS20</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>“

Mein SOAP Aufruf sieht wie folgt aus:

„<SOAP-ENV:Envelope xmlns:SOAP-ENV=„http://schemas.xmlsoap.org/soap/envelope/“ xmlns:SOAP-ENC=„http://schemas.xmlsoap.org/soap/encoding/“ xmlns:xsi=„http://www.w3.org/2001/XMLSchema-instance“ xmlns:xsd=„XML Schema“>
<SOAP-ENV:Body><jsx1:SwitchMode xmlns:jsx1=„urn:UIPSModuleTypes-IIPSFS20“><DeviceOn xsi:type=„xsd:boolean“>true</DeviceOn></jsx1:SwitchMode></SOAP-ENV:Body>
</SOAP-ENV:Envelope>“

PS.: Gibt es eigentlich irgendwo eine wirkliche Dokumentation,
wie und in welcher Reihenfolge bestimmte Service Operations auf zu rufen sind? (eine richte SDK Doku der WSDL’s)

PSS.: ein Script Aufruf über SOAP klappt bei mir problemlos!
Werde das mal Zusammenstellen und dann auch posten :slight_smile:

Vielen Dank & Gruß Jörg

Du musst einen TIDHeader im Header mitsenden mit der InstanceID. Guck dir mal die anderen SOAP Beispiele an.

paresy