-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I'm using Axis for web services. I'm using the WSDD method of deployment.

I have a question about element names. Axis is currently giving my
function arguments the name in0 , in1 in 2, etc, but I would like to be
able to give them better names.

I.e.



Method:

public Mark request_mark_details(String email,String keyHash,int markid)
throws Exception


Axis WSDL output:

<wsdl:message name="request_mark_detailsRequest">
<wsdl:part name="in0" type="xsd:string"/>
<wsdl:part name="in1" type="xsd:string"/>
<wsdl:part name="in2" type="xsd:int"/>
</wsdl:message>


Is there a way to get axis to automatically do something like:

<wsdl:message name="request_mark_detailsRequest">
<wsdl:part name="email" type="xsd:string"/>
<wsdl:part name="keyHash" type="xsd:string"/>
<wsdl:part name="markid" type="xsd:int"/>
</wsdl:message>


Thanks!

Jerome Gagner
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCEntaoVKKkbjLuUcRAhOBAJ9d77x142ol5ioOYXJICQW8QL8DGQCgjbzG
DEHLcKqWrFoXPlmFOLJjDbo=
=qEBk
-----END PGP SIGNATURE-----

Reply via email to