<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 26.11.2014 16:09, Yuriy Tretyakov wrote:<br>
    <blockquote
      cite="mid:1417014340.886389976.iaavh2lm@frv45.fwdcdn.com"
      type="cite"><span class="xfm_84548292">Hi Klaus.
        <div>Thank you for your quick answer!</div>
        <div>Sure, vm machine is turned off. I trying to turn HPET on
          after snapshot is restored (machine is down) but got this
          error.</div>
        <div>And yes , as I understand from SDK, such settings shall
          work with mutable machine. Setting RAM size works fine, but
          HPET failed.</div>
        <div>I specify that  IMachine_setCPUHotPlugEnabled doesn't work
          this way. Few month ago we were try to set videocapturing on
          and also no positive results. Could it be a defect with
          processing boolean values when we work with vboxwebsrv?</div>
      </span></blockquote>
    Can't tell from here what's "going over the wire" with your code,
    but as long as the error message has the word "mutable" in it I
    wouldn't expect trouble with the parameters as such, more with the
    references.<br>
    <br>
    Is there a particular reason why you can't/don't want to use ZSI?
    It's what e.g. vboxshell.py uses if one selects the webservice. It
    gives a nice, direct python object interface to the API, and can
    also talk to the local API when it runs on the same system...<br>
    <br>
    Klaus<br>
    <blockquote
      cite="mid:1417014340.886389976.iaavh2lm@frv45.fwdcdn.com"
      type="cite"><span class="xfm_84548292">
        <div><br>
        </div>
        <div>Regards,</div>
        <div>Yuriy</div>
        <div><br>
          <br>
          <div style="font-size:0.9em;font-style:italic;"> --- Исходное
            сообщение ---<br>
            От кого: "Klaus Espenlaub"
            <a class="moz-txt-link-rfc2396E" href="mailto:klaus.espenlaub@oracle.com"><klaus.espenlaub@oracle.com></a><br>
            Дата: 26 ноября 2014, 17:02:12<br>
          </div>
          <br>
          <blockquote class="xfmc1" style="border-left:1px solid
            rgb(204, 204, 204);margin:0px ! 0px 0px
            0.8ex;padding-left:1ex;"><span> <span></span> <span
                bgcolor="#FFFFFF"> Hi Yuriy,<br>
                <div class="xfmc2">On 26.11.2014 15:42, Yuriy Tretyakov
                  wrote:<br>
                </div>
                <blockquote type="cite"><span>
                    <div style="font-size:0.9em;font-style:italic;"><br>
                    </div>
                    <blockquote class="xfmc3" style="border-left:1px
                      solid rgb(204, 204, 204);margin:0px 0px 0px
                      0.8ex;padding-left:1ex;"><span>
                        <p class="xfmc4">Hi Guys!</p>
                        <p class="xfmc4">Forum  moderator suggests me to
                          contact somebody from developers to solve my
                          problem faster than waiting answer on forum.</p>
                        <p class="xfmc4"><br>
                          I have a trouble setting boolean values via
                          SOAP for VBOX.<br>
                          Actually, I need to set
                          IMachine_setHPETEnabled to True
                          programmatically, but
                          IMachine_setCPUHotPlugEnabled also doesn't
                          work.<br>
                          Trying to set these parameters always follows
                          with Machine is not mutable error. But setting
                          of memory like in SDK example works fine.<br>
                          What I'm actually do. I using suds SOAP client
                          library for Python.<br>
                        </p>
                      </span></blockquote>
                  </span></blockquote>
                This doesn't sound like a problem with specific bindings
                to me (never used suds though, only used ZSI as you can
                see in the samples in the SDK). From the symptoms you're
                using the wrong IMachine reference. On the other hand, I
                can't explain why setting the memory size with the same
                reference works, it's doing the exact same checks on the
                API implementation side.<br>
                <br>
                Are you sure that the snapshot you are restoring is an
                "offline" one, i.e. for a powered off VM? Otherwise the
                VM is in saved state, which means no significant
                reconfiguration is possible (but again, same rules for
                HPET and memory size...).<br>
                <br>
                Klaus </span></span>
          </blockquote>
        </div>
      </span></blockquote>
  </body>
</html>