<jaxws:endpoint id="FacService"
address="/FacService" implementor="#facServiceProxyBean"
implementorClass="xxx.yyy.zzz.FacServiceSEI"
wsdlLocation="wsdl/FacService.wsdl" serviceName="fac:FacService"
endpointName="fac:FacServiceSEIPort">
<jaxws:features>
<ref bean="xsltFeature" />
</jaxws:features>
<jaxws:dataBinding>
<bean class="org.apache.cxf.aegis.databinding.AegisDatabinding">
</bean>
</jaxws:dataBinding>
</jaxws:endpoint>
applicationContentCXF.xml ファイルに Aegis データ バインディングを追加する前はすべて正常に機能していましたが、データ バインディングを追加した後、soap リクエストの本文は、リクエストの呼び出しに対して空です。
<cxf.version>3.1.11</cxf.version>、<cxf.xjc.version>3.1.0</cxf.xjc.version>、<cxf.aegis.version>3.1.8</cxf を使用しています.aegis.バージョン>. このバージョンの違いが問題にならないことを願っています。
これについて何か助けていただければ幸いです。