You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "nagasrinivas (JIRA)" <ax...@ws.apache.org> on 2008/03/12 12:14:48 UTC

[jira] Created: (AXIS-2726) problem with creation of WSDL file in Documnet Literal format, by using Java2WSDL command.

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org