Skip to main content

Web service tracing

You can trace web services in the .NET application servers.

  • webservice_method_enabled Boolean

    Default false

    If the value has been set to true, web services can be traced.

    Note

    To apply the set values, restart IIS.

  • webservice_method_prefix String

    Enter the name of the method to be traced along with the namespace. Because web services cannot be directly traced, directly enter the method that has used the web services as a trace target.

    See the following example:

    whatap.conf
    webservice_method_prefix=Test.Demo, WebServiceDemo.WebService.
    Caution
    • The methods that meet the conditions are traced even if they do not use web services. However, if any methods do not use web services, when an error occurs, the error may not be detected and the transaction can remain unfinished.

    • If you enter just the class to which the method belongs, all methods within that class are to be traced.

    Note

    To apply the set values, restart IIS.