0
私は異なるクライアント用に2つのエンドポイントを持っています。異なるソープバージョンのエンドポイント
私は、SOAP 1.2コールをサポートするために
<bean id="messageFactory2" class="org.springframework.ws.soap.saaj.SaajSoapMessageFactory">
<description>A message factory to support SOAP 1.2</description>
<property name="soapVersion">
<util:constant static-field="org.springframework.ws.soap.SoapVersion.SOAP_12"/>
</property>
</bean>
を使用し、今SOAP 1.1のための1つは、もはや機能していません。
BLOCKQUOTEのcom.sun.xml.messaging.saaj.soapを。 SOAPVersionMismatchException:メッセージを作成できません:SOAPバージョンのコンテンツタイプが正しくありません。得られた:text/xml; charset = UTF-8期待値:application/soap + xml
どうすればそれらを管理できますか? ありがとうございます。