How to use our own response xml in transform message component. In this below example,We want to create response without namespaces 1. Drag TransferMessage component. 2. Define metadata 3. Popup will be displayed as per screenshot 4. Select the input request you want. 5. For selection of customized output response -->click on +Add button 6. Select define metadata --> Create usertype as output response(Anything you name it) as per below screenshot 7. Select type as XML and example as customized response xml (Choose location of custom xml) 7. click on select button after customxml is selected 8.Here is sample custom response xml in src/test/resources < GetDeliverySchedule xmlns:tem = "http://tempuri.org/" > < request > < DeliveryType > P </ DeliveryType > < EndDate > 2017-11-07T04:00:00.000+00:00 </ EndDate > < Region_...