You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

General

The protocols listed here will be picked up by Precise out-of-the-box and shown as exit points. When cross-JVM or cross-CLR communication is involved, the transaction would be tracked end-to-end.
NOTE: Asynchronous activities, calls, or threads are not supported for end-to-end correlation.

Exit points from Microsoft .NET

  • .NET Remoting
  • .NET Web Services

The following WS client APIs are supported:

    • Proxy classes generated by wsdl.exe, which extend System.Web.Services.Protocols.SoapHttpClientProtocol (in System.Web.Services.dll)
    • Manually calling the WS using class System.Web.Services.Protocols.SoapHttpClientProtocol or System.Web.Services.Protocols.HttpSimpleClientProtocol
    • Calling System.Net.HttpWebRequest (in System.dll) directly
  • No labels