You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "nadir amra (JIRA)" <ax...@ws.apache.org> on 2006/07/25 09:04:13 UTC

[jira] Created: (AXISCPP-987) wsdl parameter ordering not preserved

wsdl parameter ordering not preserved
-------------------------------------

                 Key: AXISCPP-987
                 URL: http://issues.apache.org/jira/browse/AXISCPP-987
             Project: Axis-C++
          Issue Type: Bug
          Components: WSDD Processing
            Reporter: nadir amra


Testing the google api which contains: 

<message name="doGoogleSearch">
    <part name="key"            type="xsd:string"/>
    <part name="q"              type="xsd:string"/>
    <part name="start"          type="xsd:int"/>
    <part name="maxResults"     type="xsd:int"/>
    <part name="filter"         type="xsd:boolean"/>
    <part name="restrict"       type="xsd:string"/>
    <part name="safeSearch"     type="xsd:boolean"/>
    <part name="lr"             type="xsd:string"/>
    <part name="ie"             type="xsd:string"/>
    <part name="oe"             type="xsd:string"/>
  </message>

The generated API is as follows:

GoogleSearchResult* doGoogleSearch(xsd__boolean Value0, xsd__string Value1, xsd__string Value2, xsd__int Value3, xsd__string Value4, xsd__boolean Value5, xsd__string Value6, xsd__int Value7, xsd__string Value8, xsd__string Value9);

It does not seem that parameter ordering is preserved...does anyone know where one would look to fix this problem? Is it easily fixed?


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (AXISCPP-987) wsdl parameter ordering not preserved

Posted by "nadir amra (JIRA)" <ax...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/AXISCPP-987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nadir amra updated AXISCPP-987:
-------------------------------

    Component/s:     (was: WSDD Processing)
                 WSDL processing - RPC
                 WSDL processing - Doc

> wsdl parameter ordering not preserved
> -------------------------------------
>
>                 Key: AXISCPP-987
>                 URL: https://issues.apache.org/jira/browse/AXISCPP-987
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: WSDL processing - Doc, WSDL processing - RPC
>            Reporter: nadir amra
>
> Testing the google api which contains: 
> <message name="doGoogleSearch">
>     <part name="key"            type="xsd:string"/>
>     <part name="q"              type="xsd:string"/>
>     <part name="start"          type="xsd:int"/>
>     <part name="maxResults"     type="xsd:int"/>
>     <part name="filter"         type="xsd:boolean"/>
>     <part name="restrict"       type="xsd:string"/>
>     <part name="safeSearch"     type="xsd:boolean"/>
>     <part name="lr"             type="xsd:string"/>
>     <part name="ie"             type="xsd:string"/>
>     <part name="oe"             type="xsd:string"/>
>   </message>
> The generated API is as follows:
> GoogleSearchResult* doGoogleSearch(xsd__boolean Value0, xsd__string Value1, xsd__string Value2, xsd__int Value3, xsd__string Value4, xsd__boolean Value5, xsd__string Value6, xsd__int Value7, xsd__string Value8, xsd__string Value9);
> It does not seem that parameter ordering is preserved...does anyone know where one would look to fix this problem? Is it easily fixed?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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