Home > Archive > Microsoft Webservices > October 2005 > Can I use SoapExtensionAttribute at the client proxy side?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Can I use SoapExtensionAttribute at the client proxy side?
|
|
| A.M-SG 2005-09-13, 7:02 pm |
| Hi,
Can I use SoapExtensionAttribute at the client proxy side?
Thank you,
Alan
| |
| Kumar Shetgar 2005-10-06, 7:02 pm |
| You can use it....Instead of finding words to explain it, I am referrring to
the
remarks section from MSDN..
Remarks from MSDN: Web service methods created using ASP.NET can be
configured to run with a SOAP extension by applying an attribute to the XML
Web service method. When a custom extension attribute is added to an XML Web
service method or a method on a client proxy class, ASP.NET invokes the
associated extension at the appropriate time. An extension attribute is a
custom attribute class deriving from SoapExtensionAttribute. Derived
attributes must override the ExtensionType property to return the type of
extension that is associated with the attribute.
-- Kumar Shetgar
"A.M-SG" wrote:
> Hi,
>
> Can I use SoapExtensionAttribute at the client proxy side?
>
> Thank you,
> Alan
>
>
>
|
|
|
|
|