Skip to main content

Caché Web Service Producer Requirements

A Caché class that defines a Web Service must satisfy the following requirements:

Classes that extend %SOAP.WebServiceOpens in a new tab must provide values for the following parameters. These parameters specify important characteristics of the Web Service.

Parameter Description and Values
NAMESPACE The value of this parameter is a URI. It provides a namespace for the service, so that its name does not conflict with that of another service. By default, Caché assigns the value http://tempuri.org. Developers traditionally use this value during Web Service development. It should be changed prior to deployment.
SERVICENAME The value of this parameter provides the client's name for the service. It should be a valid identifier. That is, it should start with a letter and contain only alphanumeric characters.
FeedbackOpens in a new tab