Hello Brad,
Are you sure you had a WebMethod attribute in your proxy? I would seriously
doubt that
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
>> If you try to check the web service attributes in a web service proxy
>> class you will not find it there.
>>
> That's not true; as I mentioned, the WebMethod attribute is present in
> the proxy object and my custom attribute was present in past builds.
Brad Wood - 02 Mar 2005 14:57 GMT
> Hello Brad,
>
> Are you sure you had a WebMethod attribute in your proxy? I would
> seriously doubt that
When I programmatically search through the attribute collection of my
proxy object (from my test harness), I do in fact find the
WebMethodAttribute object in there. And I am quite certain that I
*used* to find my custom attribute as well, but I was using Delphi.net
at the time, so it undoubtedly created the proxy dll differently.
BTW, where the heck is the proxy dll? Is it buried in the framework
folders? I can't find it.