Home » Category » DLL & COM & ActiveX

DLL & COM & ActiveX: XML HTTP command

104| Mon, 03 Dec 2007 04:22:00 GMT| sparcs| 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 & Tags: xml, http, command, dll, com, activex

URL: http://programming.itags.org/com-activex/174576/
 
«« Prev - Next »» 2 helpful answers below.
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 |

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 Hot Answers

DLL & COM & ActiveX New questions

DLL & COM & ActiveX Related Categories