HI Guys,
I am using Sender file channel. the process is EDI to proxy. I am using X12ConverterModule converter in module. The issue is with prefix and name space.
I need
<?xml version='1.0' encoding='utf-8'?>
<ns0:ASC214_004010 xmlns:ns0='http://sap.com'>
but its coming like this
<?xml version='1.0' encoding='utf-8'?>
<ns:ASC214_004010 xmlns:ns='http://sap.com/xi/EM/EDIEvents'>
Please suggest
Add a comment