Giter Site home page Giter Site logo

wcfsoaplogger's Introduction

Build status NuGet PVS-Studio SonarCloud

WcfSoapLogger

This library is a message tracing tool for web-services and clients built with WCF. Acting as custom message encoder it captures raw XML SOAP data as plain HTTP body.

Features

  • You get exact content of each request and response
  • Including any malformed requests and soap faults
  • It's applicable for both parties: web-services and clients
  • Easy start, no code modification needed - just put dll and adjust config file
  • Default handler just saves each request and response as a separate file
  • But you can implement any custom handler instead
  • Supports SOAP 1.1, SOAP 1.2, addressings

Default output sample

ExampleBeta

Installation

  • As NuGet package in Visual Studio project (Tools -> NuGet -> Console / Manager -> Choose project). How to adjust config file.
Install-Package WcfSoapLogger

Usage examples

The repository contains usage examples covering different scenarios. To clone run this command or download as zip file.

git clone https://github.com/capslocky/WcfSoapLogger.git

Comparison with alternatives

You can find examples here.

  • IDispatchMessageInspector (IClientMessageInspector) Link 1 Link 2
    can't see malformed requests (HTTP/1.1 400 Bad Request specifically)
    can't see original content

  • SvcTraceViewer.exe (<system.diagnostics>) Link 1 Link 2
    external utility hard in use
    no custom handling possible

  • Fiddler Link 1 Link 2
    external proxy application

Contributing

If you find this project useful you are welcome to make it better! Feel free to contact me if you have any ideas, questions or concerns. Also see issues.

wcfsoaplogger's People

Contributors

capslocky avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.