XML Logging: Difference between revisions

m
Changedblue to midnightblue and <font> to <span + style>
m (Minor fixes)
m (Changedblue to midnightblue and <font> to <span + style>)
Line 49: Line 49:


  Object oLogSample is a cWebService<br />
  Object oLogSample is a cWebService<br />
   <font color="blue">Use cWSLogSample.pkg''
   <span style="color:midnightblue;">Use cWSLogSample.pkg''
   Object oOwnService is a cWSLogSample''
   Object oOwnService is a cWSLogSample''
   End_Object</font>  <font color="green">// oOwnService</font><br />
   End_Object</span>  <span style="color:green;">// oOwnService</span><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<br />
   Procedure  SendSomething tSomeDocumentType Doc<br />
       <font color="green">// Code that actually does stuff...</font><br />
       <span color="green">// Code that actually does stuff...</span><br />
   End_Procedure  <font color="green">// SendSomething</font><br />
   End_Procedure  <span style="color:green;">// SendSomething</span><br />
  End_Object  <font color="green">// oLogSample</font><br />
  End_Object  <span style="color:green;">// oLogSample</span><br />


====Step 4: Use the client to transform the data back to XML====
====Step 4: Use the client to transform the data back to XML====