Author: shawkins
Date: 2010-06-18 14:00:40 -0400 (Fri, 18 Jun 2010)
New Revision: 2250
Modified:
trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml
Log:
adding a note about the log setting for the ws translator
Modified: trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml
===================================================================
---
trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml 2010-06-18
17:58:01 UTC (rev 2249)
+++
trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml 2010-06-18
18:00:40 UTC (rev 2250)
@@ -689,6 +689,9 @@
</tgroup>
</table>
<para>There are ws importer settings, but it does provide metadata for dynamic
vdbs.</para>
+<note>
+<para>Setting the org.teiid.CONNECTOR.WS logging context to detail will show the
request/response documents as part of the log.</para>
+</note>
<sect3><title>Usage</title>
<para>The main procedure, invoke, allows for multiple binding, or protocol modes,
including HTTP, SOAP11, and SOAP12.
<programlisting>Procedure invoke(binding in STRING, action in STRING, request in
XML, endpoint in STRING) returns XML</programlisting>