Setting the Namespace
Tags:
VB
, OO
, 2003
, Language
, Beginning
Namespaces allow multiple Web Service providers to use the same name for the Web Service methods, yet still allow the client application to differentiate between them. It 'qualifies' otherwise ambiguous names. This video demonstrates the code necessary to properly set the Namespace.