我有使用StackService从 .NET 应用程序生成的这个wsdl文档。我正在使用Apache CXF来获取一些生成的 java 类。
我正在运行以下命令(Windows):
D:\SomePath>wsdl2java -dd:\temp http://mywsdl.com
结果如下:
WSDLToJava 错误:
摘要:失败:50,警告:0
<<< 错误!
消息中的部分 <{ http://schemas.servicestack.net/types }CadastroUsuarioOut> 引用类型 <{ http://schemas.servicestack.net/types }CadastroUsuarioResponse> 在架构中找不到
消息中的部分 <{ http://schemas.servicestack.net/types }ContratoImovelIn> 引用的类型 <{ http://schemas.servicestack.net/types }ContratoImovel> 在模式中找不到
再加上 48 个类似这些的部分消息错误
WSDL 是自动生成的,并且正在被其他系统成功使用。
有什么想法吗?
谢谢