[
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]