--- trunk/lib/Intel/AMT/SOAP.pm 2009/08/08 21:57:47 6 +++ trunk/lib/Intel/AMT/SOAP.pm 2009/08/09 09:43:12 7 @@ -117,7 +117,7 @@ $soap->autotype(0); if ( @_ ) { - do_soap($soap, "RemoteControl", @_) + do_soap($soap, $name, @_) } else { return $soap; }