Capturing SOAP Requests in Fiddler

I was having problems capturing SOAP requests to a local WCF service using Fiddler. To see these I tried a numebr of things, these final settings made the difference:

Remove any filters

Add SOAP custom filters using fiddler script, at the start of the class:

and also into OnBeginResponse method:

Enable SOAP filters

One thought on “Capturing SOAP Requests in Fiddler

Add yours

  1. —————————
    FiddlerScript Error
    —————————
    FiddlerScript compilation failed on line 107:

    ———————- SOURCE ——————————-

    var strRequestStart : String = “><";
    ERROR LINE –> var iPos = oSession.utilFindInRequest(strRequestStart, false);
    if (iPos != -1)

    ——————————————————————-

    Variable 'oSession' has not been declared
    —————————
    OK
    —————————

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

A WordPress.com Website.

Up ↑

%d bloggers like this: