RE: How to access web service
From: Nadav (Nadav_at_discussions.microsoft.com)
Date: 12/23/04
- Next message: Bonj: "Re: Fast linked list"
- Previous message: Igor Tandetnik: "Re: Fast linked list"
- In reply to: raghavendra raju via .NET 247: "How to access web service"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 23 Dec 2004 08:41:05 -0800
I assume that what you are trying to do is to access a WebService from an
unmanaged C++ client, to achieve that you whould use the Http*.* Win32 APIs
and access the WebService using "Get", another thing you can do is to
download the Soap Tool Kit from microsoft, you could find there a COM wrapper
that expose a .wsdl as an IDispatch interface.
Hope this helps...
Nadav
http://www.ddevel.com
"raghavendra raju via .NET 247" wrote:
> I am trying to call a web service client in C++. I get the URL for the webservice at the runtime from the config file.
> I need to dynamically create a webservice client object and call the method in the web service.
>
> Please let me know if this is possible.
>
> --------------------------------
> From: raghavendra raju
>
> -----------------------
> Posted by a user from .NET 247 (http://www.dotnet247.com/)
>
> <Id>Tte+zkquQUKjTAjpuTSsiA==</Id>
>
- Next message: Bonj: "Re: Fast linked list"
- Previous message: Igor Tandetnik: "Re: Fast linked list"
- In reply to: raghavendra raju via .NET 247: "How to access web service"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|