I have the this wsdl document generated from a .NET application using StackService. I'm using Apache CXF in order to get some generated java classes.
I'm running the following command (windows):
D:\SomePath>wsdl2java -d d:\temp http://mywsdl.com
The result is as follows:
WSDLToJava Error:
Summary: Failures: 50, Warnings: 0
<<< ERROR!
Part in Message <{http://schemas.servicestack.net/types}CadastroUsuarioOut> referenced Type <{http://schemas.servicestack.net/types}CadastroUsuarioResponse> can not be found in the schemas
Part in Message <{http://schemas.servicestack.net/types}ContratoImovelIn> referenced Type <{http://schemas.servicestack.net/types}ContratoImovel> can not be found in the schemas
plus 48 more like these Part in message errors
The WSDL is auto-generated and is being consumed successfully by other systems.
Any ideias?
Thanks