qexo-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qexo-general] question: connecting a COM component


From: Heiko Specht
Subject: [Qexo-general] question: connecting a COM component
Date: Wed, 24 Sep 2003 10:04:50 +0200

Hello Members,

   i need to connect a COM component on a Windows Server and
   get the XML Response. Jet it is managed with php but i want
   to do it with XQL (different reasons - xml is easier to handle)

   after the handling of the XML result i have to send it back to the
   Server.

   to connect and get the result i use now:

   <?php
      $reddot = new COM("myInstanceASP.MIPageData") or die("Unable to 
instantiate MyInstance");
      # Create an instance of a MyInstance Error Variant
      $vError = new Variant();
      $instance->XmlServerClassName="MyinstanceServer.XmlServer";
      $lastResult = $instance->ServerExecuteXml($sXmlData,$vError);
   ?>
   
   any help would be very great
   thanks in advance

kind regards,
 Heiko                          mailto:address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]