Develop > Controller layer > Integrate with back-end systems and external applications > Inbound services > Message mappers


Remove message mappers

To remove a message mapper, manually remove it from the group of message mappers.

To remove a message mapper:


Procedure

  1. Open the WebSphere Commerce configuration file.

  2. Locate the MessageMapperGroup element.

  3. Locate MessageMapper element that to remove. It will look similar to the following:

    <MessageMapper messageMapperId="#"
            classname="class implementing MessageMapper interface"
            enable="true"
            name="Name of Message Mapper">    
    <configuration />    
    </MessageMapper>
    

  4. Change the value of the enable attribute to "false". This will disable the message mapper and make it unavailable for use.

  5. Restart WebSphere Commerce.


Related concepts

Message mappers


Related tasks

Add message mappers


+

Search Tips   |   Advanced Search