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