The underscore is just a line continuation character. Web Service attributes (in fact all attributes in
VB.NET) should be placed right before the method or class they apply to.
So, this:
<Services.WebService(Namespace:="http://wroxunited.net/")> YourClass
is functionally equivalent to
<Services.WebService(Namespace:="http://wroxunited.net/")> _
YourClass
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.