Results 1 to 3 of 3

Thread: XML HTTP command

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2004
    Posts
    4

    XML HTTP command

    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

  2. #2
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961
    The above is a GET not a POST.

  3. #3
    New Member
    Join Date
    Dec 2002
    Location
    Bucharest, Romania
    Posts
    8

    Thumbs up

    Hi!
    You might find your answer in this thread:http://www.vb-forum.com/showthread.p...hreadid=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!
    Maximus live 4ever
    ====================
    Try http://msdn.microsoft.com before ask for help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width