CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Posts
    51

    Question Newbie CHttpFile Question

    I'm new to using CHttpFile, I've never had to work with it before. Now I must write something that will post a query to a webservice and read the XML response.

    I have been given a URL that looks something like this:

    http //someserver.itservices.internal.com/API/Transaction?TRANSACTION=NEW&NAME=HOST&REQUEST=Identify&ID=744033

    I'm not certain how to proceed, if CHttpFile is even the way to go. I do have to do this in C++ and I am working in Visual Studio, but not with managed code. Any help would be greatly appreciated.

    Thanks

    Keith

  2. #2
    Join Date
    Aug 2001
    Posts
    51

    Re: Newbie CHttpFile Question

    Never mind; I was able to figure it out from other posts here.

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

Featured