problem with creation of WSDL file in Documnet Literal format, by using Java2WSDL command. ------------------------------------------------------------------------------------------
Key: AXIS-2726 URL: https://issues.apache.org/jira/browse/AXIS-2726 Project: Axis Issue Type: Bug Reporter: nagasrinivas I am trying to create WSDL file in Document Literal format, by using Java2WSDL axis command. I generated WSDL file successfully, but in message tag i found as follows: <wsdl:message name="createRequest"> <wsdl:part element="impl:in3" name="in0"/> </wsdl:message> Here, Why it is giving message name as "in0"? Element description is as follows: <element name="in3" type="impl:myRequest"/> Here, insted of using values like "in0", "in3", i would like to use my custom names. Is it possible to generate WSDL file like this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]