> Dear developers,
>
> may i know wat is the main use of Namespace in declaration... for example:
> [WebService (Namespace=http://www.cantaso.com/"]...
> the Namespace is for...?? does it affect the our compilation..?
It affects the service contract (i.e. the WSDL file) as it is used as the
base namespace for the SOAP actions of the operations in the service, and
default XML namespace for message elements, among other things.

Signature
Tomas Restrepo
tomasr@mvps.org