XML Logging: Difference between revisions

No edit summary
Line 9: Line 9:


==Web Service Client XML Logging==
==Web Service Client XML Logging==
Logging the XML sent by a web service client is relatively easy.  It simply involves getting the psXML property of the object pointed to by the phoSoapRequest property of your web service client object.  Something like this:


<blockquote>
  Move (psXML(phoSoapRequest(oXyzService(Self)))) to sXML
</blockquote>


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