]
Jim Ma commented on WFLY-5724:
------------------------------
Thanks for the quick response. It looks a bug in cxf's schema generation. Any chance
you can attach the source code that we can use it to create a test case ?
Webservice running but generated wsdl chema not importable using
wsimport
--------------------------------------------------------------------------
Key: WFLY-5724
URL:
https://issues.jboss.org/browse/WFLY-5724
Project: WildFly
Issue Type: Bug
Components: Web Services
Affects Versions: 10.0.0.CR4
Reporter: Nguyen Nguyen
Assignee: Jim Ma
Attachments: AuthorizedSevices.wsdl, Cash.wsdl, CashTransfer.wsdl
deploy a war file with several jax-ws webservices the application server successfully
load an run those services and generate wsdls.
Some wsdl can be imported using wsimport successfully
Some other can not be imported by wssimport.
Expected:
all generated wsdls are wsimport compatible and can be successfull import.
Among 3 file generated (attached). Just CashTransfer.wsdl can be imported successfully.
Others failed.