Very often, you can influence the WSDL that is generated by marking your web
service class with a compiler attribute. In VB .NET compiler attributes are
denoted by <> preceding a class or class member (such as the WebService
atttribute that is automatically added to your web service by Visual Studio
and the WebMethod attribute that is added prior to your web service's web
methods). In C#, attributes are denoted using square brackets [].
-Scott
> I've developed my first webservice but now the software house of the
> company who need to consume the service ask me to insert the attribute
[quoted text clipped - 9 lines]
>
> Bob
Roberto - 08 May 2008 05:53 GMT
Thank you for point me in the right direction.
> Very often, you can influence the WSDL that is generated by marking your
> web service class with a compiler attribute. In VB .NET compiler
[quoted text clipped - 19 lines]
>>
>> Bob