RE: Rationale to close the operation overloading issue

> These could be mapped to a single Web service operation named print that
> had an input message that allowed either int or float, e.g.
> 
>     <complexType name="printType">
>         <choice>
>             <element name="int" type="int"/>
>             <element name="float" type="float"/>
>         </choice>
>     </complexType>

But this works only, if you have the same number of parameters.

jr. 

Jochen Rütschlin
DaimlerChrysler · Research and Technology
Data and Process Management (RIC/ED)
P.O. Box 2360 · D-89013 Ulm (Donau) · Germany
Visitor's address: Wilhelm-Runge-Straße 11
Phone:   +49.731.505-2830
Telefax: +49.731.505-4401
Internet E-Mail: jochen.ruetschlin@DaimlerChrysler.com

Received on Friday, 21 June 2002 04:00:12 UTC