stevel 2003/03/03 17:03:41
Modified: java/docs reference.html
Log:
added info on axis.sendMinimizedElements and axis.engineConfigClass, then reordered
the listing to be alphabetical
Revision Changes Path
1.21 +50 -35 xml-axis/java/docs/reference.html
Index: reference.html
===================================================================
RCS file: /home/cvs/xml-axis/java/docs/reference.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- reference.html 31 Jan 2003 20:20:45 -0000 1.20
+++ reference.html 4 Mar 2003 01:03:41 -0000 1.21
@@ -574,16 +574,32 @@
</globalConfiguration>
</pre>
<table>
-<tr><td><b>enable2DArrayEncoding</b></td>
-<td>Set this to "true" to turn 2D array encoding on; this encoding is incompatible
with .NET 1.0: default="false".
-</td>
-</tr>
<tr><td><b>adminPassword</b></td>
<td>Adminstrator password, as used by AdminService.
</td>
</tr>
+<tr><td><b>attachments.Directory</b></td>
+<td>The directory where attachments end up. This should be in the syntax
+appropriate for the target platform.
+</td>
+</tr>
+
+<tr><td><b>attachments.implementation</b></td>
+<td>
+Name of class that implements attachments support. Default is
+<tt>org.apache.axis.attachments.AttachmentsImpl</tt>
+</td>
+</tr>
+
+<tr><td><b>axis.enableListQuery</b></td>
+<td>Flag to enable the "list the WSDD" feature. Set to false by default,
+because listing the current system config can expose information (such as the
+adminservice password) that one does not want widely avaialable.
+</td>
+</tr>
+
<tr><td><b>axis.Compiler</b></td>
<td>Compiler adapter classname for JWS compilation. Default is
<tt>org.apache.axis.components.compiler.Javac</tt>; change this to
@@ -591,23 +607,41 @@
</td>
</tr>
+<tr><td><b>axis.development.system</b></td>
+<td>Flag to switch the system from <i>production</i> (false) to
+<i>development</i> (true). A development system gives out stack traces
+and other information that production boxes should not.
+</td>
+
+<tr><td><b>axis.engineConfigClass</b></td>
+<td>Name of a class that provides Axis configuration. Implement a new
+class implementing <tt>EngineConfiguration</tt> and name it here to
+use alternate configuration mechanisms.
+</td>
+
<tr><td><b>axis.jws.servletClassDir</b></td>
<td>Path to where compiled JWS pages are placed.
</td>
</tr>
-<tr><td><b>attachments.Directory</b></td>
-<td>The directory where attachments end up. This should be in the syntax
-appropriate for the target platform.
+<tr><td><b>axis.sendMinimizedElements</b></td>
+<td>Flag to turn on support for a when .NET1.0 can't
+correctly handle some bits of XML
+<a href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17021">
+that it should.
+</a> The flag defaults to true;
+if some .NET clients are failing to handle a Web Service returning an
+empty array inside another object, set this flag to <i>false</i>.
</td>
</tr>
-<tr><td><b>sendXsiTypes</b></td>
-<td>true/false flag to enable/disable sending the type of every value sent over the
wire.
-Defaults to true.
+<tr><td><b>enable2DArrayEncoding</b></td>
+<td>Set this to "true" to turn 2D array encoding on;
+ this encoding is incompatible with .NET 1.0: default="false".
</td>
</tr>
+
<tr><td><b>sendMultiRefs</b></td>
<td>true/false flag to control whether multirefs are sent or not.
</td>
@@ -618,38 +652,19 @@
</td>
</tr>
-
-<tr><td><b>use-servlet-security</b></td>
-<td>flag to hand authentication off to the servlet container
+<tr><td><b>sendXsiTypes</b></td>
+<td>true/false flag to enable/disable sending the type of every value sent over the
wire.
+Defaults to true.
</td>
</tr>
-
-
-<tr><td><b>attachments.implementation</b></td>
-<td>
-
-Name of class that implements attachments support. Default is
-<tt>org.apache.axis.attachments.AttachmentsImpl</tt>
-
-</td>
-</tr>
-<tr><td><b>axis.enableListQuery</b></td>
-<td>Flag to enable the "list the WSDD" feature. Set to false by default,
-because listing the current system config can expose information (such as the
-adminservice password) that one does not want widely avaialable.
+<tr><td><b>use-servlet-security</b></td>
+<td>Set this flag to hand authentication off to the servlet container.
</td>
</tr>
-<tr><td><b>axis.development.system</b></td>
-<td>Flag to switch the system from <i>production</i> (false) to
-<i>development</i> (true). A development system gives out stack traces
-and other information that production boxes should not.
-
-</td>
-</tr>
-
+<!-- end table -->
</table>
<a name="individual_service" />