CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

    Exclamation How to use web service with VC++ 6.0?

    Hi all...

    In a recent project, I've to use web services and I've no prior experience of it.

    Actually, the web services has already been developed, I've to use that to connect to some remote database and exchange some data.

    I've experience of VC++ 6.0, but till yet, I've found that I'll have to switch to .NET for that.

    I like to ask for the advice and some reference/pointer or any other material, how can I use web service with VC++ 6.0.

    Any help in this matter will be highly appricated & thanx in advance.

  2. #2
    Join Date
    Mar 2002
    Location
    Philadelphia
    Posts
    150
    Geez. I don't know. But a quick google on C++ and WSDL reveals a tutorial for using WASPC to create C++ classes from WSDL. Not sure if you have to buy WASPC to try. WASPC GCTutorial
    Sincerely,
    - Ron

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