This section is a child of the behaviors section. The settings in this section control the format in which SOAP responses are sent.
The following settings are in the serviceMetadata node:
Setting |
Description |
---|---|
httpGetEnabled |
This option is used to determine whether or not the WSDL can be accessed over a standard http connection. Set this value to true to allow the WSDL to be accessed over a standard http connection. |
httpsGetEnabled |
This option is used to determine whether or not the WSDL can be accessed over a https connection. Set this value to true to allow the WSDL to be accessed over a https connection. Note:
To use a Web Services Publishing web service over https, the IIS host server must be properly configured with a valid certificate and an https binding. |
The following setting is in the serviceDebug node:
Setting |
Description |
---|---|
includeExceptionDetailInFaults |
This option is used to control whether the server includes error messages in responses. Set this value to true to return exception information to the calling agent when exceptions occur in the server. Set the value to false to return generic errors in server responses. |