DLL & COM & ActiveX: XML HTTP command

  • sparcs / 104 / Tues, 24 Nov 2009 00:50:00 GMT / Comments (2)
  • Hi All

    I need some advise as to how to i need to pass a command from my VB application to to a remote network Hardware device to Erase its memory .The communication transport used is HTTP and the communication protocol to talk to the hardware device is XML:

    The command is
    http://192.168.0.251/cgi-bin/dataProxy? oper= PurgeAllTags

    Since I am new to this, I would like to know from anyone as to what my approach should be to accomplish this.My initial understanding of the issue is that I will have to

    create a XMLHTTP object from my vb application and use the Open ("POST",...) and the SEND methods.Someone pls help me with this.I would appreciate it if anyone could show me some sample code.Thanks.

    -Sparcs
  • Keywords:

    xml, http, command, dll, com, activex

  • http://programming.itags.org/com-activex/174576/«« Last Thread - Next Thread »»
    1. http://192.168.0.251/cgi-bin/dataProxy? oper= PurgeAllTags


      The above is a GET not a POST.

      davesell | Wed, 05 Dec 2007 13:41:00 GMT |

    2. Hi!
      You might find your answer in this thread:http://www.vb-forum.com/showthread.php?s=&threadid=298442

      You should use INET ( Microsoft Internet Transfer Control 6.0) for posting query to a server. You have many options to use it.

      Have fun!

      hypermax | Wed, 05 Dec 2007 13:42:00 GMT |

  • DLL & COM & ActiveX Questions

    • Excel automation: Columns array

      Hi,I have written a small macro in Excel/VBA that goes through a number of columns of the active wor...

      By lonelypixel

    • ActiveX doc crashes IE

      Hey all.. i have an application that is using activeX dll user documents.. when i am done with my ap...

      By metallicad

    • ASP File Download

      Hi,I'm trying to write a document manager for our Intranet, but I am having big trouble getting...

      By nickclarkson

    • Zipping folders Recursively

      I am using Info-ZIP group's zip32.dll in my VB 6.0 project. My purpose is to be able to zip a s...

      By hemali3

    • COM+ and MR. Please give me tips!

      Hi group,(Pardon my English I'm from Holland)I have a question concerning the Microsoft Reposit...

      By visualsander, 1 Comments

    • DragDrop with Custom made ActiveX Control.

      Hello,I can program a VB control to drag and drop in run-time. This uses the form's DragDrop() ...

      By chuckb, 1 Comments

    • XMLDOM Problem

      Hi People, i have a problem with the load XML DocumentHere is the code :***********...

      By cgarci60, 1 Comments

    • Xml

      Someone knows (or can give me an example) how to pass a recordset between two tiers (DLLs) using XML...

      By damo, 4 Comments

    • Writting Active X objects to be used in VB5 and C+...

      I have a project coming up where i need to write an object in VB6 but the object has to be usable in...

      By nirces, 1 Comments