[
https://issues.jboss.org/browse/JBIDE-8490?page=com.atlassian.jira.plugin...
]
Lukas Jungmann commented on JBIDE-8490:
---------------------------------------
Yes, I believe this UI revamp is possible using current WTP (the change is more about
giving user more control over the arguments passed to underlied wsconsume and allow him to
fully define what IDE should create for him so ie he does not have to employ refactoring
if he wants to have ws impl class in a different package than in the one with generated
artifacts).
This could be also more directed to separate from WSDL/top-down ws wizard but that, as
Grid pointed out, would mean more work, basically to avoid user confusion
top down ws impl class contains wrong value for
WebService.serviceName
----------------------------------------------------------------------
Key: JBIDE-8490
URL:
https://issues.jboss.org/browse/JBIDE-8490
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.0.Final
Reporter: Lukas Jungmann
Assignee: Feng Qian
Fix For: 3.3.x
Attachments: example.wsdl
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
-have attached wsdl - it defines 4 (basic with 2 ports, extra with 2 ports, square with 1
port and square12 with 1 port) services
-create a web service from it
=>
actual: all generated web service impl classes have serviceName attribute of @WebService
set to "square"
expected: serviceName attribute of @WebService set to
- "square" in SquarePortTypeImpl
- "basic" in AddPortTypeImpl and MinusPortTypeImpl
- "extra" in DividerPortTypeImpl and MultiplyPortTypeImpl
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira