Author: shawkins
Date: 2011-03-25 11:51:08 -0400 (Fri, 25 Mar 2011)
New Revision: 3035
Modified:
trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml
Log:
adding a note about setting SOAP11
Modified: trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml
===================================================================
---
trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml 2011-03-25
05:39:33 UTC (rev 3034)
+++
trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml 2011-03-25
15:51:08 UTC (rev 3035)
@@ -958,7 +958,9 @@
<tbody>
<row>
<entry>DefaultBinding</entry>
- <entry>The binding that should be used if one is not
specified. Can be one of HTTP, SOAP11, or SOAP12</entry>
+ <entry>The binding that should be used if one is not
specified. Can be one of HTTP, SOAP11, or SOAP12
+ <note><para>Setting the proper binding value on
the translator is recommended as it removes the need for callers to pass an explict value.
If your service is actually uses SOAP11, but the binding used SOAP12 you will receive
execution failures.</para></note>
+ </entry>
<entry>SOAP12</entry>
</row>
<row>
Show replies by date