Generating Proxy for Overloaded Web Service Functions
From: Sean Morrell (SeanMorrell_at_discussions.microsoft.com)
Date: 08/23/04
- Next message: Tim Gallivan: "Re: Webservice with asynchronous call"
- Previous message: Jeffrey Hasan: "Re: Error calling web service"
- Next in thread: Sean Morrell: "RE: Generating Proxy for Overloaded Web Service Functions"
- Reply: Sean Morrell: "RE: Generating Proxy for Overloaded Web Service Functions"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Tim Gallivan: "Re: Webservice with asynchronous call"
- Previous message: Jeffrey Hasan: "Re: Error calling web service"
- Next in thread: Sean Morrell: "RE: Generating Proxy for Overloaded Web Service Functions"
- Reply: Sean Morrell: "RE: Generating Proxy for Overloaded Web Service Functions"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|