Did you use Java2WSDL to generate your WSDD file? Axis might put the correct parameter names in the generated WSDL if the parameter names are specified in the WSDD file. Not sure though.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>
- Element Name Jerome Gagner
- Re: Element Name Bill Keese
- Re: Element Name Jerome Gagner