Interface ConfigFile.IWebServicesConfiguration
Utility class used to access the SuperOffice.CRM.Services entry in the Config file. Created in Database scope
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.IWebServicesConfiguration
Properties
AllowWebServiceRequests
Permit requests to web services. This value is supported in the default SoWcfRequestInterceptor and can be overriden by making a custom SoWcfRequestInterceptorPlugin.
Declaration
bool AllowWebServiceRequests { get; set; }
Property Value
Type | Description |
---|---|
bool |
RemoteBaseURL
Base URL for remote services (Default: http://localhost/webs/SuperOffice.Web.Services). This value will override by Services.RemoteBaseURL
Declaration
string RemoteBaseURL { get; set; }
Property Value
Type | Description |
---|---|
string |
RemoveInvalidXMLText
If we should remove UTF-8 characters that are not valid XML. The Text table is the only place where this filter is active.
Declaration
bool RemoveInvalidXMLText { get; set; }
Property Value
Type | Description |
---|---|
bool |
WrapExceptions
Check if NetServer shall wrap and serialize exceptions, or leave it up to communication carrier (i.e. WCF)
Declaration
bool WrapExceptions { get; set; }
Property Value
Type | Description |
---|---|
bool |