WebSphere Commerce Version 7.0.0.9

Enabling interim fix JR56574

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.

Procedure

  1. Open the WC_eardir/xml/config/wc-server.xml file.
  2. 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>
    
  3. Save and close the file.