When I said "web services framework", I meant are you using ASMX or WCF? SOAP extensions work with .NET 3.5, but only if you are using the old-style ASMX services.
A different solution would be required if you are using WCF. WCF can be configured to log the messages, without writing any code.
johnwsaunder...
Star
11262 Points
1981 Posts
Re: log all web services request & response in XML file
Feb 26, 2009 01:59 PM|LINK
When I said "web services framework", I meant are you using ASMX or WCF? SOAP extensions work with .NET 3.5, but only if you are using the old-style ASMX services.
A different solution would be required if you are using WCF. WCF can be configured to log the messages, without writing any code.