Recording web tests on Soap UI Pro won’t work in full-blown 64 Bit environments (64bit windows, SoapUI and JRE). This is due to incompatibility with the Mozilla browser engine. Updates are expected soon. This will except with the following message: “Browser Component is Disabled” In the mean time install the 32bit version from http://dl.eviware.com/4_0/soapUI-Pro-x32-4_0_0.exe For... Continue Reading →
Great Fiddler Tip For Localhost WCF / SOAP Testing
Great Fiddler Tip For Localhost Testing : JohnPapa.net
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
SOAP Explanation
A clear and concise description of the SOAP messaging standard and each of the component parts: http://www.soapuser.com/basics3.html A full specification of the SOAP messaging standard can be found here: http://www.w3.org/TR/soap/