Class ConfigFile.WebServices
Utility class used to access the SuperOffice.CRM.Services entry in the Config file.
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.WebServices
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
public static 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
public static 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
public static 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
public static bool WrapExceptions { get; set; }
Property Value
Type | Description |
---|---|
bool |