Presentation Generation Properties for an ASP.Net Web Service Application

Property

Description

Description

A short string that describes the web service.

EmitConformanceClaims

If true, conformance to BasicProfile1_1 is expressed when a WSDL description is published.

IncludeConnectMethod

If set to true, a connect method should be generated for this project. When this method is executed, the navigation initialization presentation is run as defined in the Orchestration editor.

IncludeDisconnectMethod

If set to true, a disconnect method should be added to the project. This must be true if the application does not automatically disconnect the session.

Namespace

Enter the namespace to use for the Web service.

Each XML Web Service needs a unique namespace in order for client applications to distinguish it from other services on the Web. By default, ASP.Net Web Services use http://tempuri.org/ for this purpose. While this is suitable for XML Web Services under development, published services should use a unique, permanent namespace.

Your XML Web Service should be identified by a namespace that you control. For example, you can use your organization's Internet domain name as part of the namespace. Although many namespaces look like URLs, they need not point to actual resources on the Web.

RequiresSession

If set to true, the Web service application requires a session (a stateful application).

ScriptService

If true, this Web service can be called from a script.

ServiceName

The name of the Web service.

WebMethodPrefix

Indicates the prefix to apply to Web methods used to submit a message to the Web service. The default is Send.