I made a source code generated with cxf wsdl2java from my wsdl file . Now I want to invert the process and create wsdl from artifacts . My folder structure : ├───hb_common ├───hb_transactions_dictionary ├───hb_transactions_interface ├───hb_transactions_messages ├───src │ └───main │ ├───java │ └───resources
in attachment my SEI interface and pom file . I run it as mvn package and got : [INFO] Fail to load class : hb_transactions_interface.TransactionPortType please ,help pom.xml <http://cxf.547215.n5.nabble.com/file/n5761057/pom.xml> TransactionsPortType.java <http://cxf.547215.n5.nabble.com/file/n5761057/TransactionsPortType.java> -- View this message in context: http://cxf.547215.n5.nabble.com/wsdl2ws-fail-to-load-SEI-class-tp5761057.html Sent from the cxf-user mailing list archive at Nabble.com.
