XML Logging: Difference between revisions

Line 90: Line 90:
  End_Object  // oLogSample<br />
  End_Object  // oLogSample<br />


'''Warning:''' Note that each time you change your service, you should regenerate the web service client (as in [[#Step_2 | Step 2]])immediately afterwards and then recompile your WebApp (again).
'''Warning:''' Note that each time you change your service, you should regenerate the web service client (as in [[#Step_2 | Step 2]]) immediately afterwards and then recompile your WebApp again.
 
===Issues===
It is important to note that this mechanism '''does __not__ log the original XML''', but instead ''reconstitutes'' it to the best of its ability from the data passed to the program.


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