Interim fix JR56574 adds support for SOAP 1.2 protocol web service message and response
processing in JCA HTTP WebService Adapter.
Before you begin
Install the interim fix.For information about
how to install an interim fix, see
Procedure
-
Open the WC_eardir/xml/config/wc-server.xml file.
-
Add the new configuration '
setSOAPProtocol
' to the
wc-server.xml for the JCA HTTP WebService adapter.
For example,
<OutboundConnector default="true" enabled="true" id="-101" name="HTTP-WS" retries="3">
<JNDI JndiName="eis/JCAHTTP-WS" display="false"/>
<ConnectionSpec ClassName="com.ibm.commerce.wc.messaging.adapters.jcahttp.JCAHTTPConnectionSpecImpl" default="true"/>
<InteractionSpec>
......
<EditableProperty _Admin="soapProtocol" display="false" editable="Yes" name="setSOAPProtocol" value="SOAP 1.2 Protocol"/>
</InteractionSpec>
</OutboundConnector>
-
Save and close the file.