ChangeProgram
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.itron.com/mdm/devicecomm/2009/03" xmlns:ns1="h ttp://www.itron.com/mdm/common/2008/04">
<soapenv:Header/>
<soapenv:Body>
<ns:ChangeProgramAsync>
<ns:request>
<ns:DeviceRequests>
<ns:DeviceRequest>
<ns1:CorrelationID>12345</ns1:CorrelationID>
<ns:DeviceID>SP_OPENWAY_54820040</ns:DeviceID>
<ns:IDType>ServicePointID</ns:IDType>
</ns:DeviceRequest>
</ns:DeviceRequests>
<ns:Program>Whatever_program_name</ns:Program>
</ns:request>
</ns:ChangeProgramAsync>
</soapenv:Body>
</soapenv:Envelope>
Related topics: