Skip to content

psServiceURI - cWebService

Determines the TargetNamespace URI for your web-service

Type: Property
Access: Read/Write
Data Type: String
Parameters: None

Syntax

Property String psServiceURI
Access Type Syntax
Read Access: Get psServiceURI to StringVariable
Write Access: Set psServiceURI to StringVariable/Value

Description

A web service must define a TargetNamespace URI. This is supposed to be a unique identifier that keeps all parts of your web-service unique. This URI can be named whatever you want but most often this Namespace consists of your company's web address suffixed with additonal information to keep your various web-services unique. e.g. http://www.dataaccess.com/Test/CustomerList

Note that the psServiceURI does not have to point to an actual web-address, it is just supposed to be a unqiue name.

The default setting for this is http://tempuri.org/. This name will work fine for testing but it is strongly suggested that you change this before you actually publish a web-service.