RPC Style Issues Part (2)

The following rules are missing from the definition of the rpc style [1] :

    * The complex type that defines the body of an input or an output
      element must not contain any attributes.
    * An element that designates an in/out parameter must be declared by
      using the same type value both in the input element and the output
      element.
    * Each element designates a single parameter  in a function
      signature irrespective of its cardinality.
    *  The parameter order of the function is designated by the order of
      elements in the sequence as specified in the schema.

--umit

[1] http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl12/wsdl12.html

-- 
Umit Yalcinalp                                  
Consulting Member of Technical Staff
ORACLE
Phone: +1 650 607 6154                          
Email: umit.yalcinalp@oracle.com


-- 
Umit Yalcinalp                                  
Consulting Member of Technical Staff
ORACLE
Phone: +1 650 607 6154                          
Email: umit.yalcinalp@oracle.com

Received on Thursday, 9 October 2003 00:08:07 UTC