The service name specified through the code generator wizard is not used for
the WSDL which is generated
--------------------------------------------------------------------------------------------------------
Key: AXIS2-1493
URL: http://issues.apache.org/jira/browse/AXIS2-1493
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Components: ide plugins
Affects Versions: 1.1
Environment: Eclipse 3.2.0, Windows XP, jdk1.5.0_08
Reporter: Evanthika Amarasiri
Noticed an error in the WSDL which was ,generated through the Code Generator
Wizard. Below steps were followed to produce the error
1. Select the wizard option "Generate a WSDL from a Java source file" and click
on "Next"
2. Enter the fully qualified class name and select the valid class folder.
(Assume that the service class name is "Add")
Test the classes through the "Test Class Loading..." button and click on "Next"
3. From the "Java to WSDL Options" page, enter a service name which you need to
be in the WSDL. E.g.:- Addition
4. Specifiy the output from the last window of the wizard and complete the
WSDLgeneration
When you check the WSDL (<wsdl:service name="Add">), you will see that the WSDL
does not contain the service name which you specified in the wizard. It just
fills the service name tag with the service class name. (In this case with
"Add")
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]