Generating Proxy for Overloaded Web Service Functions

From: Sean Morrell (SeanMorrell_at_discussions.microsoft.com)
Date: 08/23/04


Date: Mon, 23 Aug 2004 11:09:02 -0700

Hello,

My apologies if this isn't the most appropriate forum. I am currently
writing a native C++/Win32 web service client. The problem is that when I
use "Add References" from .NET 2003, the generated (ATL based) proxy will
have only one version of those functions that are overloaded. There are just
a few functions in the web service. But most of them are overloaded. Now I
don't have control over the server code, or I would have already changed it.
Still, it seems this should work. If I create a VB client application, the
proxy generated from an "Add Reference" contains all overloaded versions for
each function. Is there something special that must be done to accomplish
this when creating a proxy for a C++ client?

Thank You,

Sean Morrell



Relevant Pages

  • RE: SOAP .Net client wrapper questions
    ... on the client side or the web service side? ... for the web service and that didn't produce any result. ... automatic Proxy setting detection, and that seems like it might be involved. ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.framework.webservices)
  • 1st invocation of Web Service from client is very slow - solution?
    ... people complaining that 1st invocation of a Web Service can be very ... writing the client proxy yourself). ... remote methods do not change signature, and get the proxy to compile ...
    (microsoft.public.dotnet.framework.webservices)
  • efficient network transfer
    ... i'm writing a proxy for file transfers. ... one client sends a file to the proxy which forwards it to ... file transfers also, so saving the whole file in memory and writing to ...
    (comp.lang.java.programmer)
  • Re: Implementing a common SOAP Header across multiple Web Service Pages
    ... to set a client up to reference multiple Web ... the Web Service site would ... Your point about leaving the ASMX page as lean as possible and acting just ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Implementing a common SOAP Header across multiple Web Service Pages
    ... between my Web Service application and the client. ... public string SID; ... Web Service page, rather than to a dozen or so separate Web Service pages ... You can easily create a .ASMX file ...
    (microsoft.public.dotnet.framework.webservices)