I have a channel setup that accepts incoming XML data. It is basically a pass-through to the SOAP sender because I have been having problems with the SOAP sender.
The issue I am having right now with the Soap Sender is that it is mucking with the original xml message. I do have a transformer setup on the source(a file reader). I pasted the same sample xml message on both the incoming data and outgoing data. It is making the following transformation:
Raw Message: <HL7Message><MSH><MSH.1>|</MSH.1><MSH.2>...
Transformed Message: <?xml version="1.0" encoding="UTF-8"?><HL7Message><<HL><<HL.1><<HL.1.1>Message><MSH><MSH .1>|</MSH.1><
I would like no transformation to occur but I can't seem to configure Mirth to do this. I know there is a way to add steps on the message builder transformer but I haven't found a good tutorial on it.
The issue I am having right now with the Soap Sender is that it is mucking with the original xml message. I do have a transformer setup on the source(a file reader). I pasted the same sample xml message on both the incoming data and outgoing data. It is making the following transformation:
Raw Message: <HL7Message><MSH><MSH.1>|</MSH.1><MSH.2>...
Transformed Message: <?xml version="1.0" encoding="UTF-8"?><HL7Message><<HL><<HL.1><<HL.1.1>Message><MSH><MSH .1>|</MSH.1><
I would like no transformation to occur but I can't seem to configure Mirth to do this. I know there is a way to add steps on the message builder transformer but I haven't found a good tutorial on it.
Comment