Well, lacking any better suggestions coming in, let me take a crack at this.
I was waiting to see if someone was going to pipe in with a suggestion of
some wiz-bang tool that would export a proxy out of a class library. That
would be perfect for your needs. I did a cursory search and didn't find one.
One thing I am certain of, is that you can't do what you ask by manipulating
WSDL.exe.
I think you'll have to create the proxy with WSDL.exe as a starting point,
make two copies, and edit them both to provide what you want. Or hand code
both proxies from scratch.
HTH

Signature
Dale Preston
MCAD C#
MCSE, MCDBA
> Hi all,
>
[quoted text clipped - 19 lines]
> Thanks in advance,
> Ido.
Ido Flatow - 29 Jan 2006 08:39 GMT
Hi Dale,
I too gave up on WSDL, so i've looked around a bit, and found a simple app
named "SED" (originated in unix) that manipulates text files.
I wrote a small script for it that finds every proxy declaration in the
generated code and deletes it - so very simple and so very stupid !
Sometimes a simple tool can be the answer ...
Thanks anyway,
Ido.
> Well, lacking any better suggestions coming in, let me take a crack at this.
> I was waiting to see if someone was going to pipe in with a suggestion of
[quoted text clipped - 33 lines]
> > Thanks in advance,
> > Ido.