I've implemented a basic ASP.NET web service. No encryption or signing or
anything yet. To communicate with this web service I've got a WinForm app.
I've enabled WSE 2.0 and message trace for both of them, but I only get
trace files for the web service, not for the WinForm app. Why is this?
/Magnus
Martin Kulov - 04 Nov 2004 13:56 GMT
Hi Magnus,
What version of the web service proxy are you using? You need to use the xxxxWse one. Update your web reference to have web service proxy regenerated. Also keep in mind that the webinfo files are going to be created in bin\debug folder.
HTH,
Martin Kulov
www.codeattest.com
Drew Marsh - 04 Nov 2004 15:59 GMT
> I've implemented a basic ASP.NET web service. No encryption or signing
> or anything yet. To communicate with this web service I've got a
> WinForm app. I've enabled WSE 2.0 and message trace for both of them,
> but I only get trace files for the web service, not for the WinForm
> app. Why is this?
I actually had this exact same problem. The solution that worked for me, while baffling to say the least, was to change the extension of the trace files to .log instead of .webinfo. I hate offering solutions that seem to make no sense, but it really did work. :\
HTH,
Drew