Hi, Apologies in advance if this is a stupid question.
Using axis for a web service that i have built and deployed but when the wdsl is generated it has the following, <wsdl:message name="registerUser"> <wsdl:part name="in0" type="xsd:string"/> . etc. Can anyone tell me how I can get the name of the parameter in0 to be the same as the name of the parameter in my java class? or at least what I should be looking for, I have googled and looked at the axis site, but i'm quickly running out of time. eg) public String registerUser(String username){ //... } <wsdl:message name="registerUser"> <wsdl:part name="username" type="xsd:string"/> regards - shaun