誰かがこれに出くわしましたか?基本的に、SUN jre から IBM に切り替えましたが、wsdl2java が必要なセッター メソッドをコンパイルしていないためにコンパイルが失敗しました。
前もって感謝します。
jaxbを使用していますか?
生成されたコードにこのようなものはありますか?
/**
* Gets the value of the parameter property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the parameter property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getParameter().add(newItem);
* </pre>
これに関するバグ レポートが Axis2 の問題システムにあり、あなたが質問した後に開かれました。https://issues.apache.org/jira/browse/AXIS2-4968を参照してください。