You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by am...@apache.org on 2007/08/22 14:47:58 UTC

svn commit: r568596 - /webservices/axis2/branches/java/1_3/modules/documentation/xdocs/@axis2_version_dir@/Axis2-rpc-support.xml

Author: amilas
Date: Wed Aug 22 05:47:58 2007
New Revision: 568596

URL: http://svn.apache.org/viewvc?rev=568596&view=rev
Log:
update the document

Modified:
    webservices/axis2/branches/java/1_3/modules/documentation/xdocs/@axis2_version_dir@/Axis2-rpc-support.xml

Modified: webservices/axis2/branches/java/1_3/modules/documentation/xdocs/@axis2_version_dir@/Axis2-rpc-support.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/documentation/xdocs/%40axis2_version_dir%40/Axis2-rpc-support.xml?rev=568596&r1=568595&r2=568596&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_3/modules/documentation/xdocs/@axis2_version_dir@/Axis2-rpc-support.xml (original)
+++ webservices/axis2/branches/java/1_3/modules/documentation/xdocs/@axis2_version_dir@/Axis2-rpc-support.xml Wed Aug 22 05:47:58 2007
@@ -38,7 +38,7 @@
 is based on a set of well defined rules. This document aims to
 drill down to the details of the strategy and resolve most of the
 unknown bits and pieces. Note that Axis2 currently does not support
-the rpc/encoded style fully. Its main support is for the rpc/lit
+the rpc/encoded style. But it fully support for the rpc/lit
 style.</p>
 <p>We will discuss the Axis2 RPC strategy in the following
 steps</p>
@@ -89,11 +89,8 @@
 <li>The children of this element are non namespace qualified
 elements with the part names as local names (referred to as
 <strong>part element</strong>)</li>
-<li>In case the part refers to a standard type like the example
-WSDL, the content of the part element would be of that type. If the
-part refers to a complex type defined in the schema, the content of
-the part element becomes of that type. Having an element reference
-in the part when the binding is rpc is invalid.</li>
+<li>In this case part element should always have a type attribute which referes
+to an valid xml type.</li>
 </ol>
 <p>For example, the input wire message for the echo operation
 mentioned in the above WSDL fragment would look like this:</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org