The target namespace in the generated WSDL file is configured by combining the following pattern parameters: Enterprise domain, Service domain, Service name and Major version number.
The pattern parameters are combined as follows:
urn:EnterpriseDomain/ServiceDomain/ServiceNameV1 , where V1 is the Major version number.
Use these pattern parameters to organize multiple services. For example, a company could use the following namespace for a retail service: urn:www.your.company.com/banking/retailV1 . If the same company provides a commercial banking service, the following target namespace is used: urn:www.your.company.com/banking/commercialV1 . If the company also provides car insurance services, the following target namespace could be used: urn:www.your.company.com/insurance/carsV1 .
The default value of the Enterprise domain pattern parameter is the namespace of the .NET class. The value of the Enterprise domain pattern parameter is always prefixed with urn .
|