CXF を使用してクライアント クラスを生成し、Web サービス サーバーにアクセスします。Web サービスは WCF (.NET) に基づいています。
wsdl2java を呼び出すと、次のエラーが発生します。
The id property is already defined. use <jaxb:property> to resolve this conflict. The following location matches the above error : http://*****/WcfDemandService.svc?xsd=xsd2 [0,0]
このエラーは、xmlbeans データバインディングを要求すると表示されません (「db xmlbeans」オプションを使用)。
JAXB データバインディングでクラスを生成する方法はありますか?