🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

WcfSoapLogger

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

WcfSoapLogger

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

0.9.6
Source
NuGet
Version published
Maintainers
1
Created
Source

WcfSoapLogger Logging SOAP request/response body at binary level.

All you need to start default logging is:

  • Set these two attributes to your endpoint element (inside or )

    <endpoint address="http://server/web-service" binding="customBinding" bindingConfiguration="soapLoggerBinding"

  • Specify folder to log files. Make sure user account of application has writing access.

More info: https://github.com/capslocky/WcfSoapLogger/docs/ConfigFile.md

============================================================================

Two elements have been automatically added under <system.serviceModel> element of your config file. Both will be automatically removed on package uninstallation.

...

============================================================================

This library is under active development. Any help would be much appreciated.

Project site: https://github.com/capslocky/WcfSoapLogger

Contact me if you have any questions: atanov.b@gmail.com

Baur Atanov 22 May 2019

Keywords

wcf

FAQs

Package last updated on 22 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts