XML Logging: Difference between revisions

no edit summary
No edit summary
Line 57: Line 57:


====Step 4====
====Step 4====
Next you need to create a procedure that will utilise that client to ''reconstitute'' the XML from the data that your published method receives and call that as the first thing each of your published methods do:
Finally you need to create a procedure that will utilise that client to ''reconstitute'' the XML from the data that your published method receives and call that procedure as the first thing each of your published methods do:


  Object oLogSample is a cWebService<br />
  Object oLogSample is a cWebService<br />
Line 89: Line 89:
   End_Procedure  // SendSomething<br />
   End_Procedure  // SendSomething<br />
  End_Object  // oLogSample<br />
  End_Object  // oLogSample<br />
''''Warning:'''' please note that each time you change your service, you should regenerate the web service client immediaely afterwards and the recompile (again).


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