Thread: IIS Authentication through C/C++

  1. #1
    Registered User
    Join Date
    Dec 2002
    Posts
    9

    IIS Authentication through C/C++

    I need to access a Web Service through a local C/C++ Windows program. I have the code to access the webservice itself, but i need to authenticate to the webservice through Windows Integrated Authentication.

    Any help would be greatly appreciated!

  2. #2

  3. #3
    Registered User
    Join Date
    Dec 2002
    Posts
    9
    Thank you for posting a reply, but can you be more specific. I ran through the entire article, but I'm not sure where the code is to access it via C/C++??

  4. #4
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    What method are you using to access the web service now? They are all likely to have different methods of dealing with security.

  5. #5
    Registered User
    Join Date
    Dec 2002
    Posts
    9
    In VS.NET, I add a "web reference" and it automatically creates the files necessary to access the webservice. I believe it is using ATL to access it via a SOAP proxy.

  6. #6
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    Sorry, can't help you but maybe google can (see second result especially):
    http://www.google.com/search?q=soap+...+visual+studio

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. ISAPI problem with IIS 6.0
    By Elkvis in forum Windows Programming
    Replies: 3
    Last Post: 08-25-2008, 08:04 PM
  2. IIS problem
    By rajesh23 in forum Tech Board
    Replies: 6
    Last Post: 10-08-2003, 02:18 AM
  3. IIS Win. Auth
    By iis 5 in forum Tech Board
    Replies: 2
    Last Post: 04-10-2003, 08:24 AM
  4. how to run asp in IIS
    By Unregistered in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 07-05-2002, 10:31 AM
  5. What is 'buffer overrun vulnerability' in IIS?
    By Web admin in forum Windows Programming
    Replies: 1
    Last Post: 08-16-2001, 03:33 AM