XML Logging: Difference between revisions

Line 38: Line 38:
===Step 1===
===Step 1===


  Object oLogSample is a cWebService
  Object oLogSample is a cWebService<br />
   { Published = True  }
   { Published = True  }
   { Description = "Interface for sending something to the system" }
   { Description = "Interface for sending something to the system" }
   Procedure  SendSomething tSomeDocumentType Doc
   Procedure  SendSomething tSomeDocumentType Doc
       // Code that actually does stuff...
       // Code that actually does stuff...
   End_Procedure  // SendSomething
   End_Procedure  // SendSomething<br />
  End_Object  // oLogSample<br />
  End_Object  // oLogSample<br />