RE: How to access web service

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Nadav (Nadav_at_discussions.microsoft.com)
Date: 12/23/04


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>
>



Relevant Pages

  • Re: Webservice or not Advice
    ... Http is not a guarantted protocol though. ... longas the client does the same) as a aecondary argument. ... also calculate a hash value once the dataset is received. ... I'm wondering since im calling up a webservice to pass a ...
    (microsoft.public.dotnet.distributed_apps)
  • Re: WSE352 Size of the record exceed its limit
    ... The webservice is a WSE service component soap client. ... you're developing an .net webservice which uses WSE ...
    (microsoft.public.dotnet.framework.webservices)
  • RE: Error on SOAP Call on only one machine: Could not find default endpoint element that references
    ... "Service Reference" is a proxy class used for consuming WCF service. ... Though WCF client can also consume standard XML webservice, ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Webservice problem (after iisreset)
    ... I was speaking about whatever means you're suing the make the call from the client. ... If it already waits one minute for the failure then it sounds like the timeout is already high enough. ... So use wsdl.exe to generate a .NET proxy to your webservice to see if that style of client has the same problems or not. ... If it does, then it sounds like something on the server, if it does not then it's likley your HTC framework. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: How does the client of a webservice figure out a complex type
    ... attribute with a hint for the client side proxy this is a DataSet. ... >if the wsdl does not contain any reference, ... >> As for how webservice client figure out a complex type, ...
    (microsoft.public.dotnet.framework.webservices)