See Jira 1930 [
https://issues.apache.org/jira/browse/AXIS2-1930?page=com.atlassian.jira
.plugin.system.issuetabpanels:all-tabpanel ].
Maybe it could help you.

Laurent CHARTIER


-----Message d'origine-----
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 25 janvier 2007 16:13
À : [email protected]
Objet : [Axis2] order of parameters in generated adb stub


Hi all,

I generated some stubs using WSDL2java tool. Here is the kind of command

I used:
WSDL2Java -uri wsdlPath -p stub-d adb -s -uw -o outputDir

Now when I compare the generated stub and the wsdl, I see the order of 
parameters has changed:

WSDL:
 <message name='Vpn_groupAccessService_help'>
  <part name='Vpn_group_1' type='ns1:Vpn_group'/>
  <part name='String_2' type='xsd:string'/>
  <part name='int_3' type='xsd:int'/>
 </message>

stub:
public stub.Vpn_groupStub.HelpResponse help(
    int param1,
    stub.Vpn_groupStub.Vpn_group param2,
    java.lang.String param3)

In that case, the int parameter is switched to the first place. By 
reading the code I see the parameters are mapped to the wsdl values in 
'toEnvelope" methods.
I need to automate the call to web services based on these stubs. My 
application knows the order of parameters in the wsdl so I'd like to 
know how the parameters are reordered in the stub to call the methods by

reflection. (Of course, that case is simple because all parameters have 
different types, but it is not always as obvious).
I've searched the web without finding much info about this. An old 
thread says something about alphabetical order, but it doesn't seem to 
be the case here.

Thanks for your help or suggestions,

Best regards,

Maxime


                   



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Ce message est protégé par les règles relatives au secret des correspondances. 
Il est donc établi à destination exclusive de son destinataire. Celui-ci peut 
donc contenir des informations confidentielles. La divulgation de ces 
informations est à ce titre rigoureusement interdite. Si vous avez reçu ce 
message par erreur, merci de le renvoyer à l'expéditeur dont l'adresse e-mail 
figure ci-dessus et de détruire le message ainsi que toute pièce jointe.

This message is protected by the secrecy of correspondence rules. Therefore, 
this message is intended solely for the attention of the addressee. This 
message may contain privileged or confidential information, as such the 
disclosure of these informations is strictly forbidden. If, by mistake, you 
have received this message, please return this message to the addressser whose 
e-mail address is written above and destroy this message and all files attached.


BEGIN:VCARD
VERSION:2.1
N:Chartier;Laurent
FN:Laurent Chartier
ORG:;Montauban
TEL;WORK;VOICE:05 63 68 48 11
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20061213T104621Z
END:VCARD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to