XML Logging: Difference between revisions

m
Line 2: Line 2:


==Web Service XML Logging==
==Web Service XML Logging==
There is a very real difficulty regarding accessing the XML which is passed it a VDF Web Service (at least so far as revisions up to VDF 12.1 are concerned).  The problem is that the original XML is nowhere available to the VDF program.  One possible solution would be to employ some kind of HTTP proxy on the server involved, which would receive the XML (actually HTTP) ''before'' it reached IIS, log that, then pass it on to IIS.  However here we are going to look at the best that can be managed from within the VDF programming environment at the moment.
There is a very real difficulty regarding accessing the XML which is passed it a VDF Web Service (at least so far as revisions up to VDF 12.1 are concerned).  The problem is that the original XML is nowhere available to the VDF program.  One possible solution would be to employ some kind of HTTP proxy on the server involved, which would receive the XML (actually the HTTP within which the XML is wrapped) ''before'' it reached IIS, log that, then pass it on to IIS.  However here we are going to look at the best that can be managed from within the VDF programming environment at the moment.


==Web Service Client XML Logging==
==Web Service Client XML Logging==


==Replaying logged XML==
==Replaying logged XML==