You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Nathan Hook <ho...@hotmail.com> on 2007/12/03 16:53:05 UTC

Ordering of RPC Elements

When calling a RPC (encoded) service does the ordering of the parameters matter?

For example are the following two calls the same for an RPC - Encoded service?



        
                
                        soap
                        text1
                        text2
                
        





        
                
                        text2
                        text1
                        soap
                
        


The ordering of the two calls are different, but is a RPC - Encoded Service suppose to correctly place the incoming attributes into the correct order?

Thank you for your Time.
_________________________________________________________________
Share life as it happens with the new Windows Live.Download today it's FREE!
http://www.windowslive.com/share.html?ocid=TXT_TAGLM_Wave2_sharelife_112007
---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Ordering of RPC Elements

Posted by Anne Thomas Manes <at...@gmail.com>.
The WSDL binding/operation parameterOrder attribute specifies the
required order.

Anne

On Dec 3, 2007 8:53 AM, Nathan Hook <ho...@hotmail.com> wrote:
>
> When calling a RPC (encoded) service does the ordering of the parameters matter?
>
> For example are the following two calls the same for an RPC - Encoded service?
>
>
>
>
>
>                         soap
>                         text1
>                         text2
>
>
>
>
>
>
>
>
>
>                         text2
>                         text1
>                         soap
>
>
>
>
> The ordering of the two calls are different, but is a RPC - Encoded Service suppose to correctly place the incoming attributes into the correct order?
>
> Thank you for your Time.
> _________________________________________________________________
> Share life as it happens with the new Windows Live.Download today it's FREE!
> http://www.windowslive.com/share.html?ocid=TXT_TAGLM_Wave2_sharelife_112007
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

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