NetServer WebServices element
•
Environment: onsite
Some tooltip text!
• 1 minute to read
• 1 minute to read
Configuration section used to define SuperOffice CRM web service settings.
<WebServices>
<add key="AllowWebServiceRequests" value="true" />
<add key="WrapExceptions" value="true" />
<add key="RemoveInvalidXMLText" value="false" />
</WebServices>
Name | Description | Default |
---|---|---|
AllowWebServiceRequests | Permit requests to web services. This value is supported in the default SoWcfRequestInterceptor and can be overridden by making a custom SoWcfRequestInterceptorPlugin . |
true |
RemoteBaseURL | Base URL for remote services in a multi-tenant environment. Use this setting instead of Services.RemoteBaseURL in CRM Online environments. Will be overridden if Services.RemoteBaseURL is set. |
http://localhost/webs/SuperOffice.Web.Services |
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. | |
WrapExceptions | Check if NetServer shall wrap and serialize exceptions, or leave it up to the communication carrier (WCF). |
See the NetServer Core reference for details about handling this programmatically.