Posts

Showing posts from September, 2020

Xml to Json conversion issue in REST

Image
 I had a requirement to convert XML to JSON format using rest receiver channel. I wanted to remove the root JSON tag in the receiver channel. My DT was DT_Company  Record    Field      field1      field2    Field3    Field4    Field5    Refer note -  2743939   -  XML Payload to JSON Conversion in REST receiver adapter https://apps.support.sap.com/sap/support/knowledge/en/2743939#:~:text=A%20module%20parameter%20called%20%22setIgnoredElements,after%20converting%20the%20XML%20payload. I used setIgnoreElements and provided value Records to remove JSON tag in Module configuration  and checked Strip out element in the receiver channel  This works fine for single record. Note -> But in case of multiple records, this doesn't work. I also haven't explored on this part yet, but seems that this can be sorted out using XML JSON Conversion Rules. Helpful link -  https://blogs.s...

Unable to see response message for SOAP Synch. setup

Image
 I was able to get the response in SOAP UI but was not able to see any response message in message monitoring. Steps taken to resolve the issue -  Enable logging and staging in ICO If want the response before mapping, then  add BI=3 like this  BI=3,MS=3,AM=3 https://help.sap.com/viewer/6dbe2ddcde6a4087858c533f8032445b/7.31.25/en-US/48cbb487cea80783e10000000a42189d.html AMOR FATI - LOVE OF FATE

SFTP sender channel not picking up files

Image
 Recently for one of the interfaces configured, my Sender sftp channel was not picking up the files.  FCC was configured for this channel (via module) Initially, was getting dangling meta character error in the channel. Filename pattern configured was    *.* After that, changed it to only    .* faced the below issue then -> channel was not picking file yet referred note  2763483 - SFTP Sender Channel Issue : File Not getting picked up After including parameter ignoreIncompleteFields as YES in FCC, issue was Resolved. AMOR FATI - LOVE OF FATE